Openroute MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 105 installs a week from pypi. Last commit 31 Jan 2026.
Plan routes using the OpenRouteService API, such as for hiking, mountain biking, or driving.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
with open(os.path.join(settings.data_folder, gpx_filename), "w", encoding="utf-8") as f:
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add openroute-mcp -- uvx openroute-mcp
{
"mcpServers": {
"openroute-mcp": {
"args": [
"openroute-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.openroute-mcp]
command = "uvx"
args = ["openroute-mcp"]
{
"mcpServers": {
"openroute-mcp": {
"args": [
"openroute-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"openroute-mcp": {
"args": [
"openroute-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
OPENROUTESERVICE_API_KEY (Your API key for https://api.openrouteservice.org).
The author declared them in the registry entry; get the values from the project itself.
Read-only MCP server for the open-banking.io PSD2 bank API — accounts, balances, transactions.
Read-only MCP server for UK gym search using the LocalGym Agent API.
YouTube MCP server for token-optimized, structured data using the YouTube Data API v3.
MCP server for the Yango Tech Retail B2B API: orders, products, prices, discounts, stocks.
Seoul Open Data MCP — city data for Seoul via the Seoul Open Data Plaza API
MCP server for Bentley STAAD.Pro via the OpenSTAAD API
Per-env roadmap board for WithVibe — an MCP server the orchestrator drives to plan and track work.
MCP server for the Open Telekom Cloud Price Calculator API (eu-de, eu-nl, eu-ch2).
Answers built from our own checks of this server.