@pipeworx/mcp-httpstatus
v0.1.0
Published
HTTP status code reference MCP.
Maintainers
Readme
mcp-httpstatus
HTTP status code reference MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 1148+ live data sources.
Tools
| Tool | Description |
|------|-------------|
| http_status | Look up an HTTP status code (100-599): its reason phrase, category, and meaning. Keyless, offline. |
| list_http_statuses | List HTTP status codes, optionally filtered to a class (1, 2, 3, 4 or 5 for 1xx…5xx). |
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"httpstatus": {
"url": "https://gateway.pipeworx.io/httpstatus/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1148+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Httpstatus data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
