Skip to main content
ClaudeWave
htristram avatar
htristram

trustydata-mcp-server

View on GitHub

TrustyData MCP server — French address data quality, geocoding & routing (BAN/INSEE/OSM). Hosted remote MCP at mcp.trustydata.app.

MCP ServersOfficial Registry2 stars0 forksMITUpdated 2d ago
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/htristram/trustydata-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "trustydata": {
      "command": "node",
      "args": ["/path/to/trustydata-mcp-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/htristram/trustydata-mcp-server and follow its README for install instructions.
Use cases

MCP Servers overview

# TrustyData MCP Server

Connect your LLM (Claude, ChatGPT, IDE assistants…) to **[TrustyData](https://trustydata.fr)** —
French **address data quality**, geocoding and routing, built on official open
data sources (**BAN**, **INSEE**, **OpenStreetMap**).

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)

```json
{
  "mcpServers": {
    "trustydata": {
      "url": "https://mcp.trustydata.app/mcp"
    }
  }
}
```

Don't have an account yet? Start free on
**[trustydata.fr](https://trustydata.fr)** (15-day trial, no card).

## 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](./LICENSE). The hosted service and the
underlying data API are operated by TrustyData and governed by its terms.

What people ask about trustydata-mcp-server

What is htristram/trustydata-mcp-server?

+

htristram/trustydata-mcp-server is mcp servers for the Claude AI ecosystem. TrustyData MCP server — French address data quality, geocoding & routing (BAN/INSEE/OSM). Hosted remote MCP at mcp.trustydata.app. It has 2 GitHub stars and was last updated 2d ago.

How do I install trustydata-mcp-server?

+

You can install trustydata-mcp-server by cloning the repository (https://github.com/htristram/trustydata-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is htristram/trustydata-mcp-server safe to use?

+

htristram/trustydata-mcp-server has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains htristram/trustydata-mcp-server?

+

htristram/trustydata-mcp-server is maintained by htristram. The last recorded GitHub activity is from 2d ago, with 0 open issues.

Are there alternatives to trustydata-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy trustydata-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: htristram/trustydata-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/htristram-trustydata-mcp-server)](https://claudewave.com/repo/htristram-trustydata-mcp-server)
<a href="https://claudewave.com/repo/htristram-trustydata-mcp-server"><img src="https://claudewave.com/api/badge/htristram-trustydata-mcp-server" alt="Featured on ClaudeWave: htristram/trustydata-mcp-server" width="320" height="64" /></a>

More MCP Servers

trustydata-mcp-server alternatives