The MCP Census
https://mcpcensus-lookup.jaco-veldsman.workers.dev/mcpskills: {'id': 'census_lookup', 'name': 'census_lookup', 'description': "Get the live health verdict for one MCP server by its exact registry name (e.g. 'io.github.owner/name'). Returns stars, last-push recency, gone/archived/deprecated flags, name-collision count, and a fact-based health verdict (healthy | issues | unknown).", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'census_search', 'name': 'census_search', 'description': "Search MCP servers by keyword or partial name (e.g. 'github', 'postgres'). Returns up to 20 matches ranked by GitHub stars, each with its health verdict. Use before choosing an MCP server to depend on.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 61.6ms; conformance: pass
How to connect
https://mcpcensus-lookup.jaco-veldsman.workers.dev/mcp
curl -X POST https://mcpcensus-lookup.jaco-veldsman.workers.dev/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'