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/mcpTools
| Tool | Purpose |
|---|---|
search | Ranked full-text search with excerpts. |
list_topics | Filter by category or requirement status. |
get_topic | Fetch one complete topic as Markdown. |
get_checklist | Generate an audit checklist. |
get_categories | List categories and topic counts. |
get_changes | Read 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.