onyx_geo_verify
InactiveTool of onyx-paid-mcp
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. (price: $0.25 USDC, tier: metered)
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Full URL (http/https) to observe from the in-region vantage."
},
"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."
},
"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."
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries