HomeOther › On va où ? Routing API

On va où ? Routing API

Address geocoding and bike, scooter, motorcycle, wheelchair and walking routes across Europe.

Official TypeScript Cloud
★ 0 stars Last pushed 2026-09-23 License: MIT

Topics: Travel & Transportation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.0)

npx -y onvaou-itineraires-mcp@0.2.0

Or add to your MCP client config:

{
  "mcpServers": {
    "onvaou-itineraires-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "onvaou-itineraires-mcp@0.2.0"
      ],
      "env": {
        "OVO_API_KEY": "<YOUR_VALUE>",
        "OVO_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • OVO_API_KEY required secret — API key, free at https://console.onvaou.app (10,000 requests per month, no credit card)
  • OVO_API_URL — Optional API base URL (default: the production API)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry