TrustyData MCP Server
A hosted MCP server for French address data quality, geocoding, and routing, allowing LLMs to verify, normalize, search addresses, and compute routes using official open data sources.
README
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 | https://mcp.trustydata.app/mcp |
| Transport | Streamable HTTP |
| Auth | OAuth 2.1 (sign in with your TrustyData account) |
| Docs | https://trustydata.fr/docs/ |
| Status | https://status.trustydata.app |
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.
Tools
| Tool | What it does | Minimum plan |
|---|---|---|
verify_address |
Verify & normalize a French address against the BAN | Discovery |
search_address |
Autocomplete / search full addresses | Discovery |
get_address_details |
Full detail for a given address id | Discovery |
search_locality |
Search French communes / localities | Discovery |
search_nearby |
Proximity search around a point | Growth |
route_matrix |
Travel-time / distance matrix | Growth |
compute_route |
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/mcp
You'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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
