You're viewing a demo portfolio

Join the waitlist
PRSM

apiosk_inspect_x402

Active

Tool of Apiosk

declared in 1.7.0

Read an arbitrary URL's x402 payment terms (price, asset, network, payTo) WITHOUT paying. Use this on an external result's `url` from apiosk_discover before paying: it makes one unauthenticated request, parses the 402 offer, and returns the exact amount so you can confirm the price with the user. Read-only; never spends. apiosk_execute (for Apiosk catalog listings) does not need this.

Parameters schema

{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "The https:// URL of the x402 resource to inspect (e.g. a federated listing's resource URL)."
    },
    "method": {
      "enum": [
        "GET",
        "POST",
        "HEAD"
      ],
      "type": "string",
      "description": "HTTP method the resource charges on. Defaults to GET."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Apiosk

https://github.com/obcraft/apiosk-mcp

1/7 registries
View full server →