get_status_cat
ActiveTool of httpcat
declared in 0.1.0
Get a cat image representing an HTTP status code. Provide the code (e.g., 200, 404, 500). Returns the image URL.
Parameters schema
{
"type": "object",
"examples": [
{
"status_code": 200
},
{
"status_code": 404
}
],
"required": [
"status_code"
],
"properties": {
"status_code": {
"type": "number",
"description": "HTTP status code (e.g., 200, 404, 500)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
httpcat
https://github.com/pipeworx-io/mcp-httpcat
1/7 registries