zemail MCP Interface

Email operations for AI agents via MCP

A production-ready implementation that exposes a Model Context Protocol endpoint at /api/mcp. Power your AI agents with secure, authenticated access to email capabilities.

Sign In to proceed

Checking authentication...

Quick Test

Use your active MCP key generated above to test the endpoint via cURL. Your agent will use the same Headers to execute tools.

curl -X POST http://localhost:3000/api/mcp \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_USER_MCP_KEY" \
  -d '{
    "tool": "email.read",
    "input": { "limit": 5 }
  }'

Available Tools

email_send

Compose & send new emails directly from your agent.

email_read

Fetch and parse latest threads natively.

email_summarize

AI-native intelligent summarization.

email_reply

Draft and dispatch replies in context.