EmailAgent hosts a streamable HTTP MCP endpoint.Documentation Index
Fetch the complete documentation index at: https://docs.emailagent.dev/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
https://app.emailagent.dev/mcp
POST /mcpGET /mcpDELETE /mcp
app.emailagent.dev for MCP. docs.emailagent.dev is documentation-only and will not serve MCP sessions.
Auth
All requests must include:mcp-session-id.
Security notes
- v1 auth is API key only.
- OAuth is deferred to a later version.
- Configure origin/host guardrails in app env:
MCP_ALLOWED_ORIGINSMCP_ALLOWED_HOSTS
Troubleshooting
401missing/invalid bearer token.403session token mismatch.404invalidmcp-session-id.500upstream or transport failure.