PluginBench
MCP Server
Active
MIT

WardenPoint MCP Server

io.github.WardenPoint/wardenpoint-mcp

What is the WardenPoint MCP server?

Configure on-call alerting from an AI agent: recipients, groups, escalation policies, schedules.

How to install WardenPoint

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WARDENPOINT_BASE_URL
    required

    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.

  • WARDENPOINT_API_TOKEN
    required
    secret

    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.

  • WARDENPOINT_TIMEOUT_MS

    Per-request timeout in milliseconds. Defaults to 30000.

  • WARDENPOINT_ALLOW_INSECURE_TLS

    Set to 1 to skip certificate verification. Development stands only — never against production.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wardenpoint-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wardenpoint/mcp-server"
      ],
      "env": {
        "WARDENPOINT_BASE_URL": "<YOUR_WARDENPOINT_BASE_URL>",
        "WARDENPOINT_API_TOKEN": "<YOUR_WARDENPOINT_API_TOKEN>",
        "WARDENPOINT_TIMEOUT_MS": "<YOUR_WARDENPOINT_TIMEOUT_MS>",
        "WARDENPOINT_ALLOW_INSECURE_TLS": "<YOUR_WARDENPOINT_ALLOW_INSECURE_TLS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "wardenpoint-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wardenpoint/mcp-server"
      ],
      "env": {
        "WARDENPOINT_BASE_URL": "<YOUR_WARDENPOINT_BASE_URL>",
        "WARDENPOINT_API_TOKEN": "<YOUR_WARDENPOINT_API_TOKEN>",
        "WARDENPOINT_TIMEOUT_MS": "<YOUR_WARDENPOINT_TIMEOUT_MS>",
        "WARDENPOINT_ALLOW_INSECURE_TLS": "<YOUR_WARDENPOINT_ALLOW_INSECURE_TLS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "wardenpoint-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wardenpoint/mcp-server"
      ],
      "env": {
        "WARDENPOINT_BASE_URL": "<YOUR_WARDENPOINT_BASE_URL>",
        "WARDENPOINT_API_TOKEN": "<YOUR_WARDENPOINT_API_TOKEN>",
        "WARDENPOINT_TIMEOUT_MS": "<YOUR_WARDENPOINT_TIMEOUT_MS>",
        "WARDENPOINT_ALLOW_INSECURE_TLS": "<YOUR_WARDENPOINT_ALLOW_INSECURE_TLS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "wardenpoint-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wardenpoint/mcp-server"
      ],
      "env": {
        "WARDENPOINT_BASE_URL": "<YOUR_WARDENPOINT_BASE_URL>",
        "WARDENPOINT_API_TOKEN": "<YOUR_WARDENPOINT_API_TOKEN>",
        "WARDENPOINT_TIMEOUT_MS": "<YOUR_WARDENPOINT_TIMEOUT_MS>",
        "WARDENPOINT_ALLOW_INSECURE_TLS": "<YOUR_WARDENPOINT_ALLOW_INSECURE_TLS>"
      }
    }
  }
}
Claude Code
claude mcp add wardenpoint-mcp --env WARDENPOINT_BASE_URL=<YOUR_WARDENPOINT_BASE_URL> --env WARDENPOINT_API_TOKEN=<YOUR_WARDENPOINT_API_TOKEN> --env WARDENPOINT_TIMEOUT_MS=<YOUR_WARDENPOINT_TIMEOUT_MS> --env WARDENPOINT_ALLOW_INSECURE_TLS=<YOUR_WARDENPOINT_ALLOW_INSECURE_TLS> -- npx -y @wardenpoint/mcp-server

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →