Skip to main content
Glama

@pipeworx/osrm

OSRM (Open Source Routing Machine) MCP — routing, distance matrix, and snap-to-road via the public demo server. No auth.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

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

Related MCP server: openroute-mcp

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.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "osrm": {
      "url": "https://gateway.pipeworx.io/osrm/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Osrm data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    MCP server for planning routes (hiking, biking, driving, etc.) using the OpenRouteService API. Provides tools to find coordinates, create routes with GPX/PNG/HTML output, search POIs, and compute reachable areas.
    6
    2
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides forward/reverse geocoding, bounding box extraction, nearby places discovery, batch geocoding, route waypoints, and administrative boundary lookup using OpenStreetMap data.
    10
    Apache 2.0

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-osrm'

If you have feedback or need assistance with the MCP directory API, please join our Discord server