DevOps
hyperping.com
Monitor websites and APIs from multiple locations with frequent checks, plus status pages and on-call scheduling.
ENDPOINT 1
https://api.hyperping.io/v1/mcp
MCP server metadata
- Name
- hyperping-monitors
- Version
- 1.0.0
Hyperping synthetic-monitoring tools, scoped to the authenticated project. RATE LIMITS per project. Per minute: initialize=5, tools/list=30, tools/call=60. Per hour: initialize=20, tools/list=200, tools/call=600. BOTH windows apply — slowing down within a minute is not enough if you exceed the hourly cap. Exceeding any of these returns a JSON-RPC error with a Retry-After hint. To stay under the limit: open the MCP session ONCE at startup and reuse it for every tool call — do NOT call "initialize" again per request. Batch related questions into fewer tool calls when possible. If you receive a rate_limit_exceeded error, wait the indicated retry_after_seconds before retrying. Monitors are the center of gravity. Manage them with list/get/create/update/pause/resume/search_monitors_by_name. Deletion is intentionally not exposed via MCP — use the dashboard or REST API directly. For observability use get_status_summary (up/down now), list_outages/get_outage/get_monitor_outages (incident history), list_recent_alerts (notifications), get_monitor_uptime/response_time/mttr/mtta (reporting), get_monitor_anomalies, get_monitor_http_logs. To answer "who is on-call for monitor X?": get_monitor → get_escalation_policy → get_on_call_schedule → list_team_members. Monitor UUIDs start with "mon_". Project scope and auth are handled automatically from the API key.
Known tools 26
search_monitors_by_nameCase-insensitive substring search across monitor names and URLs.
Inferred read-onlyget_status_summaryUp/down/paused counts plus a list of currently down monitors with the timestamp they went down.
Inferred read-onlyget_outageFetch a single outage by UUID, including acknowledgements, description, and root cause.
Inferred read-onlyget_outage_timelineFull activity timeline for an outage: detection, cross-region verification, alert dispatches, acknowledgement, resolution.
Inferred read-onlyget_monitor_uptimeUptime percentage over a date window, aggregated and optionally per day/hour/week/month.
Inferred read-onlyget_monitor_mttrMean time to resolve (MTTR) per monitor over a date window, in seconds.
Inferred read-onlyget_monitor_mttaMean time to acknowledge (MTTA) per monitor over a date window, in seconds.
Inferred read-onlyget_monitor_anomaliesAnomaly-detection output for a single monitor (flapping, latency spikes, etc.
Inferred read-onlyget_on_call_scheduleOne schedule by UUID with full rotation detail and the linked escalation policies.
Inferred read-onlylist_integrationsAll notification integrations in the project (Slack, Telegram, Discord, PagerDuty, OpsGenie, Teams, webhook, etc.
Potential side effectsget_integrationOne integration by UUID, with its channel-specific config (channel name, webhook URL, routing, etc.
Inferred read-onlyCONNECT 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.hyperping-monitors]
url = "https://api.hyperping.io/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hyperping-monitors": {
"type": "http",
"url": "https://api.hyperping.io/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hyperping-monitors
Remote MCP URL: https://api.hyperping.io/v1/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": {
"hyperping-monitors": {
"url": "https://api.hyperping.io/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hyperping-monitors": {
"type": "http",
"url": "https://api.hyperping.io/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hyperping-monitors",
"transport": "streamable-http",
"url": "https://api.hyperping.io/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hyperping.io was fetched 2026-08-29T10:49:08.080Z.
hyperping.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.