The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Healthchecksio MCP listing page.
🇬🇧 English · 🇻🇳 Tiếng Việt
MCP server for the Healthchecks.io API. Lets Claude manage checks, channels, badges, and send pings.
(npm also works: npm install && npm run build)
HEALTHCHECKS_API_KEY (required) — API key from Settings > API Access on healthchecks.io.HEALTHCHECKS_API_URL (optional) — defaults to https://healthchecks.io/api/v3. Change if self-hosting.HEALTHCHECKS_PING_URL (optional) — defaults to https://hc-ping.com. Change if self-hosting.Install straight from GitHub, no clone needed (pnpm preferred):
npm also works:
Or run from a local build, adding to .mcp.json / claude_desktop_config.json:
list_checks — list checks, filter by tag/statusget_check — get a single check's detailscreate_check — create a new checkupdate_check — update a checkpause_check / resume_checkdelete_checklist_check_flips — up/down status historylist_channels — notification channelslist_badges — badge URLsping — send a heartbeat ping (success/fail/start/log)