routing
ActiveTool of mcp-geoapify
Routing / directions: compute the distance and travel time between two points for a given travel mode (drive, walk, bicycle, transit). Returns distance in meters and time in seconds. Example: routing({ from_lat: 48.8584, from_lon: 2.2945, to_lat: 48.8606, to_lon: 2.3376, mode: "drive" })
Parameters schema
{
"type": "object",
"required": [
"from_lat",
"from_lon",
"to_lat",
"to_lon"
],
"properties": {
"mode": {
"type": "string",
"description": "Travel mode: 'drive', 'walk', 'bicycle', or 'transit' (default 'drive')"
},
"to_lat": {
"type": "number",
"description": "Latitude of the destination point"
},
"to_lon": {
"type": "number",
"description": "Longitude of the destination point"
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Geoapify API key for higher limits; omit to use the shared Pipeworx key."
},
"from_lat": {
"type": "number",
"description": "Latitude of the origin point"
},
"from_lon": {
"type": "number",
"description": "Longitude of the origin point"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-geoapify
https://github.com/pipeworx-io/mcp-geoapify
2/7 registries