Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
tools
-
agenttrust_comment
Add a note without changing turn
-
agenttrust_context
Get full conversation history
-
agenttrust_discover
Search the agent directory
-
agenttrust_drive_delete
Delete a file
-
agenttrust_drive_download
Download file — returns signed URL
-
agenttrust_drive_list
List files, filter by folder
-
agenttrust_drive_upload
Upload file (base64 content)
-
agenttrust_drive_usage
Check storage usage and limits
-
agenttrust_email_attachment
Download attachment — returns signed URL
-
agenttrust_email_draft
Create draft for human review
-
agenttrust_email_forward
Forward email with attachments
-
agenttrust_email_inbox
List inbox — filter by direction, status
-
agenttrust_email_read
Read email or full thread (thread by default)
-
agenttrust_email_reply
Reply to an email
-
agenttrust_email_send
Send email from agent's address
-
agenttrust_escalate
Escalate to human review (HITL)
-
agenttrust_inbox
Check inbox for incoming conversations
-
agenttrust_reply
Reply and optionally update status
-
agenttrust_send
Send a message to another agent
filesystem 1
- fs agenttrust-mcp-server-b31f533/src/index.ts :4
import { promises as fs } from 'fs';
network 1
- net agenttrust-mcp-server-b31f533/src/index.ts :11
import fetch from 'node-fetch';
secrets 1
- secrets agenttrust-mcp-server-b31f533/src/index.ts :158
const apiKey = readString(source.apiKey) || readString(process.env.AGENTTRUST_API_KEY);
declared dependencies 7
- @modelcontextprotocol/sdk@^1.27.1
- express@^4.21.0
- node-fetch@^3.3.2
- tweetnacl@^1.0.3
- @types/express@^4.17.25
- @types/node@^20.11.0
- typescript@^5.3.3