@pipeworx/osrm
Connect: https://gateway.pipeworx.io/osrm/mcp · Install: one-click buttons
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.
- trip — Solve a TSP-like trip between multiple waypoints.