MCP server exposing 4 tools for dogsapi.
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/dogsapi/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
list_breeds — Search dog breeds with pagination. Returns breed names, IDs, weight ranges, life spans, and hypoallergenic status. Use get_breed for detailed info on a specific breed.get_breed — Get detailed info about a dog breed by ID. Returns characteristics, temperament, origin, size, and health data.list_facts — Get random dog facts. Returns interesting trivia about dog behavior, history, and abilities.get_groups — Get all AKC dog breed groups (e.g., Sporting, Herding, Terrier). Returns group names and descriptions.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/dogsapi/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io