← Back to browse

dadata-mcp

Indexed by io.github.theYahia

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDADATA_API_KEY
Claude Code
claude mcp add --env DADATA_API_KEY= dadata-mcp -- npx @metarebalance/dadata-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"dadata-mcp","command":"npx","args":["@metarebalance/dadata-mcp"],"env":{"DADATA_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "dadata-mcp": {
      "command": "npx",
      "args": [
        "@metarebalance/dadata-mcp"
      ],
      "env": {
        "DADATA_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.