Agent Tools
Back to MCP servers
● degraded

# Drumbeats MCP The official MCP server for [Drumbeats](https://drumbeats.io) — cron, uptime, and heartbeat monitoring plus status pages, operated from Claude, Cursor, VS Code, or any MCP client. ## What you can do - **Monitors** — create and manage cron, heartbeat, and HTTP uptime monitors in plain language: `create_monitor`, `list_monitors`, `get_monitor`, `update_monitor`, `pause_monitor`, `resume_monitor` - **Observe & triage** — check history, uptime SLAs, and incidents: `get_monitor_history`, `get_uptime_summary`, `list_incidents`, `manage_incident`, `list_projects` - **Diagnostics (no account needed)** — ad-hoc checks from chat: `check_http`, `check_ssl`, `check_dns` ## Install **Hosted (OAuth, no API key):** add the remote server `https://api.drumbeats.io/mcp` to any client that supports streamable HTTP — e.g. `claude mcp add --transport http drumbeats https://api.drumbeats.io/mcp` **Local (npm):** { "mcpServers": { "drumbeats": { "command": "npx", "args": ["-y", "@drumbeats/mcp"], "env": { "DRUMBEATS_API_KEY": "dk_your_key" } } } } Get an API key from your [Drumbeats account](https://drumbeats.io) (free to start). Omit the `env` block entirely to use just the diagnostics tools. ## Links - Website: https://drumbeats.io/mcp - Setup guide: https://drumbeats.io/connect - GitHub: https://github.com/drumbeats-io/mcp (Apache-2.0) - npm: https://www.npmjs.com/package/@drumbeats/mcp

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/drumbeats/drumbeats-mcp/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/drumbeats/drumbeats-mcp/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://drumbeats.io/mcp
Listed at (smithery)
https://drumbeats.io/mcp