MCP Census developer portal
The MCP Census developer resources for agents and CI: API keys, REST, MCP, OpenAPI, auth, and watch webhooks. Public sandbox is the live API under the free daily cap.
API docs
Human REST + MCP reference, install commands, watch events.
OpenAPI
Machine-readable spec at /openapi.json.
API keys
Free account key, 100 unique lookups/day. No card.
When to use
Jobs The MCP Census is right for, and how to call it.
Quickstart
- Optional: mint a key at /account (GitHub or email). Header:
x-api-key. - Agents: add the MCP server
https://api.mcpcensus.com/mcp(see prompt.md). - REST:
GET https://api.mcpcensus.com/v1/search?q=githubthenPOST /v1/preflightwith one exact canonical name. - Stop on BLOCK. Ask a human on REVIEW. Never install from a Census result alone.
Sandbox
There is no separate staging host. The public MCP Census API is the sandbox.
- Anonymous: 10 unique lookups/day per IP.
- Free account key: 100 unique lookups/day.
- Unmetered:
GET /v1/stats,GET /v1/recent,GET /v1/coverage,GET /v1/policies.
curl -s https://api.mcpcensus.com/v1/stats
curl -s "https://api.mcpcensus.com/v1/search?q=github"
curl -s https://api.mcpcensus.com/v1/policies
Auth
API keys live on the account at mcpcensus.com/account. Send x-api-key. Anonymous calls work until the daily cap. Lost keys are emailed to the account address from the API page — the key is never shown in HTML.
MCP server
Endpoint: https://api.mcpcensus.com/mcp (streamable HTTP). Tools: census_search, census_lookup, census_preflight, census_policy_list, census_stats, census_recent, census_coverage, and the watch trio. Full list: llms.txt.
Webhooks
Watch one server: POST https://api.mcpcensus.com/v1/watch (API key). Events fire only on observed transitions: remote down/up, health, verification legs, security. Headers: X-Census-Event, X-Census-Signature, X-Census-Watch-Id. Docs: /api#watch.
Agent files
- /llms.txt — agent map, including when to use The MCP Census
- /agent-instructions.md — when-to-use + call pattern
- /agent-setup/prompt.md — install commands per host
- /openapi.json — OpenAPI
- /bot — crawler identity
Contact: info@mcpcensus.com. Product name: The MCP Census. Domain: mcpcensus.com.