email_send
Compose & send new emails directly from your agent.
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.
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 }
}'Compose & send new emails directly from your agent.
Fetch and parse latest threads natively.
AI-native intelligent summarization.
Draft and dispatch replies in context.