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 1394+ 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"
    }
  }
}

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 Openrouteservice data" })

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

More

License

MIT

A
license - permissive license
Not graded
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
    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
    3
    MIT
  • A
    license
    Not graded
    quality
    B
    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

View all related MCP servers

Related MCP Connectors

  • Geoapify MCP — wraps the Geoapify Location Platform (geoapify.com)

  • Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

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-openrouteservice'

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