Back to Browse

Healthchecksio MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for Healthchecks.io API

About

MCP server for Healthchecks.io API

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 5 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

4 files analyzed Β· 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Healthchecks.io API keyRequired

Environment variable: HEALTHCHECKS_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-nguyenhuy158-healthchecksio-mcp": {
      "env": {
        "HEALTHCHECKS_API_KEY": "your-healthchecks-api-key-here"
      },
      "args": [
        "-y",
        "healthchecksio-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

healthchecksio-mcp

πŸ‡¬πŸ‡§ English Β· πŸ‡»πŸ‡³ TiαΊΏng Việt

MCP server for the Healthchecks.io API. Lets Claude manage checks, channels, badges, and send pings.

Install (dev)

pnpm install
pnpm run build

(npm also works: npm install && npm run build)

Env config

  • 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.

Register with Claude Code

Install straight from GitHub, no clone needed (pnpm preferred):

claude mcp add healthchecksio -e HEALTHCHECKS_API_KEY=your-key -- pnpm dlx github:nguyenhuy158/healthchecksio-mcp

npm also works:

claude mcp add healthchecksio -e HEALTHCHECKS_API_KEY=your-key -- npx -y github:nguyenhuy158/healthchecksio-mcp

Or run from a local build, adding to .mcp.json / claude_desktop_config.json:

{
  "mcpServers": {
    "healthchecksio": {
      "command": "node",
      "args": ["/path/to/healthchecksio-mcp/build/index.js"],
      "env": {
        "HEALTHCHECKS_API_KEY": "your-key"
      }
    }
  }
}

Tools

  • list_checks β€” list checks, filter by tag/status
  • get_check β€” get a single check's details
  • create_check β€” create a new check
  • update_check β€” update a check
  • pause_check / resume_check
  • delete_check
  • list_check_flips β€” up/down status history
  • list_channels β€” notification channels
  • list_badges β€” badge URLs
  • ping β€” send a heartbeat ping (success/fail/start/log)

Reviews

No reviews yet

Be the first to review this server!