mcpcensus // api & mcp endpoint
vet an MCP server
before your agent
trusts it.
Query the health of any of 15,000+ MCP registry servers — stars, last push, gone/archived/deprecated, name-collisions, a fact-based verdict — from your code or straight from your agent over MCP.
// already subscribed? get your key
Enter the email you subscribed with (activates within a minute of subscribing).
quickstart — rest
# search by keyword
curl "https://mcpcensus-lookup.jaco-veldsman.workers.dev/v1/search?q=github" \
-H "x-api-key: YOUR_KEY"
# one server's full health card
curl "https://mcpcensus-lookup.jaco-veldsman.workers.dev/v1/server?name=io.github.netdata/mcp-server" \
-H "x-api-key: YOUR_KEY"
Rate-limit headers on every response: x-ratelimit-remaining, x-tier. Without a key you get the free 10/day tier.
quickstart — mcp endpoint
Point any MCP client at the endpoint; your agent gets two tools, census_search and census_lookup, so it can vet a server the moment it chooses one.
{
"mcpServers": {
"mcp-census": {
"url": "https://mcpcensus-lookup.jaco-veldsman.workers.dev/mcp",
"headers": { "x-api-key": "YOUR_KEY" }
}
}
}
a health card
{
"server_name": "io.github.owner/name",
"health": "healthy | issues | unknown",
"health_problems": ["repo_gone", "npm_deprecated", ...],
"gh_stars": 1234, "months_since_push": 0.9,
"gh_archived": false, "npm_deprecated": false,
"name_collision_count": 3, "registry_status": "active", ...
}
Verdicts are facts with evidence — unknown stays unknown, never guessed. Data from the official MCP registry, GitHub, npm and PyPI; refreshed regularly. No personal data.
The MCP Census · Jaco Veldsman, sole trader, NSW Australia · [email protected]
Subscriptions billed by Gumroad; cancel anytime. 14-day refund.
Subscriptions billed by Gumroad; cancel anytime. 14-day refund.