You're viewing a demo portfolio

Join the waitlist
PRSM

directions

Active

Tool of Openrouteservice

declared in 0.1.0

"Directions from A to B" / "how far is [X] from [Y]" / "hiking / cycling / wheelchair / walking route" / "truck routing" / "HGV directions" / "driving route" — turn-by-turn routing between coordinates with profile-specific routing. Profiles: driving-car, driving-hgv (trucks), foot-walking, foot-hiking, cycling-regular / mountain / road / electric, wheelchair. Returns geometry, distance, duration, turn-by-turn instructions, elevation. Uses OpenStreetMap data via OpenRouteService. Use for hiking/biking/wheelchair/truck cases where Mapbox/Google don't have the right profile.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "profile": "driving-car",
      "coordinates": [
        [
          8.681495,
          49.41461
        ],
        [
          8.687872,
          49.420318
        ]
      ],
      "instructions": true
    },
    {
      "format": "geojson",
      "coordinates": [
        [
          2.352222,
          48.856613
        ],
        [
          2.349902,
          48.853393
        ]
      ]
    }
  ],
  "required": [
    "coordinates"
  ],
  "properties": {
    "format": {
      "type": "string",
      "description": "json (default) | geojson | gpx"
    },
    "profile": {
      "type": "string"
    },
    "coordinates": {
      "type": "array",
      "items": {
        "type": "array",
        "items": {
          "type": "number"
        }
      },
      "description": "[[lon, lat], …]"
    },
    "instructions": {
      "type": "boolean"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Openrouteservice

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

1/7 registries
View full server →