reverse_geocode
Convert GPS coordinates into the nearest street address or place. Use to enrich map positions with human-readable location data.
Instructions
Convert coordinates into the nearest address, street, or place. Use when starting from GPS coordinates or a map position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- bin/server.js:38-43 (registration)The tool 'reverse_geocode' is registered in the TOOLS array (lines 31-98) for the local reference adapter. This is a static stub — the actual execution logic is hosted remotely at https://geo.thinair.co/mcp. The local adapter only returns a redirect message for any tool call.
{ name: "reverse_geocode", description: "Convert coordinates into the nearest address, street, or place. Use when starting from GPS coordinates or a map position.", inputSchema: { type: "object" }, },