MCP Hub
Back to servers

dogceo

Dog CEO MCP — wraps Dog CEO's Dog API (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-dogceo

MCP server for random dog images and breed listings via Dog CEO API. No authentication required.

Tools

ToolDescription
random_imageGet a random dog image URL from any breed
list_breedsList all dog breeds and their sub-breeds
breed_imagesGet multiple random dog images for a specific breed
random_breed_imageGet a single random dog image for a specific breed

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": "dogceo_random_image",
      "arguments": {}
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review