snap
ActiveTool of Openrouteservice
"Snap coordinate to nearest road" / "find closest road to [lat,lng]" / "is there a road at this point" — snap arbitrary GPS coordinates to the nearest routable OSM road for a given profile (car / bike / foot). Use to clean noisy GPS, validate routability before calling directions, or place markers on a road network.
Parameters schema
{
"type": "object",
"examples": [
{
"radius": 50,
"profile": "driving-car",
"locations": [
[
8.681495,
49.41461
],
[
8.687872,
49.420318
]
]
}
],
"required": [
"locations"
],
"properties": {
"radius": {
"type": "number"
},
"profile": {
"type": "string"
},
"locations": {
"type": "array",
"items": {
"type": "array",
"items": {
"type": "number"
}
}
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Openrouteservice
https://github.com/pipeworx-io/mcp-openrouteservice
1/7 registries