← 返回
未分类 中文

Pipeworx httpcat

HTTP status code cat images — get a cat photo for any status code plus a reference of all common codes
HTTP 状态码猫咪图片 — 为任意状态码获取一张猫咪图片,并提供所有常见状态码的参考
brucegutman
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 358
下载
💾 0
安装
1
版本
#latest

概述

HTTP Cats

Every HTTP status code deserves a cat. This pack returns cat image URLs from http.cat for any status code, plus a handy reference list of all common HTTP codes with their meanings.

Tools

  • get_status_cat — Get the http.cat image URL for a specific HTTP status code (e.g., 404, 418, 500)
  • list_codes — Reference list of common HTTP status codes with human-readable descriptions

Perfect for

  • Making error messages more fun in documentation or Slack alerts
  • Teaching HTTP status codes in a memorable way
  • Adding personality to API monitoring dashboards
  • "What does a 418 status code mean?" — it means I'm a Teapot, obviously

Example

curl -s -X POST https://gateway.pipeworx.io/httpcat/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_status_cat","arguments":{"code":404}}}'
{
  "code": 404,
  "description": "Not Found",
  "image_url": "https://http.cat/404"
}

MCP config

{
  "mcpServers": {
    "pipeworx-httpcat": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/httpcat/mcp"]
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 14:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

Pipeworx sunrisesunset

brucegutman
提供全球任意地点和日期的日出、日落、黎明、黄昏、太阳正午、黄金时段及昼长精确时刻。
★ 0 📥 630
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,724
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 679 📥 327,936