MCP Hub
Back to servers

dogsapi

DogsAPI MCP — wraps dogapi.dog v2 API (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-dogsapi

MCP server for dog breed details and facts via dogapi.dog. No authentication required.

Tools

ToolDescription
list_breedsGet a paginated list of dog breeds with weight, life span, and more
get_breedGet detailed information about a specific dog breed by ID
list_factsGet a list of random dog facts
get_groupsGet all dog breed groups (e.g., Sporting, Herding, Terrier)

Quickstart via Pipeworx Gateway

Call any tool through the hosted gateway with zero setup:

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

License

MIT

Reviews

No reviews yet

Sign in to write a review