match
ActiveTool of mcp-osrm
declared in 0.1.0
Map-match a noisy GPS trace (semicolon-separated lon,lat pairs) to the road network via OSRM, optionally specifying per-point search radiuses in meters; returns matched route geometry and confidence.
Parameters schema
{
"type": "object",
"examples": [
{
"coordinates": "-122.42,37.77;-122.39,37.78;-122.41,37.80"
},
{
"profile": "bike",
"radiuses": "5;10;5",
"coordinates": "-122.42,37.77;-122.39,37.78;-122.41,37.80"
}
],
"required": [
"coordinates"
],
"properties": {
"profile": {
"type": "string"
},
"radiuses": {
"type": "string",
"description": "Per-point search radius in meters, semicolon-separated"
},
"coordinates": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-osrm
https://github.com/pipeworx-io/mcp-osrm
2/7 registries