Skip to main content
Glama
nguyenhuy158

healthchecksio-mcp

by nguyenhuy158

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)

Related MCP server: uptrack-mcp

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)

Install Server
F
license - not found
A
quality
A
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • Augments MCP Server - A comprehensive framework documentation provider for Claude Code

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nguyenhuy158/healthchecksio-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server