Toll402 · Business directory · Tools · llms.txt · MCP

reverse_geocode $0.002 per call

Reverse-geocodes a latitude/longitude pair to a human-readable address using https://nominatim.openstreetmap.org/reverse (format=jsonv2). Returns the display name plus structured address components (road, city, state, country, postcode).

For AI agents: call reverse_geocode
POST https://toll402.dev/v1/t/reverse_geocode
{
 "lat": 48.8584,
 "lon": 2.2945
}
Answers 402 with x402 payment requirements; pay with any x402 client (@x402/fetch, x402 for Python, toll402-client, toll402-mcp). Free trial without a wallet; paid calls via x402 (USDC on Base). Start at /llms.txt or connect the MCP server: npx -y toll402-mcp · remote https://toll402.dev/mcp.

Input schema

{
 "type": "object",
 "properties": {
  "lat": {
   "type": "number",
   "minimum": -90,
   "maximum": 90
  },
  "lon": {
   "type": "number",
   "minimum": -180,
   "maximum": 180
  },
  "zoom": {
   "type": "integer",
   "minimum": 0,
   "maximum": 18,
   "default": 18
  }
 },
 "required": [
  "lat",
  "lon"
 ]
}

MCP

{"mcpServers":{"toll402":{"command":"npx","args":["-y","toll402-mcp"],"env":{"TOLL402_WALLET_KEY":"0x..."}}}}

All tools · OpenAPI

Toll402 is a pay-per-call tool gateway for AI agents (x402, USDC on Base, no API keys). Data aggregates dated public evidence; "unverified" means unknown, not fake. Referral bounty · Get listed