mcpbeat Sign in

Healthchecks MCP Server

local only

Healthchecks runs on your own machine — the client starts it, so there is no endpoint to ping. 266 installs a week from npm. Last commit 29 Aug 2026.

Inspect, create and adjust Healthchecks cron and uptime checks, and read why one failed

Installs per day peak 266 · avg 8
a month agotoday
266
Installs / week
npm · healthchecks-mcp
0
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Healthchecks every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add healthchecks-mcp -- npx -y healthchecks-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "healthchecks-mcp": {
      "args": [
        "-y",
        "healthchecks-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.healthchecks-mcp]
command = "npx"
args = ["-y", "healthchecks-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "healthchecks-mcp": {
      "args": [
        "-y",
        "healthchecks-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "healthchecks-mcp": {
      "args": [
        "-y",
        "healthchecks-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Healthchecks

same job, measured the same way
Healthchecksio
by usefulapi

Manage cron/heartbeat checks, read pings and flips, pause/resume/delete on Healthchecks.io.

12 tools answering
Uptimemonitoring
by uptimemonitoring

Agent-native uptime monitoring. Create, inspect, and assert monitor health. Free 50-monitor tier.

answering
Opengist
by ni-c

Read, create, update and delete gists on a self-hosted Opengist instance

417 installs/wk local only
C
Croncool
by cron

Inspect scheduled jobs, runs, durable workflows, and webhook health; run one confirmed job.

answering
Knack
by usefulapi

Read, create, update and delete records; inspect objects, fields and schema in your Knack database.

9 tools answering
Clickup
by usefulapi

Read teams, spaces, lists and tasks; create, update and comment on tasks and track time.

14 tools answering
Relin
by earonesty

Inspect webhook health, investigate delivery failures, configure sources, and replay events.

52 tools answering
UptyBots
by uptybots

Uptime monitoring: create and manage HTTP, API, SSL, ping, port and domain checks

155 installs/wk 15 tools answering

Healthchecks — questions

Answers built from our own checks of this server.

Why is there no uptime for Healthchecks?
Healthchecks runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package healthchecks-mcp was installed 266 times last week.
How do I connect Healthchecks?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls healthchecks-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Healthchecks?
The npm package healthchecks-mcp was installed 266 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Healthchecks open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.