MCP server exposing 3 tools for catfacts.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/catfacts/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_fact — Get a random cat fact. Returns the fact text and character length. Use get_facts to retrieve multiple facts at once.list_breeds — Search cat breeds by name or list all available breeds. Returns breed name, country of origin, coat type, and pattern details.get_facts — Get multiple random cat facts at once. Specify count (e.g., 5). Returns array of fact texts with character lengths.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/catfacts/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io