Skip to main content
ClaudeWave
nguyenhuy158 avatar
nguyenhuy158

healthchecksio-mcp

Ver en GitHub

MCP server for the Healthchecks.io API

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado 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
Casos de uso

Resumen de MCP Servers

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

Lo que la gente pregunta sobre healthchecksio-mcp

¿Qué es nguyenhuy158/healthchecksio-mcp?

+

nguyenhuy158/healthchecksio-mcp es mcp servers para el ecosistema de Claude AI. MCP server for the Healthchecks.io API Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-05.

¿Cómo se instala healthchecksio-mcp?

+

Puedes instalar healthchecksio-mcp clonando el repositorio (https://github.com/nguyenhuy158/healthchecksio-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar nguyenhuy158/healthchecksio-mcp?

+

Nuestro agente de seguridad ha analizado nguyenhuy158/healthchecksio-mcp y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene nguyenhuy158/healthchecksio-mcp?

+

nguyenhuy158/healthchecksio-mcp es mantenido por nguyenhuy158. La última actividad registrada en GitHub es del 2026-08-05, con 0 issues abiertos.

¿Hay alternativas a healthchecksio-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega healthchecksio-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a healthchecksio-mcp