mcpbeat

Healthchecksio MCP Server

by nguyenhuy158
local only

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

MCP server for Healthchecks.io API

Installs / week
npm · healthchecksio-mcp
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
License
JavaScript

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"
    }
  }
}

Alternatives to Healthchecksio MCP

same job, measured the same way
Swapi MCP
by abhishekjkrsna

MCP server for SWAPI API

207 installs/wk local only
Hostinger API MCP
by hostinger

MCP server for Hostinger API

67 662 installs/wk local only
Bmc Helix MCP
by rod-anami-kyndryl

A MCP Server for BMC Helix ITSM API.

36 installs/wk local only
Razorpay
by indiamcp

MCP server for Razorpay API.

25 installs/wk local only
Qnap
by marcelo-ochoa

MCP server for QNAP NAS API

22 installs/wk local only
I
Iceberg MCP Server
by dragonejt

MCP Server for Apache Iceberg

678 installs/wk local only
API Tester
by ryudi84

MCP server for API testing: HTTP requests, cURL generation, health checks.

14 installs/wk local only
Rancher
by asklokesh

MCP server for Rancher API integration

66 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.
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.
Is Healthchecksio MCP open source?
Yes — 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.