@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 waypoints
  • table(coordinates, profile?, sources?, destinations?, annotations?) — distance/duration matrix
  • nearest(longitude, latitude, profile?, number?) — snap a point to the road network
  • match(coordinates, profile?, radiuses?) — map-match a noisy GPS trace
  • trip(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.

Tools

  • match — Map-match a noisy GPS trace.
  • 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.

Regenerated from source · build May 21, 2026