← Index

e2a — email for AI agents

io.github.Mnexa-AI/mcp-server·v0.3.2·Email
Quality Score
90
/100

Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.e2a.dev/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@e2a/mcp-server"
      ],
      "env": {
        "E2A_API_KEY": "<your-e2a_api_key>",
        "E2A_AGENT_EMAIL": "<e2a_agent_email>",
        "E2A_BASE_URL": "https://e2a.dev"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@e2a/mcp-server"
      ],
      "env": {
        "E2A_API_KEY": "<your-e2a_api_key>",
        "E2A_AGENT_EMAIL": "<e2a_agent_email>",
        "E2A_BASE_URL": "https://e2a.dev"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @e2a/mcp-server
§02  Environment variables
E2A_API_KEY
requiredsecret

e2a API key from https://e2a.dev

E2A_AGENT_EMAIL

Default agent inbox (e.g. bot@your-domain.com). Optional — single-agent accounts auto-resolve.

E2A_BASE_URL

Self-hosted e2a backend URL. Defaults to https://e2a.dev.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Email