@pipeworx/osrm
Connect: https://pipeworx.io/mcp — every tool in the catalog, including @pipeworx/osrm’s. Install: one-click buttons
Connect to just the @pipeworx/osrm pack
https://gateway.pipeworx.io/osrm/mcp — only @pipeworx/osrm’s own tools, nothing else in the catalog.
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 5
OSRM (Open Source Routing Machine) MCP — routing, distance matrix, and snap-to-road via the public demo server. No auth.
Tools
route(coordinates, profile?, overview?, alternatives?, steps?, annotations?)— fastest route between waypointstable(coordinates, profile?, sources?, destinations?, annotations?)— distance/duration matrixnearest(longitude, latitude, profile?, number?)— snap a point to the road networkmatch(coordinates, profile?, radiuses?)— map-match a noisy GPS tracetrip(coordinates, profile?, roundtrip?, source?, destination?)— solve a TSP-style trip
Profiles
car (default), bike, foot — all available on the public demo. Switch hosts for custom OSRM instances.
Data source
https://router.project-osrm.org/ — public demo server. Fair-use only; for production load run your own OSRM instance.
Tools
- 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.
Tools
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.nearest— Snap a single point to the nearest road segment.route— Compute the fastest route between two or more waypoints.table— Distance / duration matrix between source and destination points.trip— Solve a TSP-like trip between multiple waypoints.