Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

MCP Registry Validator — Check Endpoints Actually Resolve

io.github.operatorsheets/mcp-uptime

Check an MCP endpoint resolves: liveness, live tool list, schema drift. Free.

Uptime
100.0%
1 direct probes · 30d
Response
653ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

check_mcp_endpoint

Probe an MCP endpoint right now: is it alive, which transport it speaks, how many tools it exposes, and whether its tool schema changed since the last check. Use before depending on a third-party MCP …

get_uptime

Uptime history for an MCP endpoint over the last N days (max 30), with incident windows. Reads stored history; does not probe.

get_known_tools

The tool list last observed at an MCP endpoint, with the timestamp of the most recent schema change. Reads stored history; does not probe.

check_schema_drift

Probe an MCP endpoint and diff its tool schema against the last stored snapshot: tools added, removed, or whose description/inputSchema changed. Schema drift fails quietly mid-run, which is why it is …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp_registry_validator_—_check_endpoints_actually_resolve": {
      "url": "https://mcp-uptime.theopslog.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}