pipeworx-io/mcp-httpcat
MCP server for HTTP status code cat images via http.cat
Platform-specific configuration:
{
"mcpServers": {
"mcp-httpcat": {
"command": "npx",
"args": [
"-y",
"mcp-httpcat"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for HTTP status code cat images via http.cat. No authentication required.
| Tool | Description | |------|-------------| | get_status_cat | Get the http.cat image URL for an HTTP status code | | list_codes | List common HTTP status codes with descriptions and image URLs |
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
}'MIT
Loading reviews...