Retrieve random cat images, find cats by specific tags, and list available cat tags using the Pipeworx cataas service.
# Cataas
CATAAS MCP — Cat as a Service (free, no auth)
## random_cat
Get a random cat image. Returns image URL, cat ID, and associated tags.
## cat_by_tag
Get a random cat image matching a specific tag (e.g., 'orange', 'cute', 'sleepy'). Returns image URL
## list_tags
List all available cat tags for filtering. Use tag names with cat_by_tag to find cats by appearance
```json
{
"mcpServers": {
"cataas": {
"url": "https://gateway.pipeworx.io/cataas/mcp"
}
}
}
```
don't have the plugin yet? install it then click "run inline in claude" again.