mcpbeat Sign in

Healthchecksio MCP Server

by nguyenhuy158 Your server? Claim it
local only

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

MCP server for Healthchecks.io API

Installs per day peak 102 · avg 5
a month agotoday
26
Installs / week
npm · healthchecksio-mcp
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
ISC
License
JavaScript

Nothing serious here today

Today is the operative word: we check Healthchecksio MCP 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 healthchecksio-mcp -- npx -y healthchecksio-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "healthchecksio-mcp": {
      "args": [
        "-y",
        "healthchecksio-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.healthchecksio-mcp]
command = "npx"
args = ["-y", "healthchecksio-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "healthchecksio-mcp": {
      "args": [
        "-y",
        "healthchecksio-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "healthchecksio-mcp": {
      "args": [
        "-y",
        "healthchecksio-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HEALTHCHECKS_API_KEY (Healthchecks.io API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Healthchecksio MCP

same job, measured the same way
Healthchecks Io MCP
by ronniechong

Unofficial MCP server for managing Healthchecks.io checks via the Management API

49 installs/wk local only
Swapi MCP
by abhishekjkrsna

MCP server for SWAPI API

37 installs/wk local only
Hostinger API MCP
by hostinger

MCP server for Hostinger API

119 817 installs/wk answering
Bmc Helix MCP
by rod-anami-kyndryl

A MCP Server for BMC Helix ITSM API.

42 installs/wk local only
Qnap
by marcelo-ochoa

MCP server for QNAP NAS API

28 installs/wk local only
Razorpay
by indiamcp

MCP server for Razorpay API.

22 installs/wk local only
Customer Io
by pipeworx-io

MCP server for customer-io

answering
I
Iceberg MCP Server
by dragonejt

MCP Server for Apache Iceberg

167 installs/wk local only

Healthchecksio MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Healthchecksio MCP?
Healthchecksio MCP 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 healthchecksio-mcp was installed 26 times last week.
How do I connect Healthchecksio MCP?
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 healthchecksio-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Healthchecksio MCP?
The npm package healthchecksio-mcp was installed 26 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 Healthchecksio MCP open source?
Yes — it is published under the ISC licence, written in JavaScript 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.