You're viewing a demo portfolio

Join the waitlist
PRSM

geocode_search

Active

Tool of Openrouteservice

declared in 0.1.0

"Geocode [address]" / "find [city] coordinates" / "search for places named [X]" / "where is [landmark]" — geocode an address or place name to coordinates via Pelias (OpenStreetMap-backed). Returns ranked candidates with lat/lng, address components, layer (venue/street/locality/region). Use as a free alternative to Mapbox/Google geocoding, or when you want OpenStreetMap-curated data.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "text": "Berlin"
    },
    {
      "size": 10,
      "text": "restaurant",
      "focus_lat": 49.41461,
      "focus_lon": 8.681495
    }
  ],
  "required": [
    "text"
  ],
  "properties": {
    "size": {
      "type": "number"
    },
    "text": {
      "type": "string"
    },
    "layers": {
      "type": "string"
    },
    "sources": {
      "type": "string"
    },
    "focus_lat": {
      "type": "number"
    },
    "focus_lon": {
      "type": "number"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Openrouteservice

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

1/7 registries
View full server →