mcpbeat Sign in

Dadata MCP Server

local only

Dadata MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 2 Sep 2026.

MCP server for DaData.ru — address validation, company lookup, geocoding. 31 tools.

Installs per day peak 29 · avg 7 · +128% w/w
a month agotoday
55
Installs / week
npm · @metarebalance/dadata-mcp
3
Stars
1 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Dadata MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dadata-mcp -- npx -y @metarebalance/dadata-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dadata-mcp": {
      "args": [
        "-y",
        "@metarebalance/dadata-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dadata-mcp]
command = "npx"
args = ["-y", "@metarebalance/dadata-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dadata-mcp": {
      "args": [
        "-y",
        "@metarebalance/dadata-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dadata-mcp": {
      "args": [
        "-y",
        "@metarebalance/dadata-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DADATA_API_KEY (DaData API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dadata MCP

same job, measured the same way
mcp-rosreestr
by atomno-mcp

MCP server for Russian Rosreestr cadastral data: lookup by number, address or coordinates.

134 installs/wk local only
APIVerve
by apiverve

350+ production-ready APIs through one MCP server — weather, geocoding, validation, financial data.

answering
TrustyData
by trustydata

French address quality, geocoding, routing, company lookup & catchment stats (BAN, INSEE, OSM).

11 tools answering
Location and Timezone MCP Server by RoxyAPI
by roxyapi

City geocoding and timezone resolution for birth data, for AI agents, one API key.

3 tools answering
Opencage Geocoding MCP
by opencagedata

MCP server for OpenCage geocoding API

26 installs/wk local only
Acuris MCP
by acuris-geo

Address validation & geocoding for AI agents: 240+ countries, UK PAF, free US/CA enrichment

8 tools answering
Geojp
by 55tarkun

MCP server for Japan geodata: cadastral lot numbers (chiban) and reverse geocoding, for AI agents.

37 installs/wk answering
Geolocation MCP
by wtronk

Geolocation tools (reverse geocoding, ip lookup, etc) using Jeleo Geolocation API

local only

Dadata MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Dadata MCP?
Dadata MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @metarebalance/dadata-mcp was installed 55 times last week.
How do I connect Dadata MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @metarebalance/dadata-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Dadata MCP?
The npm package @metarebalance/dadata-mcp was installed 55 times in the last week. Week over week that is +128%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dadata MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.