Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @agenttrust/mcp-server
MCP client config
{
"mcpServers": {
"agenttrust-identity-trust-for-a2a-agents": {
"command": "npx",
"args": [
"-y",
"@agenttrust/mcp-server"
]
}
}
}