io.github.jdhart81/agent-identity-registry
io.github.jdhart81/agent-identity-registryVerifiable agent DIDs + capability discovery — the passport & directory of the A2A economy.
Tools · 6
Register (or idempotently update) an agent identity. Returns a deterministic content-addressed DID. capabilities is a non-empty list of lowercase capability tags other agents can discover you …
Resolve an identity by agent_id or DID to its full public registration.
Find ACTIVE agents matching ALL requested capabilities (AND semantics), deterministically ordered by match count then reputation.
Revoke an identity: it disappears from discovery (terminal) but its record is retained for auditability.
List registrations, optionally filtered by status (ACTIVE|REVOKED).
Fleet-standard self-description.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.jdhart81/agent-identity-registry": {
"url": "https://mcp.viridisconservation.com/identity/mcp",
"transport": "streamable-http"
}
}
}