MCP Server - Talk to Your Infrastructure with AI

Connect AlertKick to AI tools like Claude Desktop, Cursor, and any MCP-compatible client. Ask questions about your servers, alerts, and security events in plain English. Get answers in seconds.

AI Tool (Claude Desktop / Cursor / etc.)
    |  stdio (JSON-RPC)
    v
  apmcp (local binary)
    |  HTTPS + API Key
    v
  AlertKick API (your account)

What you can do

The MCP server exposes 14 tools that let your AI assistant read and act on your monitoring data. Just ask in natural language - the AI figures out which tools to call.

Example prompts

  • "List my servers and show any that are offline"
  • "Show me all open alerts and summarise what's going on"
  • "What security events happened in the last hour?"
  • "Acknowledge alert abc-123"
  • "Give me a summary of my monitoring infrastructure"
  • "Are any of my Docker containers down?"

Available tools

Servers

list_servers
get_server
get_server_containers

Alerts

list_alerts
get_alert
acknowledge_alert
resolve_alert

Security Events

list_security_events
get_security_event_stats

Monitors, Heartbeats & Incidents

list_monitors
get_monitor
list_heartbeats
list_incidents
get_incident

Quick setup

The MCP server is a single Go binary. Download or build it, add your API key, and point your AI tool at it.

Claude Desktop

Add this to your Claude Desktop config (~/.config/claude/claude_desktop_config.json):

{
  "mcpServers": {
    "alertkick": {
      "command": "/path/to/apmcp",
      "env": {
        "ALERTPRIORITY_API_KEY": "ak_your_key_here"
      }
    }
  }
}

Claude Code

claude mcp add --transport stdio alertkick \
  --env ALERTPRIORITY_API_KEY=ak_your_key_here \
  -- /path/to/apmcp

Build from source

git clone https://github.com/alertkick/alertkick-mcp.git
cd alertkick-mcp
make build
./apmcp --version

Open source

The MCP server is fully open source under the Apache 2.0 licence. Inspect the code, build from source, contribute improvements, or fork it for your own needs.

Ready to get started?

Install one agent. Get security monitoring, infrastructure alerts, and on-call management - all included, every plan.