pipeworx-io/mcp-dogceo
MCP server for random dog images and breed listings via Dog CEO API
Platform-specific configuration:
{
"mcpServers": {
"mcp-dogceo": {
"command": "npx",
"args": [
"-y",
"mcp-dogceo"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for random dog images and breed listings via Dog CEO API. No authentication required.
| Tool | Description | |------|-------------| | random_image | Get a random dog image URL from any breed | | list_breeds | List all dog breeds and their sub-breeds | | breed_images | Get multiple random dog images for a specific breed | | random_breed_image | Get a single random dog image for a specific breed |
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": {}
}
}'MIT
Loading reviews...