newdb-mcp-server

newdb-api/newdb-mcp-server
★ 0 stars JavaScript API Integration Updated today
Official Model Context Protocol (MCP) server for NewDB API (KYC, Individuals, Companies, Passports, FNS, FSSP in Russia/CIS)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "newdb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "newdb-api/newdb-mcp-server"
      ]
    }
  }
}