{"name":"onyx_geo_verify","tier":"metered","price_usdc":"0.25","endpoint":"https://onyx-actions.onrender.com/v1/onyx_geo_verify","method":"POST","input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Full URL (http/https) to observe from the in-region vantage."},"expect_currency":{"type":"string","description":"Optional ISO currency you expect (e.g. 'USD'). If the in-region view shows a different currency, it's flagged as divergence."},"expect_keyword":{"type":"string","description":"Optional text you expect present on the page. If absent in the in-region view (e.g. geo-gated content), it's flagged."}},"required":["url"]},"description":"Geo ground-truth oracle. Give a URL (optionally an expected price / currency / keyword); get what a real regional vantage actually sees — final URL after geo-redirects, region price + currency, geo-block / 'not available in your country' walls, page language — plus explicit divergence flags vs your expectation. Catches region-gating a datacenter-IP agent silently misses. Never guesses.","when_to_use":"Before an agent assumes a price, currency, availability, or content is global when it may be region-gated. To confirm a storefront/page renders the same from a real regional vantage as from a US datacenter. To detect geo-redirects, 451/legal blocks, and 'not available in your country' walls that a cloud-IP fetch silently passes through differently.","vs_alternatives":"A datacenter 'fetch this URL' tool returns the datacenter view and is blind to regional gating. Raw proxies sell you GBs and make you parse + interpret the result yourself. This returns one structured, sourced observation from a real regional vantage with explicit divergence flags.","example_request":{"url":"https://shop.example.com/p/1","expect_currency":"USD"},"example_response":{"ok":true,"final_url":"https://shop.example.com/gr/p/1","geo_redirected":true,"currency":"EUR","diverges":true,"divergence":["currency: in-region shows EUR, you expected USD","geo-redirected to https://shop.example.com/gr/p/1"]},"settle_to":"0x3fD9ee1373562f894D322B37DFFAd7a5D2b2d78f","network":"base","facilitator":"https://facilitator.xpay.sh","payment_required":true,"free_introspection":true,"note":"GET this URL = free introspection card. POST with x402 payment header to call."}