You're viewing a demo portfolio

Join the waitlist
PRSM

geocode

Active

Tool of The Stall

declared in 4.82.0

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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

The Stall

1/7 registries
View full server →