Trusty Data 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). Its 7 documented tools cover address, route. It is available as a remote MCP endpoint.

Teams that want a hosted maps & location endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-07-13 · ★ 3 · #52 OF 56 MAINTAINED MAPS & LOCATION · VERIFIED 2026-08-25

MIT · how we verify → /methodology

01 · Install Trusty Data

Claude Code

claude mcp add htristram-trustydata-mcp-server --transport http https://mcp.trustydata.app/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "htristram-trustydata-mcp-server": {
      "url": "https://mcp.trustydata.app/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.trustydata.app/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.trustydata.app

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry vendor namespace app.trustydata - domain-verified with the official MCP registry

03 · What Trusty Data can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 7 documented tools spanning address, route, including verify_address, search_address, get_address_details, search_locality.

Capability map

Tools grouped from the project's README - what Trusty Data lets an agent do.

read & search

4 tools - e.g. Autocomplete / search full addresses; Full detail for a given address id; Search French communes / localities

search_address · get_address_details · search_locality · search_nearby

Verify

1 tool - e.g. Verify & normalize a French address against the BAN

verify_address

Route

1 tool - e.g. Travel-time / distance matrix

route_matrix

Compute

1 tool - e.g. Full road route between points

compute_route

04 · Who maintains Trusty Data

TrustyData is maintained by htristram. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
maps & location - ranked #52 of 56 actively-maintained maps & location servers as of 2026-08-25.
registry
app.trustydata/trustydata (active, first published 2026-06-15)

06 · Trusty Data FAQ

Is Trusty Data still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-13. We re-verify nightly.

What can Trusty Data do?

An agent gets 7 documented tools spanning address, route, including verify_address, search_address, get_address_details, search_locality.

How do I install Trusty Data?

Run `claude mcp add htristram-trustydata-mcp-serve --transport http https://mcp.trustydata.app/mcp`. You can also paste the ready-made client config above.

Does Trusty Data require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Trusty Data

More maps & location MCP servers · Bbox MCP Server · Weather MCP Server · Apple Maps · Test Atlas