OpenRoute MCP
@vemonet
OpenRoute MCP について
MCP server to help plan routes using https://openrouteservice.org, for activities such as hiking or mountain biking.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"openroute-mcp": {
"command": "uvx",
"args": [
"openroute-mcp"
],
"env": {
"OPENROUTESERVICE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is OpenRoute MCP?
OpenRoute MCP is a Model Context Protocol (MCP) server for planning routes using the OpenRouteService API, designed for activities such as hiking and mountain biking.
How to use OpenRoute MCP?
Set the OPENROUTESERVICE_API_KEY environment variable (obtain a free key from openrouteservice.org), then run uvx openroute-mcp with stdio transport, or use openroute-mcp --http for a streamable HTTP server. Configure your MCP client (e.g., VSCode) to connect via the mcp.json file.
Key features of OpenRoute MCP
- Geocode locations to coordinates and reverse geocode coordinates to addresses.
- Create routes with optional waypoints, returning GPX, PNG, and HTML outputs.
- Search for Points of Interest (POIs) within a bounding box.
- Find known trails (currently only in Switzerland) to suggest waypoints.
- Compute reachable areas within a given time or distance (isochrones).
- Serve generated route files via resources (GPX, PNG, HTML).
Use cases of OpenRoute MCP
- Plan hiking or mountain biking routes with waypoints and visual maps.
- Search for nearby gas stations, restaurants, or other POIs along a route.
- Determine the area reachable within a set time from a starting point.
- Integrate route planning into AI assistants like GitHub Copilot in VSCode.
FAQ from OpenRoute MCP
Do I need an API key?
Yes, you must obtain a free API key from openrouteservice.org and set it via the OPENROUTESERVICE_API_KEY environment variable.
Are the routes guaranteed safe?
No. The routes are for informational purposes only and are not guaranteed to be safe, legal, or suitable. Always verify routes independently with official maps and local authorities.
How can I view the generated GPX?
Copy the full GPX content returned by the tool and paste it into a service like gpx.studio to visualize the route on a map.
Can I run OpenRoute MCP over HTTP?
Yes. Use the --http flag to start a Streamable HTTP server. You can also connect to a public instance at https://openroute-mcp.onrender.com/mcp (note: routes on a public server are publicly accessible).
Where are generated routes saved?
By default, routes are saved to disk in the current working directory. Use --data-folder to specify a custom folder or --no-save to disable saving (which also disables image and HTML generation).
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント