All MCP servers

e2a — email for AI agents

Official
by Api.AirforceStreamable HTTPAI & LLM Tools0157Apache-2.0

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

mcpopen-sourceai-llm-tools

Endpoint

POST https://mcp.e2a.dev/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "e2a-email-for-ai-agents-imp70f98": {
      "url": "https://mcp.e2a.dev/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}