MCP server exposing 5 tools for osrm.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/osrm/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
route — Compute the fastest route between two or more waypoints.table — Distance / duration matrix between source and destination points.nearest — Snap a single point to the nearest road segment.match — 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.trip — Solve a TSP-like trip between multiple waypoints.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/osrm/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io