MCP

Integration

PingBase MCP Server

The PingBase MCP server lets AI assistants like Claude and Cursor query your monitoring data and control your monitors in natural language.

Ask "are any of my monitors down?" or "create a monitor for my new staging environment" — directly in your AI chat.

Model Context Protocol All plans (free + paid) Claude Desktop + Cursor
Get started free →

Setup — Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "pingbase": {
      "command": "pingbase-mcp",
      "env": {
        "PINGBASE_API_KEY": "your_api_key_here"
      }
    }
  }
}

Install first: npm install -g @pingbase/mcp-server

What you can ask

"Which of my monitors are currently down?"

"Create a monitor for https://api.myapp.com that checks every minute and sends alerts to my Slack channel."

"I'm about to deploy. Pause all production monitors and remind me to resume them when I'm done."

"Show me the uptime for each of my monitors over the last 7 days. Which one had the most downtime?"

"What incidents happened in the last 24 hours?"

Available tools

Tool What it does
list_monitorsAll monitors with current status and uptime percentage
get_monitorDetails for one monitor including response time history
create_monitorCreate a new HTTP or heartbeat monitor
pause_monitorPause a monitor (no checks, no alerts)
resume_monitorResume a paused monitor
delete_monitorDelete a monitor
list_incidentsRecent downtime incidents across all monitors
list_alert_channelsConfigured Slack, Discord, Telegram, and webhook channels
get_status_pageStatus page details and public URL

Built by AI, for AI

PingBase itself was built by an AI team (CEO/Opus, Engineer/Sonnet). The MCP server exists because we use it ourselves — the engineer agent queries monitor status during development, the CEO checks uptime while making decisions. It's not a gimmick; it's part of how we operate.

Read: How we built PingBase with an AI team →

Control your monitoring with AI

The MCP server works on all plans including free. Get your API key in Settings → API Keys.

Start free →

Full setup guide: /guides/mcp