newdb
OfficialNewDB MCP Server
Official Model Context Protocol (MCP) server for NewDB REST API — connecting LLM agents (Claude Desktop, Cursor, Antigravity, ChatGPT) with Russian and CIS legal entity verification, individuals KYC, passport validation, FSSP debts, tax liens, bankruptcy, and court registries.
Tools Exposed to LLM
newdb_check_passport_mvd— Check Russian internal passport validity via official MVD database.newdb_check_fssp— Check debts, enforcement proceedings, and bailiff cases for physical persons.newdb_check_egrul— Get official company registry data, founders, director, authorized capital, status (FNS).newdb_check_fns_block— Check bank account suspension decisions by Russian Tax Service (BIKP).newdb_check_bankrot— Check bankruptcy records for physical persons or legal entities (Fedresurs).newdb_complex_check_person— Complete citizen background check by passport (FNS, MVD, FSSP, Fedresurs, Courts, Pledge).newdb_complex_check_company— Complete company background check by INN (EGRUL, FNS, Arbitration, Bankruptcy, FSSP).newdb_get_balance— Check remaining request balance on your NewDB token.
Related MCP server: mcp-fns-check
Installation & Quickstart
1. Running with Smithery (Recommended)
To automatically install for Claude Desktop or Cursor using Smithery:
npx -y @smithery/cli install @newdb-api/newdb-mcp-server --client claude2. Configuration for Claude Desktop
Add this to your claude_desktop_config.json:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"newdb": {
"command": "npx",
"args": ["-y", "@newdb/mcp-server"],
"env": {
"NEWDB_API_KEY": "YOUR_NEWDB_API_KEY"
}
}
}
}3. Configuration for Cursor IDE
In Cursor Settings ➔ Features ➔ MCP Servers ➔ Add New MCP Server:
Name:
newdbType:
commandCommand:
npx -y @newdb/mcp-serverEnvironment Variable:
NEWDB_API_KEY=YOUR_NEWDB_API_KEY
Environment Variables
Variable | Required | Description |
| Yes | Your API token from NewDB. Request from access@newdb.net |
| No | Default: |
License
MIT © NewDB Team
Maintenance
Related MCP Servers
- Flicense-qualityDmaintenanceAML Watcher MCP Server gives AI agents direct, real-time access to AML Watcher's proprietary sanctions, watchlist, and PEP databases. Connect your agentic workflows to 215+ sanctions regimes, 2.6M+ PEP profiles, and coverage across 235+ countries, no complex integrations required.
- AlicenseAqualityBmaintenanceMCP server for verifying Russian counterparties (legal entities and individual entrepreneurs) via public Federal Tax Service data: EGRUL/EGRIP, bankruptcy registry (EFRSB), Transparent Business, bailiff service (FSSP), and arbitration courts (KAD).815MIT
- Alicense-qualityAmaintenance62 real-time data tools for AI agents via MCP. Finance, crypto, FMCSA, sanctions, courts, weather, vehicles, cybersecurity. One bearer token, one bill. Free tier available.MIT
- AlicenseAqualityAmaintenanceMCP server for checking Russian FSSP (Federal Bailiff Service) debts, enabling AI agents to look up enforcement proceedings for individuals and legal entities through MCP clients like Cursor and Claude Desktop.4MIT
Related MCP Connectors
European business verification for AI agents: registry, VAT, sanctions, IBAN. Pay-per-call x402.
RU INN/OGRN, banks, geo, WHOIS. Agent self-registers via register_agent. 20 free/day.
US public-records intelligence for AI agents — companies, SEC, courts, spending, licenses.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/newdb-api/newdb-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server