apiosk_inspect_x402
ActiveTool of Apiosk
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Apiosk
https://github.com/obcraft/apiosk-mcp
1/7 registries