newdb
OfficialNewDB MCP服务器
官方模型上下文协议(MCP)服务器,用于NewDB REST API——将LLM代理(Claude Desktop、Cursor、Antigravity、ChatGPT)与俄罗斯及独联体法人验证、自然人KYC、护照验证、FSSP债务、税务留置、破产和法院登记连接起来。
向LLM公开的工具
newdb_check_passport_mvd— 通过官方MVD数据库检查俄罗斯国内护照的有效性。newdb_check_fssp— 检查自然人的债务、强制执行程序和法警案件。newdb_check_egrul— 获取官方公司注册数据、创始人、董事、注册资本、状态(FNS)。newdb_check_fns_block— 检查俄罗斯税务局(BIKP)的银行账户暂停决定。newdb_check_bankrot— 检查自然人或法人的破产记录(Fedresurs)。newdb_complex_check_person— 通过护照进行完整的公民背景调查(FNS、MVD、FSSP、Fedresurs、法院、质押)。newdb_complex_check_company— 通过INN进行完整的公司背景调查(EGRUL、FNS、仲裁、破产、FSSP)。newdb_get_balance— 检查您的NewDB令牌的剩余请求余额。
Related MCP server: mcp-fns-check
安装与快速开始
1. 使用Smithery运行(推荐)
使用Smithery自动安装到Claude Desktop或Cursor:
npx -y @smithery/cli install @newdb-api/newdb-mcp-server --client claude2. Claude Desktop的配置
将此添加到您的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. Cursor IDE的配置
在Cursor设置 ➔ 功能 ➔ MCP服务器 ➔ 添加新的MCP服务器中:
名称:
newdb类型:
command命令:
npx -y @newdb/mcp-server环境变量:
NEWDB_API_KEY=YOUR_NEWDB_API_KEY
环境变量
变量 | 必需 | 描述 |
| 是 | 来自NewDB的API令牌。从access@newdb.net请求 |
| 否 | 默认值: |
许可证
MIT © NewDB团队
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