Streamable HTTP MCP endpoint at POST /mcp. Stateless, read-only, no authentication.
{
"mcpServers": {
"specification-website": {
"transport": "http",
"url": "https://mcp.specification.website/mcp"
}
}
}
search(query, limit?) — full-text across every spec pagelist_topics({ category?, status?, limit? }) — filtered indexget_topic({ slug }) — full Markdown for one pageget_checklist({ category?, status? }) — flat checklistget_categories() — taxonomy with countsaudit_url(url, focus?) — generates an audit plan for a target URLAgent-to-Agent JSON-RPC endpoint at POST /a2a/v1; agent card at /.well-known/agent-card.json. message/send wraps the same search; other A2A methods return method-not-found.