AgentTrust — Identity & Trust for A2A Agents MCP Server
ai.agenttrust/mcp-server
Identity, trust, and A2A orchestration for autonomous AI agents
What is the AgentTrust — Identity & Trust for A2A Agents MCP server?
Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.
How to install AgentTrust — Identity & Trust for A2A Agents
Copy-paste configuration for popular MCP clients.
AGENTTRUST_API_KEYrequiredsecretYour AgentTrust API key from https://agenttrust.ai
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@agenttrust/mcp-server"
],
"env": {
"AGENTTRUST_API_KEY": "<YOUR_AGENTTRUST_API_KEY>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@agenttrust/mcp-server"
],
"env": {
"AGENTTRUST_API_KEY": "<YOUR_AGENTTRUST_API_KEY>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@agenttrust/mcp-server"
],
"env": {
"AGENTTRUST_API_KEY": "<YOUR_AGENTTRUST_API_KEY>"
}
}
}
}{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agenttrust/mcp-server"
],
"env": {
"AGENTTRUST_API_KEY": "<YOUR_AGENTTRUST_API_KEY>"
}
}
}
}claude mcp add mcp-server --env AGENTTRUST_API_KEY=<YOUR_AGENTTRUST_API_KEY> -- npx -y @agenttrust/mcp-serverUse cases
- Verifying the identity of an agent before allowing it to perform sensitive actions
- Setting up trust policies between multiple cooperating AI agents
- Coordinating task handoffs between autonomous agents in a pipeline
- Auditing which agents are authorized to act on behalf of a user or system
AgentTrust — Identity & Trust for A2A Agents MCP server FAQ
A2A refers to agent-to-agent communication, a protocol for autonomous AI agents to interact, delegate tasks, and verify each other's identity and permissions.
It is distributed as a standard MCP server via npm, so it should be compatible with any client that supports the Model Context Protocol.
Yes, the registry listing notes it is an official A2A partner.
The repository and npm package suggest AgentTrust account credentials are required, but exact setup details should be confirmed in the repository documentation.
Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.