Hosted MCP Service

Send email from AI workflows in minutes.

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

MCP Native

Use the /mcp endpoint for JSON-RPC compatible MCP client integrations.

Production Ready

Security middleware, CORS, and request rate limiting are built in for hosted usage.

Provider Flexibility

Backed by pluggable providers including Mailgun, SendGrid, SES, Gmail, and more.

Get started

  1. Create an EmailMCP API token and export it as EMAILMCP_MCP_TOKEN.
  2. Run codex mcp add setip --url https://mcp.setip.io/mcp --bearer-token-env-var EMAILMCP_MCP_TOKEN.
  3. Open a new Codex session and ask it to list the setip MCP tools.

Core endpoints

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