Official Thrd MCP Server
Thrd exposes a first-class MCP integration so AI clients can triage inbound email, inspect threads, and perform safe outbound actions using policy-gated tools.
Canonical identifiers
Registry name: io.github.SergioRico1/thrd
npm package: thrd-mcp
Official MCP server
Email tools your agent already knows how to use.
Install thrd-mcp and expose inbox, threads, polling, reply and policy-aware send as a standard tool surface. MCP never bypasses Thrd policy.
stdio / local-first
export THRD_API_KEY="thrd_xxx"
npx -y thrd-mcpscope one key to one isolated agent inbox
Security notes
- Use an API key scoped to a dedicated agent inbox. Do not share your primary inbox credentials with tools.
- For HTTP transport, always set MCP_AUTH_TOKEN and restrict inbound traffic.
- If the API returns security_ack_required, create an ack token and retry with it.