Bring Hyperping into your AI workflows.
Connect Claude, Cursor, Windsurf, or any MCP-compatible client to your Hyperping project with one API token. Read monitors, drill into outages, follow the on-call chain, and pause services from a prompt.
Your whole Hyperping project, exposed as tools.
Your AI composes the queries; Hyperping returns the facts. Deletion is intentionally not exposed. Reversible changes only.
Monitors
- list_monitorsread
- get_monitorread
- create_monitorwrite
- update_monitorwrite
- pause_monitorwrite
- resume_monitorwrite
Outages
- list_outagesread
- get_outageread
- get_probe_logsread
- get_anomaliesread
- get_outage_timelineread
Alerts
- list_alert_dispatchesread
- list_integrationsread
- get_integrationread
SLA & SSL
- get_slaread
- get_mttrread
- get_mttaread
- list_ssl_expiringread
- get_ssl_statusread
On-call
- list_schedulesread
- get_scheduleread
- list_escalation_policiesread
- get_escalation_policyread
- get_on_call_nowread
Project
- get_projectread
- list_membersread
Three steps. One token.
Works with any MCP-compatible client. No local server, no SDK.
Create an API key
In Hyperping, open
Project Settings → API Keys. Pick read-only or read-write. Keys are strictly scoped to one project.Drop in the server config
Paste this into your client's MCP config. The same JSON works for Claude Desktop, Cursor, Windsurf, Cline, and Claude Code.
~/.claude/claude_desktop_config.jsonjson{ "mcpServers": { "hyperping": { "type": "http", "url": "https://api.hyperping.io/v1/mcp", "headers": { "Authorization": "Bearer sk_live_..." } } } }Restart and ask
Restart your client. Start asking questions. Every call reuses the same auth, permissions, rate limits, and activity logs as the REST API.
How the server behaves.
Same guarantees as the REST API. No new abstractions to reason about.
What teams actually do with it.
The MCP server turns monitoring from a dashboard you check into a context your AI tools already have.
What people actually ask.
Copy any of these into your MCP-connected client.