You're viewing a demo portfolio

Join the waitlist
PRSM

table

Active

Tool of mcp-osrm

declared in 0.1.0

Distance / duration matrix between source and destination points.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "coordinates": "-122.42,37.77;-122.39,37.78;-122.41,37.80"
    },
    {
      "profile": "foot",
      "sources": "0",
      "annotations": "distance",
      "coordinates": "-122.42,37.77;-122.39,37.78;-122.41,37.80",
      "destinations": "1;2"
    }
  ],
  "required": [
    "coordinates"
  ],
  "properties": {
    "profile": {
      "type": "string",
      "description": "car | bike | foot (default car)"
    },
    "sources": {
      "type": "string",
      "description": "Indices into coordinates that are origins (default all)"
    },
    "annotations": {
      "type": "string",
      "description": "duration (default) | distance | duration,distance"
    },
    "coordinates": {
      "type": "string",
      "description": "Semicolon-separated lon,lat pairs"
    },
    "destinations": {
      "type": "string",
      "description": "Indices into coordinates that are destinations (default all)"
    }
  }
}

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 →
table — mcp-osrm — PRSM MCP