Drumbeats MCP
MCP server for Drumbeats monitoring. Enables creating monitors, triaging incidents, and running HTTP/SSL/DNS checks using natural language from any AI client.
README
Drumbeats MCP
The official Model Context Protocol server for Drumbeats — run your monitoring from any AI client. Create monitors, triage incidents, and run HTTP / SSL / DNS checks in plain language from Claude, Cursor, VS Code, or any MCP-capable tool.
What is Drumbeats?
Drumbeats is heartbeat and uptime monitoring for background jobs and services — cron jobs, queues, scheduled tasks, and HTTP endpoints. If a job stops checking in or a site goes down, Drumbeats alerts you. Create a free account at drumbeats.io.
Install
Add the server to your AI client and set one environment variable — your Drumbeats account API key:
{
"mcpServers": {
"drumbeats": {
"command": "npx",
"args": ["-y", "@drumbeats/mcp"],
"env": { "DRUMBEATS_API_KEY": "dk_your_key" }
}
}
}
- Get a key — at drumbeats.io → Account → API keys. An
account-scoped key (
dk_…) works across every project you own or belong to. - Add the config — paste the block above into your client's MCP config and restart it.
- Ask — "List my monitors."
Claude Desktop: prefer a one-click install — download the latest .mcpb bundle
from the Releases page,
double-click it, and paste your key when prompted.
Requires Node.js 22 when running via npx.
Tools
Fourteen tools over one shared layer. The HTTP / SSL / DNS diagnostics work with no account and no API key — point any client at the server and start checking.
Monitors & projects
| Tool | What it does |
|---|---|
list_projects |
List the projects your key can access (with notification channels and groups). |
create_monitor |
Create a monitor — cron, heartbeat, or HTTP uptime. |
list_monitors |
List a project's monitors with type, status, and schedule. |
get_monitor |
Fetch one monitor by id, with its full configuration. |
update_monitor |
Update an existing monitor (partial patch). |
pause_monitor |
Pause a monitor (stops checks and alerts). |
resume_monitor |
Resume a paused monitor. |
Observe & triage
| Tool | What it does |
|---|---|
get_monitor_history |
Recent pings, checks, and response times for a monitor. |
get_uptime_summary |
Project-wide uptime / SLA rollup across monitors. |
list_incidents |
List incidents (downtime and missed runs), filterable by status or monitor. |
manage_incident |
Get, acknowledge, or resolve an incident. |
Diagnostics — no account required
| Tool | What it does |
|---|---|
check_http |
Check a URL's reachability, status code, and response time. |
check_ssl |
Inspect a TLS certificate — validity, expiry, and issuer. |
check_dns |
Resolve a hostname and report its DNS records. |
Example prompts
List all my monitors and their current status.
Create a cron monitor for my nightly backup that runs every day at 02:00 UTC.
What's my uptime this month?
Show me open incidents and acknowledge the most recent one.
Is https://example.com up right now? # no account needed
Is the SSL certificate for example.com about to expire? # no account needed
Try it with zero setup
The check_http, check_ssl, and check_dns tools need no Drumbeats account or API
key. Add the server, leave DRUMBEATS_API_KEY unset, and ask "Is my site up?" before
you sign up. When you're ready for continuous monitoring and alerts,
create a free account.
Configuration
| Variable | Required | Default | Description |
|---|---|---|---|
DRUMBEATS_API_KEY |
For the monitoring tools | — | Account-scoped key (dk_…). Not needed for the diagnostics tools. |
DRUMBEATS_API_BASE_URL |
No | https://api.drumbeats.io |
Override the API base URL (e.g. for testing). |
Development
Requires the Node version in .nvmrc.
npm ci # install dependencies
npm run build # compile TypeScript to dist/
npm run lint # Biome lint + format check
npm test # run the test suite
See CONTRIBUTING.md for the contribution workflow and SECURITY.md for the security policy. This is a security product — please report vulnerabilities privately.
Links
- Product: drumbeats.io · sign up
- Issues: github.com/drumbeats-io/mcp/issues
License
Apache-2.0 © Lucky S Software. See NOTICE.
A product by Lucky S Software.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。