You're viewing a demo portfolio

Join the waitlist
PRSM

route

Active

Tool of mcp-osrm

declared in 0.1.0

Compute the fastest route between two or more waypoints.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "coordinates": "-122.42,37.77;-122.39,37.78"
    },
    {
      "steps": true,
      "profile": "bike",
      "coordinates": "-122.42,37.77;-122.39,37.78;-122.41,37.80",
      "alternatives": true
    }
  ],
  "required": [
    "coordinates"
  ],
  "properties": {
    "steps": {
      "type": "boolean",
      "description": "Include turn-by-turn steps (default false)"
    },
    "profile": {
      "type": "string",
      "description": "car (default) | bike | foot"
    },
    "overview": {
      "type": "string",
      "description": "simplified (default) | full | false"
    },
    "annotations": {
      "type": "string",
      "description": "duration | nodes | distance | weight | datasources | speed | true | false"
    },
    "coordinates": {
      "type": "string",
      "description": "Semicolon-separated lon,lat pairs (e.g. \"-122.42,37.77;-122.39,37.78\")"
    },
    "alternatives": {
      "type": "boolean",
      "description": "Return alternative routes (default false)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-osrm

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

2/7 registries
View full server →