loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-httpcat

MCP Tool

pipeworx-io/mcp-httpcat

MCP server for HTTP status code cat images via http.cat

Install

$ npx loaditout add pipeworx-io/mcp-httpcat

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-httpcat": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-httpcat"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

mcp-httpcat

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

Tools

| 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 |

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

Tags

httpcatmcpmcp-servermodel-context-protocolpipeworx

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated16 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/2/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/pipeworx-io/mcp-httpcat)](https://loaditout.ai/skills/pipeworx-io/mcp-httpcat)