geocode_search
ActiveTool of Openrouteservice
"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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Openrouteservice
https://github.com/pipeworx-io/mcp-openrouteservice
1/7 registries