docs

Pack: devdocs-io · Endpoint: https://gateway.pipeworx.io/devdocs-io/mcp

Full docs index.

Example call

curl -X POST https://gateway.pipeworx.io/devdocs-io/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"docs","arguments":{}}}'

Response shape

Full JSON Schema
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": "Display name of the documentation"
      },
      "slug": {
        "type": "string",
        "description": "URL slug identifier for the documentation"
      },
      "type": {
        "type": "string",
        "description": "Type category of the documentation"
      },
      "release": {
        "type": "string",
        "description": "Release version if applicable"
      },
      "version": {
        "type": "string",
        "description": "Version number if applicable"
      }
    },
    "required": [
      "name",
      "slug",
      "type"
    ]
  }
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "devdocs-io": {
      "url": "https://gateway.pipeworx.io/devdocs-io/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026