mcpbeat Sign in

On va où ? Routing API MCP Server

local only

On va où ? Routing API runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Bike, scooter, motorcycle, wheelchair and walking routes across Europe, with safety indicators.

Installs / week
npm · onvaou-itineraires-mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check On va où ? Routing API every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add itineraires -- npx -y onvaou-itineraires-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "itineraires": {
      "args": [
        "-y",
        "onvaou-itineraires-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.itineraires]
command = "npx"
args = ["-y", "onvaou-itineraires-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "itineraires": {
      "args": [
        "-y",
        "onvaou-itineraires-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "itineraires": {
      "args": [
        "-y",
        "onvaou-itineraires-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OVO_API_KEY (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to On va où ? Routing API

same job, measured the same way
Gammainfra
by gammainfra

Smart LLM routing across every major provider via one OpenAI-shape API.

38 installs/wk local only
Who Gho MCP Server
by cyanheads

WHO Global Health Observatory — 3,059 indicators across 194 member states.

224 installs/wk 6 tools answering
MCP Server Trello
by delorenj

MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.

1 818 installs/wk local only
Isochrone
by capan

Berlin pedestrian isochrones: streets reachable on foot in N minutes (walk/stroller/wheelchair).

31 installs/wk local only
Aggors Merchant Evidence
by aggors

Read-only observable merchant evidence for people and agents, without scores or safety verdicts.

answering
Hyperping
by hyperping

Uptime, API and server monitoring with outages, reporting, on-call and status pages.

26 tools answering
Mantis
by alfred768

Cross-venue prediction market routing for AI agents with arbitrage, quotes, history, and signals.

6 tools answering
Herohunt MCP
by herohunt-ai

People search API - find 1 billion candidates across LinkedIn and GitHub with real-time data.

24 installs/wk local only

On va où ? Routing API — questions

Answers built from our own checks of this server.

Why is there no uptime for On va où ? Routing API?
On va où ? Routing API runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package onvaou-itineraires-mcp.
How do I connect On va où ? Routing API?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls onvaou-itineraires-mcp straight from npm; nothing to host, nothing to sign up for.
Is On va où ? Routing API open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.