You're viewing a demo portfolio

Join the waitlist
PRSM

snap

Active

Tool of Openrouteservice

declared in 0.1.0

"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"
        }
      }
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Openrouteservice

https://github.com/pipeworx-io/mcp-openrouteservice

1/7 registries
View full server →