You're viewing a demo portfolio

Join the waitlist
PRSM

route

Active

Tool of mcp-tomtom

declared in 0.1.0

Traffic-aware routing / directions: calculate the best route between two points and return distance plus travel time computed with live traffic. Reports traffic delay so you get realistic ETAs, not free-flow estimates. Supports car, truck, pedestrian, and bicycle travel modes. Example: route({ from_lat: 40.748, from_lon: -73.985, to_lat: 40.689, to_lon: -74.044 })

Parameters schema

{
  "type": "object",
  "required": [
    "from_lat",
    "from_lon",
    "to_lat",
    "to_lon"
  ],
  "properties": {
    "to_lat": {
      "type": "number",
      "description": "Destination latitude"
    },
    "to_lon": {
      "type": "number",
      "description": "Destination longitude"
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own TomTom API key for higher limits; omit to use the shared Pipeworx key."
    },
    "from_lat": {
      "type": "number",
      "description": "Origin latitude"
    },
    "from_lon": {
      "type": "number",
      "description": "Origin longitude"
    },
    "travel_mode": {
      "enum": [
        "car",
        "truck",
        "pedestrian",
        "bicycle"
      ],
      "type": "string",
      "description": "Travel mode for traffic-aware routing (default \"car\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-tomtom

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

2/7 registries
View full server →