Plan routes using the OpenRouteService API, such as for hiking, mountain biking, or driving.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-vemonet-openroute-mcp": {
"args": [
"openroute-mcp"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Model Context Protocol (MCP) server to plan routes using the OpenRouteService API, for activities such as hiking or mountain biking.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'openroute-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked openroute-mcp against OSV.dev.
Click any tool to inspect its schema.
route_filesReturns a previously generated route file by filename in GPX, HTML, or PNG format
route://{filename}
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in maps
A Model Context Protocol (MCP) server providing TomTom's location services, search, routing, and traffic data to AI agents.
Real-time BART departures, trip planning, fares, stations, and advisories.
MCP server for the VesselAPI — maritime vessel tracking, port events, emissions, and navigation data
Fair meeting point discovery for AI agents with isochrone-based travel time fairness
MCP Security Weekly
Get CVE alerts and security updates for io.github.vemonet/openroute-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol (MCP) server to plan routes using the OpenRouteService API, for activities such as hiking or mountain biking.
[!CAUTION]
DISCLAIMER: The routes generated by this service are provided for informational purposes only and are not guaranteed to be safe, legal, or suitable for your intended use. Always verify routes independently using official maps, local authorities, and current conditions before attempting any journey. Users assume all risks and responsibilities for their safety and compliance with local laws and regulations.
[!TIP]
Copy the whole GPX file returned as part of the tool call results, and use a service such as gpx.studio to load the generated GPX file on a map.
location (string): location to get coordinates forlon (float): Longitude of the locationlat (float): Latitude of the locationroute_type (string): Type of route, e.g. "cycling-mountain", "cycling-regular", "foot-hiking", "driving-car"from_coordinates (list[float]): Starting location as [longitude, latitude]from_coordinates (list[float]): Destination location as [longitude, latitude]waypoints (list[list[float]]): optional list of waypoints coordinates as [[lon, lat], ...]route://foot-hiking-98.gpx)route://foot-hiking-98.png)ui://foot-hiking-98.html) that can be directly opened with your browserbounding_box_coordinates (list[list[float]]): coordinates defining a bounding box as [[min_lon, min_lat], [max_lon, max_lat]]filters_name (list[string]): optional list of names to filter POIs, e.g. ["Gas station", "Restaurant"]route_type (string): Type of route, e.g. "cycling-mountain", "cycling-regular", "foot-hiking", "driving-car"from_coordinates (list[float]): Starting location as [longitude, latitude]from_coordinates (list[float]): Destination location as [longitude, latitude]