httpcat
Server Details
HTTP Cat MCP — wraps http.cat (free, no auth)
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-httpcat
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 2 of 2 tools scored.
The two tools have clearly distinct purposes: get_status_cat retrieves a specific cat image URL for a given code, while list_codes provides a comprehensive list of codes with descriptions and URLs. There is no overlap or ambiguity between them.
Both tools follow a consistent verb_noun naming pattern (get_status_cat and list_codes), using snake_case throughout. The verbs 'get' and 'list' appropriately describe their actions, making the naming predictable and clear.
With only 2 tools, the server feels thin for its apparent domain of HTTP status code visualization. While the tools cover core functionality, more operations (e.g., searching or filtering codes) could enhance completeness, making the count borderline for the scope.
The tools provide good coverage for the basic purpose of accessing http.cat images: one for specific lookups and one for listing all codes. A minor gap exists, such as the inability to filter or search the list, but agents can work around this with the available tools.
Available Tools
2 toolsget_status_catAInspect
Get the http.cat image URL for a given HTTP status code. Returns a direct URL to a cat photo illustrating the status code.
| Name | Required | Description | Default |
|---|---|---|---|
| status_code | Yes | HTTP status code (e.g., 200, 404, 500) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses the output behavior ('Returns a direct URL to a cat photo'), which is helpful, but doesn't mention error handling (e.g., for invalid codes), rate limits, or authentication needs. It adds some value but lacks comprehensive behavioral context for a tool with no annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with zero waste: the first states the purpose, and the second clarifies the return value. It's front-loaded and appropriately sized for a simple tool, making it easy to scan and understand quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (one parameter, no output schema, no annotations), the description is mostly complete. It covers purpose and output, but lacks error handling details or explicit sibling differentiation. For a simple lookup tool, this is sufficient but could be slightly enhanced for full completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents the 'status_code' parameter with examples. The description adds no additional meaning beyond what's in the schema (e.g., it doesn't specify valid code ranges or format details). Baseline 3 is appropriate as the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific action ('Get the http.cat image URL'), identifies the resource ('for a given HTTP status code'), and distinguishes from the sibling tool 'list_codes' by focusing on retrieving a single image URL rather than listing codes. It provides a complete picture of what the tool does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage by mentioning 'a given HTTP status code,' suggesting it's for when you have a specific code to look up. However, it doesn't explicitly state when to use this tool versus the sibling 'list_codes' (e.g., for browsing codes vs. getting an image for a known code) or provide any exclusions or prerequisites, leaving some guidance gaps.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_codesAInspect
List common HTTP status codes with their descriptions and corresponding http.cat image URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that the tool lists codes with descriptions and image URLs, which is useful behavioral context. However, it does not mention potential limitations like rate limits, data freshness, or response format details, leaving some behavioral aspects unspecified.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the key information ('List common HTTP status codes') and adds necessary details ('with their descriptions and corresponding http.cat image URLs') without any wasted words. Every part of the sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (0 parameters, no annotations, no output schema), the description is complete enough for its purpose. It clearly states what the tool does and what information it provides. However, without an output schema, it could benefit from more detail on the return format, but this is a minor gap for such a simple tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0 parameters with 100% coverage, so no parameter information is needed. The description does not add parameter semantics, but this is acceptable as there are no parameters. A baseline of 4 is appropriate for tools with zero parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with specific verbs ('List') and resources ('common HTTP status codes'), and distinguishes it from the sibling tool 'get_status_cat' by specifying it lists multiple codes with descriptions and image URLs, whereas the sibling likely retrieves a single code.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for retrieving a list of HTTP status codes with descriptions and image URLs, but does not explicitly state when to use this tool versus the sibling 'get_status_cat' or provide exclusions. The context is clear but lacks explicit alternatives or when-not guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!