MCP server exposing 7 tools for devdocs-io.
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/devdocs-io/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
docs — Return the full DevDocs.io catalog of all available documentation sets: name, slug, type, version, and release for every supported library/language.search_docs — Find which documentation SETS exist whose NAME matches a substring (e.g. "python" → Python 3.x, "react" → React). Returns doc SETS, NOT their content — this does NOT look up a function/method/API name. To search inside a doc for an entry like "Array.map" or "fetch", use search_index (slug + query).index — Index of entries inside a doc.search_index — Search WITHIN a documentation set for a specific entry (method/function/API/property) by substring — THIS is the content lookup. E.g. slug="javascript", query="Array.map"; slug="python", query="os.path". Get valid slugs from docs/search_docs.db — Content database for a doc (large).entry — Single entry HTML.types — List categories inside a doc.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/devdocs-io/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io