For agents

The entire specification, over MCP

The read-only server bundles the same Markdown used by this site. Search every topic, fetch canonical guidance, build checklists, or ask what changed.

Endpoint

https://mcp.specification.email/mcp

Tools

ToolPurpose
searchRanked full-text search with excerpts.
list_topicsFilter by category or requirement status.
get_topicFetch one complete topic as Markdown.
get_checklistGenerate an audit checklist.
get_categoriesList categories and topic counts.
get_changesRead the changelog since a date.

Client configuration

{
  "mcpServers": {
    "email-spec": {
      "transport": "http",
      "url": "https://mcp.specification.email/mcp"
    }
  }
}

Run the Worker locally from mcp/ with npm run dev. Deployment configuration is included but no deployment occurs automatically.