Issuing credentials is easy; the reason to reach for DIDs at all is that a third party can check one without asking you. Having register, issue, and verify as three separate calls means both ends of an agent-to-agent handshake can be built from the same server.
A Python server for agent identity — decentralised identifiers, verifiable credentials, and reputation scoring. The framing in the repository is agent passports for the MCP ecosystem: an agent registers an identity, carries credentials, and another party can verify them.
Three tools, named in the repository's own examples: `register_agent_identity`, `issue_credential`, and `verify_credential` — the register, issue, and check sides of the same scheme.
`pip install agent_identity_trust_mcp`, or point your client at `uvx` with the argument `agent-identity-trust-mcp` (package version 1.0.11, stdio transport). MIT-licensed.
One command — pip install agent_identity_trust_mcp
