Official Model Context Protocol (MCP) server for NewDB API (KYC, Individuals, Companies, Passports, FNS, FSSP in Russia/CIS)
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"
]
}
}
}
Run in terminal:
claude mcp add newdb-mcp-server npx -y newdb-api/newdb-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"newdb-mcp-server": {
"command": "npx",
"args": [
"-y",
"newdb-api/newdb-mcp-server"
]
}
}
}