API
A tiny public API for MCP checks.
Use the public endpoints for search, server profiles, and lightweight public scans.
Endpoints
GET /api/v1/search?q=server-name
Search registry
GET /api/v1/server/{encodedServerUrl}
Fetch a server profile
POST /api/v1/scan\nContent-Type: application/json\n\n{ "server_url": "https://example.com/mcp" }
Run a public scan
GET /api/v1/mcp
MCP endpoint