TrustyData MCP Server
Provides routing capabilities based on OpenStreetMap data, allowing computation of road routes and travel-time/distance matrices in France.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TrustyData MCP ServerVerify address: 1 rue de Rivoli, 75001 Paris"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TrustyData MCP Server
Connect your LLM (Claude, ChatGPT, IDE assistants…) to TrustyData — French address data quality, geocoding and routing, built on official open data sources (BAN, INSEE, OpenStreetMap).
▶️ Try it live — public demo agent, no account needed Ask a real agent to verify an address, list communes or compute a route: it calls this MCP server in front of you.

This is a hosted, remote MCP server — there is nothing to install or run. Point your MCP client at the endpoint below and sign in with your TrustyData account.
Endpoint |
|
Transport | Streamable HTTP |
Auth | OAuth 2.1 (sign in with your TrustyData account) |
Docs | |
Status |
This repository hosts the public listing metadata for the TrustyData MCP server (
server.json, documentation, examples). The server itself is a hosted service — the source of the underlying data API is not part of this repo.
What it does
TrustyData turns messy French addresses into clean, authoritative data and adds geographic context, directly inside your LLM conversation:
Verify & normalize a French postal address against the official BAN reference (the result is authoritative — an empty result means no match).
Search addresses and localities by name, postal code or INSEE code, with optional filters (department, region, population).
Proximity search — find addresses or points near a location.
Routing — compute a road route or a travel-time/distance matrix in France (OpenStreetMap).
Richer fields (e.g. INSEE Filosofi statistical grid, Lambert 93 coordinates) are returned depending on your plan.
Related MCP server: Geocode BAN MCP
Tools
Tool | What it does | Minimum plan |
| Verify & normalize a French address against the BAN | Discovery |
| Autocomplete / search full addresses | Discovery |
| Full detail for a given address id | Discovery |
| Search French communes / localities | Discovery |
| Proximity search around a point | Growth |
| Travel-time / distance matrix | Growth |
| Full road route between points | Business |
All tools are advertised to every client. If your plan doesn't cover a tool, it returns an actionable upgrade message instead of failing silently.
Connect
Claude (claude.ai / Claude Desktop)
Add a custom connector pointing to:
https://mcp.trustydata.app/mcpYou'll be prompted to sign in via OAuth with your TrustyData account the first time a tool is used.
Generic MCP client (Streamable HTTP)
{
"mcpServers": {
"trustydata": {
"url": "https://mcp.trustydata.app/mcp"
}
}
}Don't have an account yet? Start free on trustydata.fr — the Discovery plan is free (5,000 requests/month, no card required).
Example prompts
Vérifie et normalise cette adresse : "1 rue de Rivol 75001 Pari"
Quelle est la population de la commune de Bourg-en-Bresse ?
Trouve les adresses proches du 2 avenue de la Gare à Annecy.
Calcule l'itinéraire routier entre Lyon Part-Dieu et l'aéroport Saint-Exupéry.Data sources & attribution
TrustyData relies on official, regularly-updated open data. Please keep the attributions returned by the tools:
Addresses & communes — Base Adresse Nationale (BAN) & INSEE
Statistical context — INSEE Filosofi
Routing — OpenStreetMap contributors (ODbL)
Documentation
Full API guides, endpoint reference and examples: https://trustydata.fr/docs/
License
The contents of this listing repository (documentation, server.json, examples)
are released under the MIT License. The hosted service and the
underlying data API are operated by TrustyData and governed by its terms.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceAn experimental MCP server providing spatial context for LLMs by interfacing with French Geoplateforme services. It enables tasks such as geocoding, altitude lookups, and querying administrative, cadastral, or urban planning data.Last updated184MIT
- Flicense-quality-maintenanceThis MCP server enables geocoding of French addresses using the official Base Adresse Nationale (BAN) API. It allows users to retrieve standardized addresses, GPS coordinates, and map visualization links directly within Claude.Last updated
- AlicenseBqualityDmaintenanceA comprehensive MCP server providing 30 tools for geocoding, routing, and OpenStreetMap data analysis. It enables AI assistants to search for locations, calculate travel routes, and perform quality assurance checks on map data.Last updated302MIT
- AlicenseAqualityBmaintenanceFrance Data MCP lets AI agents query, cross-reference and automatically enrich multiple French public registries through a unified MCP interface. France Data MCP provides a French territorial intelligence layer designed for multi-source reasoning and agentic orchestration.Last updated361833MIT
Related MCP Connectors
Base Adresse Nationale (BAN) MCP — France's official keyless geocoding API
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
French public-data MCP: cross-ref health, demographics, business, geo & real-estate.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/htristram/trustydata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server