streamable-httpMITupdated 1mo ago
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).
TrustyData 能做什么?
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.
安装
把 TrustyData 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http trustydata https://mcp.trustydata.app/mcpcodex mcp add trustydata --url https://mcp.trustydata.app/mcp{
"mcpServers": {
"trustydata": {
"url": "https://mcp.trustydata.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"trustydata": {
"type": "http",
"url": "https://mcp.trustydata.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"trustydata": {
"url": "https://mcp.trustydata.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"trustydata": {
"serverUrl": "https://mcp.trustydata.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 个工具
TrustyData 向已连接的智能体提供 7 个工具。
- verify_address
- Verify & normalize a French address against the BAN
- search_address
- Autocomplete / search full addresses
- get_address_details
- Full detail for a given address id
- search_locality
- Search French communes / localities
- search_nearby
- Proximity search around a point
- route_matrix
- Travel-time / distance matrix
- compute_route
- Full road route between points
评分
72 / 100
良好
- 文档25/25
- 维护16/25
- 可信度13/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 49 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年6月15日 |
