MCP server exposing 2 tools for w3c.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/w3c/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
w3c_search — Find W3C / web-standards specifications by keyword or topic — HTML, CSS, WCAG accessibility, DOM, SVG, WAI-ARIA, WebAuthn, Fetch, and 800+ others. Answers "what W3C spec defines X", "the CSS grid specification", "web accessibility standard", "which spec covers custom elements". Returns specs with shortname, title, status (Recommendation / Working Draft / Living Standard), organization, and official URL. Example: w3c_search({ query: "flexbox" }).w3c_spec — Detail for one web-standards spec by shortname ("WCAG21", "css-grid-1", "html") or title fragment ("web content accessibility"). Returns title, status, organization (W3C/WHATWG), working groups, series, official URL, editor's-draft URL. Example: w3c_spec({ spec: "WCAG21" }). Accepts shortname/name/title too.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/w3c/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io