You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).

onyx_x402_error_explain

Inactive

Tool of onyx-paid-mcp

declared in 1.28.0

Plain-English explainer for any HTTP error in an x402 / MCP flow. Pass the status code + response body (or headers), get back a diagnosis with specific cause and actionable fix. Covers FastAPI validation, OAuth2 DCR failures, EIP-712 signature errors, x402 spec error codes, and Coinbase facilitator-specific responses. Free tier — local logic, no network calls. (price: $0 USDC, tier: free)

Parameters schema

{
  "type": "object",
  "required": [
    "status_code"
  ],
  "properties": {
    "status_code": {
      "type": "integer",
      "description": "HTTP status code returned by the server (e.g. 402, 422, 401)."
    },
    "response_body": {
      "type": "string",
      "description": "Raw response body as text. JSON is auto-detected and parsed."
    },
    "request_summary": {
      "type": "string",
      "description": "Optional. One-line summary of what the caller was trying to do."
    },
    "response_headers": {
      "type": "object",
      "description": "Optional. HTTP response headers, useful for 402 challenges that carry payment-required header.",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

onyx-paid-mcp

https://github.com/dimitrilaouanis-tech/onyx-mcp

2/7 registries
View full server →
onyx_x402_error_explain — onyx-paid-mcp — PRSM MCP