You're viewing a demo portfolio

Join the waitlist
PRSM

match

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-osrm

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

2/7 registries
View full server →