table
ActiveTool 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)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-osrm
https://github.com/pipeworx-io/mcp-osrm
2/7 registries