Skip to main content
ClaudeWave
nguyenhuy158 avatar
nguyenhuy158

healthchecksio-mcp

View on GitHub

MCP server for the Healthchecks.io API

MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/6/2026
Install in Claude Code / Claude Desktop
Method: NPX · github
Claude Code CLI
claude mcp add healthchecksio-mcp -- npx -y github
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "healthchecksio-mcp": {
      "command": "npx",
      "args": ["-y", "github"],
      "env": {
        "HEALTHCHECKS_API_KEY": "<healthchecks_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
HEALTHCHECKS_API_KEY
Use cases

MCP Servers overview

# healthchecksio-mcp

<!-- mcp-name: io.github.nguyenhuy158/healthchecksio-mcp -->

🇬🇧 English · [🇻🇳 Tiếng Việt](./README-vi.md)

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

## Install (dev)

```bash
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):

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

npm also works:

```bash
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`:

```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)

What people ask about healthchecksio-mcp

What is nguyenhuy158/healthchecksio-mcp?

+

nguyenhuy158/healthchecksio-mcp is mcp servers for the Claude AI ecosystem. MCP server for the Healthchecks.io API It has 0 GitHub stars and its last recorded update is dated 2026-08-05.

How do I install healthchecksio-mcp?

+

You can install healthchecksio-mcp by cloning the repository (https://github.com/nguyenhuy158/healthchecksio-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is nguyenhuy158/healthchecksio-mcp safe to use?

+

Our security agent has analyzed nguyenhuy158/healthchecksio-mcp and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains nguyenhuy158/healthchecksio-mcp?

+

nguyenhuy158/healthchecksio-mcp is maintained by nguyenhuy158. The last recorded GitHub activity is dated 2026-08-05, with 0 open issues.

Are there alternatives to healthchecksio-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy healthchecksio-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: nguyenhuy158/healthchecksio-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/nguyenhuy158-healthchecksio-mcp)](https://claudewave.com/repo/nguyenhuy158-healthchecksio-mcp)
<a href="https://claudewave.com/repo/nguyenhuy158-healthchecksio-mcp"><img src="https://claudewave.com/api/badge/nguyenhuy158-healthchecksio-mcp" alt="Featured on ClaudeWave: nguyenhuy158/healthchecksio-mcp" width="320" height="64" /></a>

More MCP Servers

healthchecksio-mcp alternatives