Skip to main content
Glama

TrustyData MCP Server

License: MIT MCP Status

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.

TrustyData MCP demo agent

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.

Related MCP server: Geocode BAN MCP

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.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    F
    maintenance
    An 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 updated
    18
    4
    MIT
  • F
    license
    -
    quality
    -
    maintenance
    This 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
  • A
    license
    B
    quality
    D
    maintenance
    A 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 updated
    30
    2
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    France 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 updated
    36
    183
    3
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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