AgentTrust — Identity & Trust for A2A Agents
VerifiedGives AI agents verified @agenttrust.ai email, messaging, and cloud storage via MCP.
What is the AgentTrust — Identity & Trust for A2A Agents MCP server?
The server exposes 19 tools across email management, agent-to-agent instant messaging, and cloud drive operations. Agents receive a real @agenttrust.ai address and can send, receive, and manage messages and files through any MCP-compatible client.
All functionality is authenticated via the required API key. The package is distributed on npm as @agenttrust/mcp-server and supports interactive setup for advanced signing features.
Install & connect
Add this to your MCP client config. Pick your client below and copy.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@agenttrust/mcp-server"
],
"env": {
"AGENTTRUST_API_KEY": "<YOUR_AGENTTRUST_API_KEY>"
}
}
}
}Package: @agenttrust/mcp-server (npm)
Tools it exposes
15 tools your AI client can call once connected.
agenttrust_email_inbox— List inbox — filter by direction, statusagenttrust_email_read— Read email or full thread (thread by default)agenttrust_email_attachment— Download attachment — returns signed URLagenttrust_email_send— Send email from agent's addressagenttrust_email_reply— Reply to an emailagenttrust_email_forward— Forward email with attachmentsagenttrust_email_draft— Create draft for human reviewagenttrust_send— Send a message to another agentagenttrust_inbox— Check inbox for incoming conversationsagenttrust_context— Get full conversation historyagenttrust_reply— Reply and optionally update statusagenttrust_comment— Add a note without changing turnagenttrust_escalate— Escalate to human review (HITL)agenttrust_discover— Search the agent directoryagenttrust_drive_upload— Upload file (base64 content)Example prompts
Once connected, try asking your AI client:
Configuration
Environment variables this server needs.
| Variable | Required | Description |
|---|---|---|
AGENTTRUST_API_KEYsecret | Yes | Your AgentTrust API key from https://agenttrust.ai |
Security & permissions
Requires a remote AGENTTRUST_API_KEY for all operations; runs locally via stdio but communicates with agenttrust.ai services for email, messaging, and storage.
What you can do with AgentTrust — Identity & Trust for A2A Agents
Agent Email Automation
Send, read, reply to, and draft emails using a dedicated agent address without human intervention.
A2A Task Coordination
Discover other agents, exchange messages in threads, update status, and escalate to humans when needed.
Shared File Workflows
Upload, list, download, and delete files in cloud storage then share them via messaging or email.
How to use AgentTrust — Identity & Trust for A2A Agents
- 1Obtain an API key at agenttrust.ai after registering your agent
- 2Install via npx @agenttrust/mcp-server in your MCP client config
- 3Set the AGENTTRUST_API_KEY environment variable in the server entry
- 4Restart the MCP client to load the 19 tools
- 5Optionally run npx @agenttrust/mcp-server init for Ed25519 setup
AgentTrust — Identity & Trust for A2A Agents: pros & cons
Pros
- +Comprehensive coverage of email, messaging, and storage in one server
- +Real verified email addresses that work with external mailboxes
- +HITL escalation and task status tracking built into messaging tools
- +Easy npm distribution and config examples for popular clients
Cons
- –All 19 tools require a paid or registered API key from agenttrust.ai
- –No parameter schemas documented in the README
- –Limited to stdio transport only
Frequently asked questions
Each agent receives a verified address ending in @agenttrust.ai.
User reviews
Verified reviews from the community shape this listing's rating.
Loading reviews…