{
  "markdown": "# TrustyData MCP Server\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)\n[![MCP](https://img.shields.io/badge/MCP-hosted%20remote%20server-6f42c1)](https://mcp.trustydata.app/mcp)\n[![Status](https://img.shields.io/badge/status-page-brightgreen)](https://status.trustydata.app)\n\nConnect your LLM (Claude, ChatGPT, IDE assistants…) to **[TrustyData](https://trustydata.fr)** —\nFrench **address data quality**, geocoding and routing, built on official open\ndata sources (**BAN**, **INSEE**, **OpenStreetMap**).\n\n**▶️ [Try it live — public demo agent, no account needed](https://trustydata.fr/demo/mcp-agent)**\nAsk a real agent to verify an address, list communes or compute a route: it calls\nthis MCP server in front of you.\n\n[![TrustyData MCP demo agent](./assets/demo-mcp-agent.png)](https://trustydata.fr/demo/mcp-agent)\n\nThis is a **hosted, remote MCP server** — there is nothing to install or run.\nPoint your MCP client at the endpoint below and sign in with your TrustyData\naccount.\n\n| | |\n|---|---|\n| **Endpoint** | `https://mcp.trustydata.app/mcp` |\n| **Transport** | Streamable HTTP |\n| **Auth** | OAuth 2.1 (sign in with your TrustyData account) |\n| **Docs** | https://trustydata.fr/docs/ |\n| **Status** | https://status.trustydata.app |\n\n> This repository hosts the **public listing metadata** for the TrustyData MCP\n> server (`server.json`, documentation, examples). The server itself is a hosted\n> service — the source of the underlying data API is not part of this repo.\n\n## What it does\n\nTrustyData turns messy French addresses into clean, authoritative data and adds\ngeographic context, directly inside your LLM conversation:\n\n- **Verify & normalize** a French postal address against the official **BAN**\n  reference (the result is authoritative — an empty result means no match).\n- **Search** addresses and localities by name, postal code or INSEE code, with\n  optional filters (department, region, population).\n- **Proximity search** — find addresses or points near a location.\n- **Routing** — compute a road route or a travel-time/distance matrix in France\n  (OpenStreetMap).\n\nRicher fields (e.g. INSEE Filosofi statistical grid, Lambert 93 coordinates) are\nreturned depending on your plan.\n\n## Tools\n\n| Tool | What it does | Minimum plan |\n|---|---|---|\n| `verify_address` | Verify & normalize a French address against the BAN | Discovery |\n| `search_address` | Autocomplete / search full addresses | Discovery |\n| `get_address_details` | Full detail for a given address id | Discovery |\n| `search_locality` | Search French communes / localities | Discovery |\n| `search_nearby` | Proximity search around a point | Growth |\n| `route_matrix` | Travel-time / distance matrix | Growth |\n| `compute_route` | Full road route between points | Business |\n\nAll tools are advertised to every client. If your plan doesn't cover a tool, it\nreturns an actionable upgrade message instead of failing silently.\n\n## Connect\n\n### Claude (claude.ai / Claude Desktop)\n\nAdd a **custom connector** pointing to:\n\n```\nhttps://mcp.trustydata.app/mcp\n```\n\nYou'll be prompted to sign in via OAuth with your TrustyData account the first\ntime a tool is used.\n\n### Generic MCP client (Streamable HTTP)\n\n```json\n{\n  \"mcpServers\": {\n    \"trustydata\": {\n      \"url\": \"https://mcp.trustydata.app/mcp\"\n    }\n  }\n}\n```\n\nDon't have an account yet? Start free on\n**[trustydata.fr](https://trustydata.fr)** — the Discovery plan is free\n(5,000 requests/month, no card required).\n\n## Example prompts\n\n```\nVérifie et normalise cette adresse : \"1 rue de Rivol 75001 Pari\"\n\nQuelle est la population de la commune de Bourg-en-Bresse ?\n\nTrouve les adresses proches du 2 avenue de la Gare à Annecy.\n\nCalcule l'itinéraire routier entre Lyon Part-Dieu et l'aéroport Saint-Exupéry.\n```\n\n## Data sources & attribution\n\nTrustyData relies on official, regularly-updated open data. Please keep the\nattributions returned by the tools:\n\n- **Addresses & communes** — Base Adresse Nationale (BAN) & INSEE\n- **Statistical context** — INSEE Filosofi\n- **Routing** — OpenStreetMap contributors (ODbL)\n\n## Documentation\n\nFull API guides, endpoint reference and examples:\n**https://trustydata.fr/docs/**\n\n## License\n\nThe contents of this listing repository (documentation, `server.json`, examples)\nare released under the [MIT License](./LICENSE). The hosted service and the\nunderlying data API are operated by TrustyData and governed by its terms.\n",
  "bytes": 4434,
  "sha": "02f6456e752d66e828c3308f9d51487b914ee1bce92903cfd11d75a34d43c744",
  "repo_slug": "htristram/trustydata-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_app_trustydata_trustydata_890a04c3/readme"
}