Skip to content
Claude Desktop

MCP Registry Validator — Check Endpoints Actually Resolve for Claude Desktop

io.github.operatorsheets/mcp-uptime

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

client:Claude Desktop transport:streamable-http tools:4

Install MCP Registry Validator — Check Endpoints Actually Resolve in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-uptime": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp-uptime.theopslog.workers.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

MCP Registry Validator — Check Endpoints Actually Resolve in other clients