com.hyperping/hyperping
com.hyperping/hyperpingUptime, API and server monitoring with outages, reporting, on-call and status pages.
Tools · 26
Paginated monitors in the project. Optional status filter (up/down/paused/ssl_expiring).
Fetch a single monitor by its UUID.
Create a new monitor. Requires name+url; add "port" for port checks, "dns_*" for DNS checks.
Patch a monitor. Pass only fields you want to change; others are preserved.
Pause a monitor — no checks run and no alerts fire. Same as update_monitor with paused=true.
Resume a paused monitor. Same as update_monitor with paused=false.
Case-insensitive substring search across monitor names and URLs.
Up/down/paused counts plus a list of currently down monitors with the timestamp they went down.
Paginated list of outages in the project. Filter by status, type, or search term.
Fetch a single outage by UUID, including acknowledgements, description, and root cause.
Full activity timeline for an outage: detection, cross-region verification, alert dispatches, acknowledgement, resolution.
Paginated list of outages scoped to one monitor. Convenience wrapper around list_outages.
Alert notifications (up/down transitions) over a date range. Defaults to last 30 days.
Uptime percentage over a date window, aggregated and optionally per day/hour/week/month.
Response time latency trend over a date window.
Mean time to resolve (MTTR) per monitor over a date window, in seconds.
Mean time to acknowledge (MTTA) per monitor over a date window, in seconds.
Anomaly-detection output for a single monitor (flapping, latency spikes, etc.).
Recent HTTP probe logs for a monitor, paginated. Useful to diagnose recent check failures.
All on-call schedules in the project. Each entry typically includes rotation config and current on-call.
One schedule by UUID with full rotation detail and the linked escalation policies.
All escalation policies in the project. Use to find which monitors route alerts where.
One policy by UUID. Reveals step sequence, linked schedules, and contact channels.
Users on the project, with names and emails. Use to resolve user IDs from schedules/policies.
All notification integrations in the project (Slack, Telegram, Discord, PagerDuty, OpsGenie, Teams, webhook, etc.).
One integration by UUID, with its channel-specific config (channel name, webhook URL, routing, etc.).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.hyperping/hyperping": {
"url": "https://api.hyperping.io/v1/mcp",
"transport": "streamable-http"
}
}
}