INDIVIDUAL MCP TOOL
get_status
Full current state of one monitor: status, 30-day uptime %, schedule, last ping, alert config, recent event history and its public URLs.
LIVE ENDPOINT
https://golemreach.com/heartbeat/mcp
Connect to this endpoint to inspect the live schema for get_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.golemreach-heartbeat]
url = "https://golemreach.com/heartbeat/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"golemreach-heartbeat": {
"type": "http",
"url": "https://golemreach.com/heartbeat/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: golemreach-heartbeat
Remote MCP URL: https://golemreach.com/heartbeat/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"golemreach-heartbeat": {
"url": "https://golemreach.com/heartbeat/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"golemreach-heartbeat": {
"type": "http",
"url": "https://golemreach.com/heartbeat/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "golemreach-heartbeat",
"transport": "streamable-http",
"url": "https://golemreach.com/heartbeat/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_heartbeat— Arm a new dead-man switch monitor.ping_heartbeat— Record one successful run for a monitor (same as GETting https://golemreach.com/heartbeat/ping/<key>).record_failure— Explicitly mark a run as FAILED for a monitor (same as GET https://golemreach.com/heartbeat/fail/<key>).list_heartbeats— List monitors on this Heartbeat instance with current status (new/up/late/down).