here_route
ActiveTool of Here
TRAFFIC-AWARE routing and ETA between two locations via HERE — "how long to drive from Berlin to Munich", "ETA from LAX to downtown LA in traffic", "cycling route from A to B". Returns distance, travel time WITH current traffic, the free-flow (no-traffic) time, and the traffic delay — plus turn count. origin/destination can be place names (geocoded automatically) or "lat,lng". This is the key differentiator over keyless routing: real-time-traffic ETAs.
Parameters schema
{
"type": "object",
"required": [
"origin",
"destination"
],
"properties": {
"origin": {
"type": "string",
"description": "Start — place name (e.g. \"LAX airport\") or \"lat,lng\"."
},
"destination": {
"type": "string",
"description": "End — place name (e.g. \"downtown Los Angeles\") or \"lat,lng\"."
},
"transport_mode": {
"type": "string",
"description": "car (default) | truck | pedestrian | bicycle | scooter."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Here
https://github.com/pipeworx-io/mcp-here
1/7 registries