A lightweight way to publish trusted MCP servers, issuers, and revocations — without inventing a new protocol.
Implementations may vary, but most registries expose a predictable set of endpoints for discovery, lookups, and revocation status.
GET /mcp/servers
GET /mcp/servers/{did}
GET /mcp/search?capability=...&tag=...&org=...
GET /mcp/issuers
GET /mcp/revocationsThe registry exists to support policy decisions: “only allow servers attested by issuer X”, “minimum assurance level Y”, “block servers with write access unless explicitly approved”, and similar guardrails.
You can run a local registry for internal tools, consume public registries, or federate across partners.