healthchecksio-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@healthchecksio-mcplist my checks that are currently down"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 tohttps://healthchecks.io/api/v3. Change if self-hosting.HEALTHCHECKS_PING_URL(optional) β defaults tohttps://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-mcpnpm also works:
claude mcp add healthchecksio -e HEALTHCHECKS_API_KEY=your-key -- npx -y github:nguyenhuy158/healthchecksio-mcpOr 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/statusget_checkβ get a single check's detailscreate_checkβ create a new checkupdate_checkβ update a checkpause_check/resume_checkdelete_checklist_check_flipsβ up/down status historylist_channelsβ notification channelslist_badgesβ badge URLspingβ send a heartbeat ping (success/fail/start/log)
Maintenance
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
- AlicenseAqualityAmaintenanceMCP Server for the Notion API, enabling Claude to interact with Notion workspaces.Last updated311,520919MIT

uptrack-mcpofficial
Alicense-qualityDmaintenanceMCP server for Uptrack uptime monitoring. Manage monitors and incidents from AI agents like Claude, ChatGPT, and Cursor.Last updated30MIT- Flicense-qualityCmaintenanceMCP server for managing self-hosted Uptime Kuma monitors and querying uptime statistics from Claude.Last updated
- Alicense-qualityDmaintenanceMCP server for Claude Code to interact with OpenClaw AI agents (Daemon, Soren, Ash, etc.) via the gateway API, providing tools to ask agents, list them, and check their status.Last updated340MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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