MCP Native
Use the /mcp endpoint for JSON-RPC compatible MCP client integrations.
EmailMCP provides a hosted Model Context Protocol endpoint so Codex and other MCP clients can discover email tools without checking out the source code.
export EMAILMCP_MCP_TOKEN="emcp_live_..." codex mcp add setip --url https://mcp.setip.io/mcp --bearer-token-env-var EMAILMCP_MCP_TOKEN codex mcp get setip
Use the /mcp endpoint for JSON-RPC compatible MCP client integrations.
Security middleware, CORS, and request rate limiting are built in for hosted usage.
Backed by pluggable providers including Mailgun, SendGrid, SES, Gmail, and more.
EMAILMCP_MCP_TOKEN.codex mcp add setip --url https://mcp.setip.io/mcp --bearer-token-env-var EMAILMCP_MCP_TOKEN.setip MCP tools.GET / Landing page GET /api Service metadata (JSON) GET /health Health check GET /.well-known/mcp.json Machine-readable install metadata GET /tools List available MCP tools POST /call Execute a tool by name POST /mcp MCP JSON-RPC endpoint