MCP Server
MCP
WardenPoint
Configure on-call alerting from an AI agent: recipients, groups, escalation policies, schedules.
Install
npx -y @wardenpoint/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@wardenpoint/mcp-server",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Origin of your WardenPoint installation, without a trailing slash and without /api/v1 — e.g. https://wardenpoint.com. The server reads the API description from it at startup, so the tools always match the version you actually run.",
"isRequired": true,
"name": "WARDENPOINT_BASE_URL"
},
{
"description": "A company API key from Dashboard → Integrations → API keys. Abilities are chosen when you issue it; read-only is a good place to start. Not needed for --list-tools.",
"isRequired": true,
"isSecret": true,
"name": "WARDENPOINT_API_TOKEN"
},
{
"description": "Per-request timeout in milliseconds. Defaults to 30000.",
"name": "WARDENPOINT_TIMEOUT_MS"
},
{
"description": "Set to 1 to skip certificate verification. Development stands only — never against production.",
"name": "WARDENPOINT_ALLOW_INSECURE_TLS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment