Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

com.hyperping/hyperping

REMOTE · API.HYPERPING.IO · SCANNED AUG 3

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

Available components

75 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security83
Transport & Reachability100
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2368 tokens (~91/item across 26 items; 26 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management10
  • Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.hyperping.io

# add to Claude Code
claude mcp add --transport http com-hyperping-hyperping https://api.hyperping.io/v1/mcp
# ~/.codex/config.toml
[mcp_servers.com-hyperping-hyperping]
url = "https://api.hyperping.io/v1/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-hyperping-hyperping": {
      "type": "remote",
      "url": "https://api.hyperping.io/v1/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-hyperping-hyperping --url https://api.hyperping.io/v1/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-hyperping-hyperping:
    url: "https://api.hyperping.io/v1/mcp"
// mcp.json
{
  "mcpServers": {
    "com-hyperping-hyperping": {
      "type": "http",
      "url": "https://api.hyperping.io/v1/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +4
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 +49
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 21

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://api.hyperping.io/v1/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=hyperping.io CN=WE1,O=Google Trust Services,C=US 22 Jul 2026 20 Oct 2026 ECDSA 256 ECDSA-SHA256 41fb6c7578d7fbfb13e7db15be67fac2
SANs: hyperping.io, *.hyperping.io
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of api.hyperping.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
hyperping.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Challenged, unverified

The endpoint asked for a token, but we could not retrieve and validate the RFC 9728 metadata that tells a client how to obtain one.

Result Challenged, unverified
Enforced On tool calls
HTTP status 200

Protected resource metadata

Retrieved No
Problem no_resource_metadata
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.hyperping.io/v1/mcp Verified 200
http (plaintext) http://api.hyperping.io/v1/mcp HTTPS enforced 301 https://api3.hyperping.io/v1/mcp
MCP tools — 26 exposed · ~2,057 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_monitor ~369

Create a new monitor. Requires name+url; add "port" for port checks, "dns_*" for DNS checks.

NameTypeReqDescription
alerts_waitnumberMinutes to wait before alerting. -1 disables, 0 is immediate.
check_frequencynumberCheck interval in seconds. Sub-30s requires a business plan.
dns_expected_answerstringExpected DNS answer to assert against.
dns_nameserverstringCustom nameserver for DNS checks.
dns_record_typestringDNS record type (protocol="dns").
escalation_policystringUUID of an escalation policy to link.
expected_status_codestring|numberExpected response status: number (200), "2xx", or "1xx-3xx".
follow_redirectsbooleanFollow 3xx redirects on http monitors.
group_idGroup to place the monitor in.
http_methodstringHTTP verb. Defaults to GET.
namestringyesHuman-readable monitor name.
pausedbooleanStart the monitor in a paused state.
portintegerTCP port — required when protocol is "port".
protocolstringCheck protocol. Defaults to "http".
regionsarrayProbe region codes, e.g. ["us-east","eu-west"]. Use ["*"] for all.
request_bodystringBody for http requests.
request_headersarrayCustom request headers.
required_keywordstringBody must contain this keyword, else flagged down.
timeoutintegerRequest timeout in seconds (default 30).
urlstringyesTarget URL (http) or hostname (icmp/port/dns).

No output schema declared.

No examples provided.

get_escalation_policy ~46

One policy by UUID. Reveals step sequence, linked schedules, and contact channels.

NameTypeReqDescription
uuidstringyesEscalation policy UUID (format "esc_...").

No output schema declared.

No examples provided.

get_integration ~45

One integration by UUID, with its channel-specific config (channel name, webhook URL, routing, etc.).

NameTypeReqDescription
uuidstringyesIntegration UUID (format "int_...").

No output schema declared.

No examples provided.

get_monitor ~30

Fetch a single monitor by its UUID.

NameTypeReqDescription
uuidstringyesMonitor UUID (format "mon_...")

No output schema declared.

No examples provided.

get_monitor_anomalies ~44

Anomaly-detection output for a single monitor (flapping, latency spikes, etc.).

NameTypeReqDescription
uuidstringyesMonitor UUID (format "mon_...").

No output schema declared.

No examples provided.

get_monitor_http_logs ~87

Recent HTTP probe logs for a monitor, paginated. Useful to diagnose recent check failures.

NameTypeReqDescription
levelarrayFilter by log level.
limitintegerRows per page. Default 50, max 200.
pageintegerZero-indexed page. Default 0.
uuidstringyesMonitor UUID (format "mon_...").

No output schema declared.

No examples provided.

get_monitor_mtta ~76

Mean time to acknowledge (MTTA) per monitor over a date window, in seconds.

NameTypeReqDescription
fromstringISO start date. Default: 30 days ago.
monitor_uuidsarrayRestrict to these monitor UUIDs.
tostringISO end date. Default: now.

No output schema declared.

No examples provided.

get_monitor_mttr ~76

Mean time to resolve (MTTR) per monitor over a date window, in seconds.

NameTypeReqDescription
fromstringISO start date. Default: 30 days ago.
monitor_uuidsarrayRestrict to these monitor UUIDs.
tostringISO end date. Default: now.

No output schema declared.

No examples provided.

get_monitor_outages ~79

Paginated list of outages scoped to one monitor. Convenience wrapper around list_outages.

NameTypeReqDescription
monitor_uuidstringyesMonitor UUID (format "mon_...") to filter by.
pageintegerZero-indexed page number, 20 per page.
statusstringFilter by status. Defaults to "all".

No output schema declared.

No examples provided.

get_monitor_response_time ~80

Response time latency trend over a date window.

NameTypeReqDescription
fromstringISO start date. Default: 30 days ago.
monitor_uuidsarrayRestrict to these monitor UUIDs.
resolutionstringTime grouping. Default "day".
tostringISO end date. Default: now.

No output schema declared.

No examples provided.

get_monitor_uptime ~88

Uptime percentage over a date window, aggregated and optionally per day/hour/week/month.

NameTypeReqDescription
fromstringISO start date. Default: 30 days ago.
monitor_uuidsarrayRestrict to these monitor UUIDs.
resolutionstringTime grouping. Default "day".
tostringISO end date. Default: now.

No output schema declared.

No examples provided.

get_on_call_schedule ~39

One schedule by UUID with full rotation detail and the linked escalation policies.

NameTypeReqDescription
uuidstringyesSchedule UUID (format "sch_...").

No output schema declared.

No examples provided.

get_outage ~36

Fetch a single outage by UUID, including acknowledgements, description, and root cause.

NameTypeReqDescription
uuidstringyesOutage UUID.

No output schema declared.

No examples provided.

get_outage_timeline ~54

Full activity timeline for an outage: detection, cross-region verification, alert dispatches, acknowledgement, resolution.

NameTypeReqDescription
uuidstringyesOutage UUID (format "outage_..." or "INC-123").

No output schema declared.

No examples provided.

get_status_summary ~28

Up/down/paused counts plus a list of currently down monitors with the timestamp they went down.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_escalation_policies ~28

All escalation policies in the project. Use to find which monitors route alerts where.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_integrations ~35

All notification integrations in the project (Slack, Telegram, Discord, PagerDuty, OpsGenie, Teams, webhook, etc.).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_monitors ~85

Paginated monitors in the project. Optional status filter (up/down/paused/ssl_expiring).

NameTypeReqDescription
limitintegerRows per page. Default 50, max 200.
pageintegerZero-indexed page. Default 0.
statusstringFilter by state. "ssl_expiring" = SSL expires within 30 days.

No output schema declared.

No examples provided.

list_on_call_schedules ~30

All on-call schedules in the project. Each entry typically includes rotation config and current on-call.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_outages ~97

Paginated list of outages in the project. Filter by status, type, or search term.

NameTypeReqDescription
pageintegerZero-indexed page number, 20 outages per page.
searchstringSubstring matched against monitor name/URL/domain or "INC-123".
statusstringFilter by status. Defaults to "all".
typestringFilter by type. Defaults to "all".

No output schema declared.

No examples provided.

list_recent_alerts ~90

Alert notifications (up/down transitions) over a date range. Defaults to last 30 days.

NameTypeReqDescription
fromstringISO start date. Default: 30 days ago.
monitor_uuidsarrayRestrict to these monitor UUIDs.
resolutionstringTime grouping. Default "day".
tostringISO end date. Default: now.

No output schema declared.

No examples provided.

list_team_members ~29

Users on the project, with names and emails. Use to resolve user IDs from schedules/policies.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pause_monitor ~41

Pause a monitor — no checks run and no alerts fire. Same as update_monitor with paused=true.

NameTypeReqDescription
uuidstringyesUUID of the monitor to pause.

No output schema declared.

No examples provided.

resume_monitor ~34

Resume a paused monitor. Same as update_monitor with paused=false.

NameTypeReqDescription
uuidstringyesUUID of the monitor to resume.

No output schema declared.

No examples provided.

search_monitors_by_name ~39

Case-insensitive substring search across monitor names and URLs.

NameTypeReqDescription
querystringyesCase-insensitive substring matched against monitor names or URLs.

No output schema declared.

No examples provided.

update_monitor ~372

Patch a monitor. Pass only fields you want to change; others are preserved.

NameTypeReqDescription
alerts_waitnumberMinutes to wait before alerting. -1 disables, 0 is immediate.
check_frequencynumberCheck interval in seconds. Sub-30s requires a business plan.
dns_expected_answerstringExpected DNS answer to assert against.
dns_nameserverstringCustom nameserver for DNS checks.
dns_record_typestringDNS record type (protocol="dns").
escalation_policystringUUID of an escalation policy to link.
expected_status_codestring|numberExpected response status: number (200), "2xx", or "1xx-3xx".
follow_redirectsbooleanFollow 3xx redirects on http monitors.
group_idGroup to place the monitor in.
http_methodstringHTTP verb. Defaults to GET.
namestringHuman-readable monitor name.
pausedbooleanStart the monitor in a paused state.
portintegerTCP port — required when protocol is "port".
protocolstringCheck protocol. Defaults to "http".
regionsarrayProbe region codes, e.g. ["us-east","eu-west"]. Use ["*"] for all.
request_bodystringBody for http requests.
request_headersarrayCustom request headers.
required_keywordstringBody must contain this keyword, else flagged down.
timeoutintegerRequest timeout in seconds (default 30).
urlstringTarget URL (http) or hostname (icmp/port/dns).
uuidstringyesUUID of the monitor to update.

No output schema declared.

No examples provided.