list_http_statuses

Pack: httpstatus · Endpoint: https://gateway.pipeworx.io/httpstatus/mcp

List HTTP status codes, optionally filtered to a class (1, 2, 3, 4 or 5 for 1xx…5xx).

Parameters

NameTypeRequiredDescription
classnumbernoOptional leading digit 1-5 to filter (e.g. 4 for 4xx).

Example call

curl -X POST https://gateway.pipeworx.io/httpstatus/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_http_statuses","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "httpstatus": {
      "url": "https://gateway.pipeworx.io/httpstatus/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 1, 2026