geocode
ActiveTool of The Stall
Forward and reverse geocoding via OpenStreetMap Nominatim. Forward: convert an address or place name to latitude/longitude, bounding box, and OSM metadata. Reverse: convert lat/lon to a structured street address. Supports any location worldwide. Useful for location enrichment, address validation, coordinate lookup, and building location-aware agent flows.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"lat": {
"type": "number",
"description": "Latitude for reverse geocoding. Requires 'lon' also."
},
"lon": {
"type": "number",
"description": "Longitude for reverse geocoding. Requires 'lat' also."
},
"limit": {
"type": "integer",
"description": "Max results for forward geocode (default 3, max 10). Ignored for reverse."
},
"query": {
"type": "string",
"description": "Address or place name to geocode (forward lookup). Example: '1600 Pennsylvania Ave Washington DC' or 'Eiffel Tower Paris'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Stall
1/7 registries