map_matching
ActiveTool of Mapbox MCP Server
"Snap GPS trace to roads" / "clean up noisy GPS coordinates" / "match track to road network" — takes a sequence of GPS points and returns the most likely path along the road network. Use for vehicle telematics, fitness-tracker cleanup, or "what road did this driver actually take" questions.
Parameters schema
{
"type": "object",
"examples": [
{
"coordinates": [
[
-122.4194,
37.7749
],
[
-122.4189,
37.7751
],
[
-122.4183,
37.7754
]
]
},
{
"steps": true,
"profile": "driving",
"overview": "full",
"coordinates": [
[
-74.006,
40.7128
],
[
-74.0055,
40.7135
],
[
-74.005,
40.7142
]
]
}
],
"required": [
"coordinates"
],
"properties": {
"tidy": {
"type": "boolean"
},
"steps": {
"type": "boolean"
},
"profile": {
"type": "string"
},
"overview": {
"type": "string"
},
"radiuses": {
"type": "string"
},
"geometries": {
"type": "string"
},
"timestamps": {
"type": "string"
},
"annotations": {
"type": "string"
},
"coordinates": {
"type": "array",
"items": {
"type": "array",
"items": {
"type": "number"
}
}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Mapbox MCP Server
https://github.com/pipeworx-io/mcp-mapbox
2/7 registries