MCP Hub
Back to servers

httpcat

HTTP Cat MCP — wraps http.cat (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-httpcat

MCP server for HTTP status code cat images via http.cat. No authentication required.

Tools

ToolDescription
get_status_catGet the http.cat image URL for an HTTP status code
list_codesList common HTTP status codes with descriptions and image URLs

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "httpcat_get_status_cat",
      "arguments": { "status_code": 404 }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review