newdb
OfficialNewDB MCP Server
Offizieller Model Context Protocol (MCP)-Server für die NewDB REST API — verbindet LLM-Agenten (Claude Desktop, Cursor, Antigravity, ChatGPT) mit der Verifizierung juristischer Personen in Russland und der GUS, KYC für Privatpersonen, Passvalidierung, FSSP-Schulden, Steuerpfandrechten, Insolvenz und Gerichtsregistern.
Für LLM verfügbare Tools
newdb_check_passport_mvd— Prüft die Gültigkeit des russischen Inlandspasses über die offizielle MVD-Datenbank.newdb_check_fssp— Prüft Schulden, Vollstreckungsverfahren und Gerichtsvollzieherfälle für natürliche Personen.newdb_check_egrul— Ruft offizielle Firmenregisterdaten ab: Gründer, Geschäftsführer, genehmigtes Kapital, Status (FNS).newdb_check_fns_block— Prüft Entscheidungen zur Kontosperrung durch den russischen Steuerdienst (BIKP).newdb_check_bankrot— Prüft Insolvenzeinträge für natürliche oder juristische Personen (Fedresurs).newdb_complex_check_person— Vollständiger Hintergrundcheck einer Person anhand des Passes (FNS, MVD, FSSP, Fedresurs, Gerichte, Pfand).newdb_complex_check_company— Vollständiger Firmen-Hintergrundcheck anhand der INN (EGRUL, FNS, Schiedsgericht, Insolvenz, FSSP).newdb_get_balance— Prüft das verbleibende Anfrageguthaben auf Ihrem NewDB-Token.
Related MCP server: mcp-fns-check
Installation & Schnellstart
1. Ausführen mit Smithery (Empfohlen)
Zur automatischen Installation für Claude Desktop oder Cursor mit Smithery:
npx -y @smithery/cli install @newdb-api/newdb-mcp-server --client claude2. Konfiguration für Claude Desktop
Fügen Sie dies zu Ihrer claude_desktop_config.json hinzu:
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. Konfiguration für Cursor IDE
In den Cursor-Einstellungen ➔ Features ➔ MCP-Server ➔ Neuen MCP-Server hinzufügen:
Name:
newdbTyp:
commandBefehl:
npx -y @newdb/mcp-serverUmgebungsvariable:
NEWDB_API_KEY=YOUR_NEWDB_API_KEY
Umgebungsvariablen
Variable | Erforderlich | Beschreibung |
| Ja | Ihr API-Token von NewDB. Anfrage an access@newdb.net |
| Nein | Standard: |
Lizenz
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