Drumbeats Mcp

Created By
drumbeats-io15 days ago
Operate Drumbeats monitoring from any AI client — create cron/heartbeat and uptime monitors, triage incidents, and run HTTP/SSL/DNS diagnostics (no account needed for diagnostics).
Overview

Drumbeats MCP

The official MCP server for Drumbeats — 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 (free to start). Omit the env block entirely to use just the diagnostics tools.

Server Config

{
  "mcpServers": {
    "drumbeats": {
      "command": "npx",
      "args": [
        "-y",
        "@drumbeats/mcp"
      ],
      "env": {
        "DRUMBEATS_API_KEY": "dk_your_key"
      }
    }
  }
}
Project Info
Created At
15 days ago
Updated At
15 days ago
Author Name
drumbeats-io
Star
-
Language
-
License
-
Category

Recommend Servers

View All