Healthchecks MCP server
Inspect, create and adjust Healthchecks cron and uptime checks, and read why one failed
0 stars34 downloads/wk
Reviews
Write oneNobody has reviewed Healthchecks yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Healthchecks tools (14, 3 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
create_checkwrite actionCreates a check. Pass either timeout (a simple period) or schedule (a
delete_checkwrite actionDeletes a check permanently. Its UUID is not recoverable, so every
get_api_key_infoReports which instance is configured, whether the API key works, and
get_checkFetches one check with all its fields, including the description and
get_ping_bodyReturns the body that was POSTed with one ping — usually the output of
get_statusChecks that the configured Healthchecks instance is reachable and its
list_badgesLists the status badge URLs of the project, one entry per tag plus "*"
list_checksLists the checks in the project the API key belongs to, newest state
list_flipsLists the up/down transitions of a check — the history behind its
list_integrationsLists the notification integrations of the project, with the UUIDs that
list_pingsLists recent pings of a check, newest first. The instance caps this at
pause_checkPauses a check: it stops expecting pings and stops alerting.
resume_checkResumes a paused check and puts it back into the "new" state, waiting
update_checkwrite actionUpdates a check. Fields that are not given stay unchanged. Two
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan29 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
Runs npx -y healthchecks-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add healthchecks-mcp -- npx -y healthchecks-mcp
Healthchecks: common questions
- Is Healthchecks MCP server safe?
- Mostly: it is graded B (83/100). Read the Healthchecks safety report
- How do I install Healthchecks?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Healthchecks need an API key?
- Yes. The registry entry asks for
HEALTHCHECKS_API_KEY. - Is Healthchecks maintained?
- The last commit was in the last day (2026-09-19). The latest release is v0.3.0.