MCP Registry Validator — Check Endpoints Actually Resolve
io.github.operatorsheets/mcp-uptimeCheck an MCP endpoint resolves: liveness, live tool list, schema drift. Free.
Tools · 4
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 …
Uptime history for an MCP endpoint over the last N days (max 30), with incident windows. Reads stored history; does not probe.
The tool list last observed at an MCP endpoint, with the timestamp of the most recent schema change. Reads stored history; does not probe.
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 …
Similar MCP servers embedding-nearest
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"
}
}
}