Skip to main content
Glama
onvaou-app

onvaou-itineraires-mcp

Official

« On va où ? » Routing API: MCP server

Bike, e-bike, kick scooter, motorcycle, wheelchair and walking routes across Europe, for AI assistants. One request returns up to three routes (safe, balanced, fast) with what each one is worth: share of cycle lanes, unpaved surfaces, main roads and motorways, climb, and turn-by-turn steps.

Setup

  1. Create a free API key at https://console.onvaou.app (10,000 requests per month, no credit card).

  2. Add the server to your MCP client, for example Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "onvaou-itineraires": {
      "command": "npx",
      "args": ["-y", "onvaou-itineraires-mcp"],
      "env": { "OVO_API_KEY": "ovo_live_..." }
    }
  }
}

Related MCP server: ThinAir Geo

Tool

compute_route: origin and destination ({ "lon": 2.3522, "lat": 48.8566 }), up to 8 waypoints, mode (bike, ebike, scooter, moto, wheelchair, foot), variants, avoid (ferries, steps, tolls, highways, unpaved, steep), instruction language (en, fr, de, es, it, nl, pt), and whether to include steps, the encoded polyline and the elevation profile.

Coverage: Europe. Map data © OpenStreetMap contributors: display the returned attribution next to any route you show.

Documentation: https://onvaou.app/developers/routing-api.html Code examples: https://github.com/onvaou-app/routing-api-examples

Development

npm install
npm test   # 4 tests, including a real MCP client over stdio against a mock API

License: MIT, © 2026 OVO SAS. Terms of the API: https://onvaou.app/cgv-api

Available Tools

1 tool
compute_routeCompute a bike, scooter, motorcycle, wheelchair or walking route (Europe)A
Read-only

Computes up to three routes (safe, balanced, fast) between two points in Europe for a bike, e-bike, kick scooter, motorcycle, wheelchair or on foot, with the share of cycle lanes, unpaved surfaces, main roads and motorways, the climb, and turn-by-turn steps. Use it to plan a safe cycling commute, compare a safe and a fast option, check wheelchair accessibility of a trip, or plan a motorcycle trip avoiding tolls or motorways. Coordinates are longitude/latitude: geocode addresses first.

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNobike, ebike, scooter (kick scooter), moto (motorcycle), wheelchair, footbike
avoidNoferries, steps; tolls and highways (moto); unpaved and steep (wheelchair)
originYesStart point
languageNoLanguage of the turn-by-turn instructionsen
variantsNoWhich variants to return (default: all three)
waypointsNoUp to 8 intermediate stops, in order
destinationYesEnd point
include_stepsNoInclude turn-by-turn instructions
include_geometryNoInclude the encoded polyline (Google algorithm, precision 5)
include_elevation_profileNoInclude the elevation profile (up to 100 points)

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and openWorldHint=true, so no safety contradiction exists. The description adds behavioral value beyond annotations by explaining that the tool returns multiple route variants, surface/road composition statistics, and elevation/climb data, and by warning that coordinates are longitude/latitude and addresses must be geocoded first.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is composed of three information-dense sentences: capability, use cases, and input requirement. Every sentence contributes utility, and the most important scoping information (what the tool computes) is front-loaded. It is slightly dense but not bloated.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 10 parameters, nested origin/destination objects, and no output schema, the description covers the essential behavioral contract: route variants, supported modes, route attributes, and coordinate format. Less obvious parameters like waypoints, include_steps, and include_geometry are fully documented in the schema, so nothing critical is missing from the overall tool definition.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with each parameter already including a meaningful description and enums where applicable, so the description does not need to compensate. It does add a small amount of contextual meaning—such as that toll/highway avoidance applies to motorcycle trips and coordinates need geocoding—but the schema carries the main parameter-semantics weight.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Computes') and a precise resource: up to three route variants between two points in Europe, across six modes, with concrete route attributes such as cycle lanes, unpaved surfaces, climb, and turn-by-turn steps. This makes the tool's purpose unmistakable even without comparing it to siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The 'Use it to' sentence provides explicit scenarios: planning a safe cycling commute, comparing safe vs fast options, checking wheelchair accessibility, and planning motorcycle trips avoiding tolls or motorways. There are no sibling tools to contrast with, but the use cases give clear context for when to invoke this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool updatev0.1.0
    • First observedcompute_route

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no ambiguity; the tool's purpose is clearly defined and distinct from any potential peers.

Naming Consistency5/5

The single tool name 'compute_route' follows a clear verb_noun pattern and is descriptive, though there are no other tools to compare against.

Tool Count2/5

A single tool feels insufficient for a routing service, especially since the description references geocoding as a prerequisite, which is not provided. A typical server would include at least geocoding and route management tools.

Completeness2/5

The server only covers route computation, but the workflow implies a need for geocoding (to get coordinates) and possibly route saving or sharing, which are absent. This creates a significant dead-end for agents.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    BikeScout is a specialized MCP (Model Context Protocol) server designed for cyclists and mountain bikers. It provides intelligent trail recommendations by combining real-world map data with advanced routing analysis.
    20
    AGPL 3.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    AI-powered route optimization MCP server for heavy vehicles and logistics. Calculate truck-optimized routes, predict traffic congestion with LSTM neural networks, compute toll costs, fuel costs and CO2 emissions, find truck stops and check weather along any European route.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server for planning routes (hiking, biking, driving, etc.) using the OpenRouteService API. Provides tools to find coordinates, create routes with GPX/PNG/HTML output, search POIs, and compute reachable areas.
    6
    37 PyPI
    2
    MIT