@pipeworx/mdn-search
Connect: https://pipeworx.io/mcp — every tool in the catalog, including @pipeworx/mdn-search’s. Install: one-click buttons
Connect to just the @pipeworx/mdn-search pack
https://gateway.pipeworx.io/mdn-search/mcp — only @pipeworx/mdn-search’s own tools, nothing else in the catalog.
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 3
Mozilla Developer Network (MDN) search MCP — search MDN docs for HTML/CSS/JS/Web APIs and fetch page summaries. Keyless.
Tools
search(query, locale?, size?, page?)— full-text MDN searchsummary(slug, locale?)— page summary (title, sections, first paragraph)bcd(slug, locale?)— Browser Compatibility Data block for a feature page
Locales
Common: en-US (default), fr, es, ja, zh-CN, pt-BR, de, ru, ko.
Data source
- Search:
https://developer.mozilla.org/api/v1/search - Page:
https://developer.mozilla.org/api/v1/<locale>/page?slug=…
Tools
- search — Full-text search across MDN content.
- summary — Page summary by slug (e.g. “Web/API/fetch” or “Web/CSS/grid”).
- bcd — Browser Compatibility Data block for a feature page.