Random cat facts and breed information from the Cat Facts API
Did you know cats spend 70% of their lives sleeping? Pull random feline trivia, batch multiple facts, or browse cat breeds with details on country of origin, coat type, and temperament.
get_fact — One random cat factget_facts — Multiple random cat facts (default 5)list_breeds — Cat breeds with country, origin, coat, and pattern infocurl -s -X POST https://gateway.pipeworx.io/catfacts/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_facts","arguments":{"count":3}}}'
{
"mcpServers": {
"pipeworx-catfacts": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/catfacts/mcp"]
}
}
}