Wraps the Openrouteservice API for geospatial routing and analysis. You get seven tools: directions for A to B routing, matrix for bulk distance calculations, isochrones for time based reachability maps, snap to align coordinates to roads, elevation queries for points and polylines, and Pelias geocoding for address lookup. Requires a free Openrouteservice API key. Runs as a remote server through Pipeworx's gateway, which also offers an ask_pipeworx tool that interprets natural language questions and calls the right endpoints automatically. Useful when you need production grade routing or elevation data in your Claude workflows without standing up your own GIS stack.
Openrouteservice MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
directions | Routing. |
matrix | Distance/duration matrix. |
isochrones | Drive/walk isochrones. |
snap | Snap to nearest road. |
elevation_line | Elevation along a line. |
elevation_point | Elevation at a point. |
geocode_search | Pelias geocoder. |
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 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
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.
MIT
io.github.mindstone/mcp-server-microsoft-teams
com.mintmcp/outlook-email
helbertparanhos/resend-email-mcp
marlinjai/email-mcp
io.github.mindstone/mcp-server-email-imap
io.github.osamahassouna/email-playbook-mcp