Back to Browse

Hyperping MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Uptime, API and server monitoring with outages, reporting, on-call and status pages.

About

Uptime, API and server monitoring with outages, reporting, on-call and status pages.

Remote endpoints: streamable-http: https://api.hyperping.io/v1/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-hyperping-hyperping": {
      "url": "https://api.hyperping.io/v1/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

URLhttps://api.hyperping.io/v1/mcp
TransportStreamable HTTP, JSON-RPC 2.0
AuthBearer token
ScopeOne project per key
Tools26 (22 read, 4 write)

Quick start

  1. In Hyperping, go to Project Settings, API Keys and create a read_only or read_write key.
  2. Add the server to your MCP client (see below).
  3. 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

ToolScopeDescription
list_monitorsreadPaginated monitors, filterable by up, down, paused, ssl_expiring.
get_monitorreadOne monitor by UUID.
search_monitors_by_namereadCase-insensitive substring search over names and URLs.
create_monitorwriteCreate an HTTP, ICMP, port or DNS monitor.
update_monitorwritePatch a monitor. Unspecified fields are preserved.
pause_monitorwriteStop checks and alerts for a monitor.
resume_monitorwriteResume a paused monitor.

delete_monitor is deliberately not exposed. Use the dashboard or the REST API.

Status and outages

ToolScopeDescription
get_status_summaryreadUp, down and paused counts, plus what is currently down and since when.
list_outagesreadPaginated outages, filterable by status, type or search term.
get_outagereadOne outage, with acknowledgements, description and root cause.
get_outage_timelinereadDetection, cross-region verification, alert dispatch, acknowledgement, resolution.
get_monitor_outagesreadOutages scoped to a single monitor.

Reporting

ToolScopeDescription
get_monitor_uptimereadUptime percentage over a window, by hour, day, week or month.
get_monitor_response_timereadLatency trend over a window.
get_monitor_mttrreadMean time to resolve, in seconds.
get_monitor_mttareadMean time to acknowledge, in seconds.

Diagnostics

ToolScopeDescription
get_monitor_anomaliesreadFlapping, latency spikes and other detected anomalies.
get_monitor_http_logsreadRecent HTTP probe logs, filterable by level.
list_recent_alertsreadUp and down notifications over a date range.

On-call

ToolScopeDescription
list_on_call_schedulesreadAll schedules, with rotation config and current on-call.
get_on_call_schedulereadOne schedule, with full rotation detail and linked policies.
list_escalation_policiesreadAll escalation policies in the project.
get_escalation_policyreadOne policy, with step sequence, schedules and contact channels.
list_team_membersreadProject 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

ToolScopeDescription
list_integrationsreadSlack, Telegram, Discord, PagerDuty, OpsGenie, Teams, webhook and others.
get_integrationreadOne integration, with its channel-specific config.

Rate limits

Limits apply per project, and both windows are enforced.

MethodPer minutePer hour
initialize520
tools/list30200
tools/call60600

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.

Reviews

No reviews yet

Be the first to review this server!