You're viewing a demo portfolio

Join the waitlist
PRSM

geocode

Active

Tool of Maptiler

declared in 0.1.0

"Geocode [address]" / "find coordinates of [place]" / "lat lng for [city]" / "search OpenStreetMap-backed places" — forward geocoding via MapTiler (OpenStreetMap-curated). Returns ranked candidates with lat/lng, address components, and feature IDs for re-lookup via geocode_by_id. Alternative to Mapbox/Google geocoders when you want OSM data.

Parameters schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "bbox": {
      "type": "string"
    },
    "limit": {
      "type": "number"
    },
    "query": {
      "type": "string"
    },
    "types": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "proximity": {
      "type": "string"
    },
    "fuzzyMatch": {
      "type": "boolean"
    },
    "autocomplete": {
      "type": "boolean"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Maptiler

https://github.com/pipeworx-io/mcp-maptiler

1/7 registries
View full server →
geocode — Maptiler — PRSM MCP