Skip to main content
Glama
pipeworx-io

mcp-openrouteservice

by pipeworx-io

@pipeworx/openrouteservice

Openrouteservice (ORS) MCP — directions, matrix, isochrones, snap-to-roads, elevation, POI. Free tier 2000 req/day. Key required.

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

Auth

  • Platform: PLATFORM_ORS_KEY. BYO: ?_apiKey=….

Related MCP server: OpenStreetMap MCP Server

Tools

  • directions(coordinates, profile?, format?, instructions?) — routing

  • matrix(locations, profile?, sources?, destinations?, metrics?) — distance/duration matrix

  • isochrones(locations, profile?, range, range_type?) — drive/walk isochrones

  • snap(locations, profile?, radius?) — snap to nearest road

  • elevation_line(format_in, geometry) — elevation along a line

  • elevation_point(format_in, geometry) — elevation at a point

  • geocode_search(text, sources?, layers?, size?, focus_lat?, focus_lon?) — Pelias geocoder

profile: driving-car (default) | driving-hgv | cycling-regular | cycling-road | cycling-mountain | foot-walking | foot-hiking | wheelchair.

Data source

https://api.openrouteservice.org/v2/

Quick Start

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

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

What this endpoint actually serves

tools/list at https://gateway.pipeworx.io/openrouteservice/mcp returns the tools in the table above plus the shared Pipeworx meta-toolsask_pipeworx, discover_tools, search_within, remember/recall and the rest of the gateway-wide set. So the tool count you see is larger than this table: a single-pack endpoint currently lists roughly 30 shared tools alongside the pack's own. The connection's initialize response states its exact scope, and is the authoritative answer for a given day.

This is deliberate, not multiplexing by accident. The meta-tools are what let a scoped connection answer a question this pack does not cover — via ask_pipeworx, which routes across the whole catalog — without you adding a second MCP server. There is currently no way to mount a pack endpoint without them; if the extra schemas cost you more context than the routing is worth, connect to the full gateway once rather than to several pack endpoints.

Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:

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

Both URLs reach the same gateway and the same 1476+ data sources. The only difference is which pack's tools are listed directly; ask_pipeworx reaches all of them from either one.

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:

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

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

More

License

MIT

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A geospatial MCP server that provides tools for geocoding, routing, elevation profiles, and spatial analysis. It enables AI agents to process GIS file formats like GeoJSON and Shapefiles while performing complex coordinate transformations and distance calculations.
    4
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A comprehensive MCP server providing 30 tools for geocoding, routing, and OpenStreetMap data analysis. It enables AI assistants to search for locations, calculate travel routes, and perform quality assurance checks on map data.
    30
    125
    5
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Free geospatial MCP server for AI agents, providing geocoding, reverse geocoding, POI search, and route planning using OpenStreetMap data via Nominatim, Overpass, and OSRM.
    1
    GPL 3.0