Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.jdhart81/agent-identity-registry

io.github.jdhart81/agent-identity-registry

Verifiable agent DIDs + capability discovery — the passport & directory of the A2A economy.

Uptime
100.0%
1 direct probes · 30d
Response
557ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

register_agent

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_agent

Resolve an identity by agent_id or DID to its full public registration.

discover_agents

Find ACTIVE agents matching ALL requested capabilities (AND semantics), deterministically ordered by match count then reputation.

revoke_agent

Revoke an identity: it disappears from discovery (terminal) but its record is retained for auditability.

list_registrations

List registrations, optionally filtered by status (ACTIVE|REVOKED).

describe_agent

Fleet-standard self-description.

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"
    }
  }
}