Hyperping
OfficialAllows listing and viewing Discord integration configuration for notifications.
Allows listing and viewing Opsgenie integration configuration for notifications.
Allows listing and viewing PagerDuty integration configuration for notifications.
Allows listing and viewing Slack integration configuration for notifications.
Allows listing and viewing Telegram integration configuration for notifications.
Hyperping MCP Server
Official Model Context Protocol server for Hyperping. It exposes uptime monitoring, incident history, on-call schedules and reporting to AI agents over HTTP.
This is a remote server. There is nothing to install or self-host: point your client at the endpoint with an API key. This repository holds the registry manifest, the client configuration and the tool reference.
Full documentation: hyperping.com/docs/mcp
Endpoint
URL |
|
Transport | Streamable HTTP, JSON-RPC 2.0 |
Auth | Bearer token |
Scope | One project per key |
Tools | 26 (22 read, 4 write) |
Related MCP server: uptrack-mcp
Quick start
In Hyperping, go to Project Settings, API Keys and create a
read_onlyorread_writekey.Add the server to your MCP client (see below).
Restart the client, then ask it things like "what is down right now?" or "what was our uptime on the API monitor last month?"
Claude Desktop, Claude Code, Cursor, Windsurf
{
"mcpServers": {
"hyperping": {
"type": "http",
"url": "https://api.hyperping.io/v1/mcp",
"headers": {
"Authorization": "Bearer sk_..."
}
}
}
}stdio clients
Clients that only speak stdio can bridge through mcp-remote:
{
"mcpServers": {
"hyperping": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.hyperping.io/v1/mcp",
"--header",
"Authorization: Bearer sk_..."
]
}
}
}Tools
Monitors
Tool | Scope | Description |
| read | Paginated monitors, filterable by |
| read | One monitor by UUID. |
| read | Case-insensitive substring search over names and URLs. |
| write | Create an HTTP, ICMP, port or DNS monitor. |
| write | Patch a monitor. Unspecified fields are preserved. |
| write | Stop checks and alerts for a monitor. |
| write | Resume a paused monitor. |
delete_monitor is deliberately not exposed. Use the dashboard or the REST API.
Status and outages
Tool | Scope | Description |
| read | Up, down and paused counts, plus what is currently down and since when. |
| read | Paginated outages, filterable by status, type or search term. |
| read | One outage, with acknowledgements, description and root cause. |
| read | Detection, cross-region verification, alert dispatch, acknowledgement, resolution. |
| read | Outages scoped to a single monitor. |
Reporting
Tool | Scope | Description |
| read | Uptime percentage over a window, by hour, day, week or month. |
| read | Latency trend over a window. |
| read | Mean time to resolve, in seconds. |
| read | Mean time to acknowledge, in seconds. |
Diagnostics
Tool | Scope | Description |
| read | Flapping, latency spikes and other detected anomalies. |
| read | Recent HTTP probe logs, filterable by level. |
| read | Up and down notifications over a date range. |
On-call
Tool | Scope | Description |
| read | All schedules, with rotation config and current on-call. |
| read | One schedule, with full rotation detail and linked policies. |
| read | All escalation policies in the project. |
| read | One policy, with step sequence, schedules and contact channels. |
| read | Project users, to resolve IDs coming from schedules and policies. |
To answer "who is on call for monitor X?", chain get_monitor, get_escalation_policy, get_on_call_schedule, list_team_members.
Integrations
Tool | Scope | Description |
| read | Slack, Telegram, Discord, PagerDuty, OpsGenie, Teams, webhook and others. |
| read | One integration, with its channel-specific config. |
Rate limits
Limits apply per project, and both windows are enforced.
Method | Per minute | Per hour |
| 5 | 20 |
| 30 | 200 |
| 60 | 600 |
Open the session once and reuse it rather than calling initialize per request. Exceeding a limit returns a JSON-RPC error with a retry_after_seconds hint.
Machine-readable spec
For a dense, agent-friendly spec covering tools, query patterns and response shapes, point your client at hyperping.com/mcp/llms.txt.
Support
Open an issue here, or reach the team through hyperping.com/contact/sales.
License
MIT for the contents of this repository. Use of the hosted service is governed by the Hyperping terms and privacy policy.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for CronAlert uptime monitoring — manage monitors, check results, and incidents from any MCP-compatible AI client.Last updated9100MIT

uptrack-mcpofficial
Alicense-qualityCmaintenanceMCP server for Uptrack uptime monitoring. Manage monitors and incidents from AI agents like Claude, ChatGPT, and Cursor.Last updated3MIT
DevHelm MCP Serverofficial
AlicenseBqualityBmaintenanceMCP server for uptime monitoring, incidents, alerting, and dependency status.Last updated1001MIT- Flicense-qualityCmaintenanceMCP server for managing self-hosted Uptime Kuma monitors and querying uptime statistics from Claude.Last updated
Related MCP Connectors
Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hyperping/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server