Healthchecks.io

Healthchecks.io MCP Connector for Claude

A+

Monitor cron jobs and background tasks via Healthchecks.io — list checks, track pings, and manage alerts directly from any AI agent.

13 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Healthchecks.io account to any AI agent to monitor and manage your cron jobs, background tasks, and scheduled services through natural conversation.

What you can do

  • Check Management — List, create, update, and delete monitoring checks for your infrastructure
  • Ping History — Inspect recent pings and payloads to debug failed tasks or verify successful executions
  • Status Monitoring — Pause or resume checks and track status 'flips' (up/down transitions) over time
  • Integration Overview — List configured notification channels to ensure your team is alerted correctly
  • Deep Inspection — Fetch specific check metadata and ping bodies to understand exactly why a service is failing

How it works

  1. Subscribe to this server
  2. Enter your Healthchecks.io API Key
  3. Start monitoring your background jobs from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • DevOps Engineers — quickly verify the health of scheduled tasks and investigate downtime without leaving the terminal
  • Software Developers — check if background workers are running correctly during development and debugging
  • SRE Teams — automate the auditing of monitoring coverage and integration status
cron-jobsuptime-monitoringbackground-tasksalertinginfrastructure-monitoring

13 tools expose this connector's capabilities to your AI agent.

create_check

Use the unique field to upsert if it already exists. Create a new check

delete_check

Delete a check

get_check

Get a single check by UUID or unique key

get_ping_body

Get the body of a specific ping

get_status

Check the Healthchecks.io service status

list_badges

io status badges. List all status badges for the project

list_checks

Can be filtered by tags or slug. List all checks in the project

list_flips

List status changes (flips) for a check

list_integrations

List all integrations (channels) in the project

list_pings

List recent pings for a check

pause_check

Pause a check

resume_check

Resume a check

update_check

Update an existing check

See how to talk to your AI agent using Healthchecks.io.

List all my active checks and their current status.

I've retrieved your checks. You have 3 active monitors: 'Daily Backup' (Up), 'Hourly Sync' (Up), and 'Cleanup Script' (Down). Would you like to see the pings for the 'Cleanup Script'?

Show me the last 5 pings for check uuid '550e8400-e29b-41d4-a716-446655440000'.

Here are the last 5 pings for that check. The most recent was 10 minutes ago with a 'success' status. Ping #452 included a payload of 1.2KB. Do you want to inspect the body of any specific ping?

Create a new check named 'Database Backup' with a 24-hour timeout.

I've created the 'Database Backup' check. The UUID is 'a1b2c3d4...'. You can now send pings to `https://hc-ping.com/a1b2c3d4...`. I've set the timeout to 86400 seconds as requested.

Yes. Use the `get_ping_body` tool with the check UUID and ping number to retrieve the exact payload or logs sent by your script during that execution.

Related Connectors