You're viewing a demo portfolio

Join the waitlist
PRSM

here_route

Active

Tool of Here

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Here

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

1/7 registries
View full server →
here_route — Here — PRSM MCP