newdb
OfficialNewDB MCP サーバー
NewDB REST API 用の公式 Model Context Protocol (MCP) サーバー — LLMエージェント(Claude Desktop、Cursor、Antigravity、ChatGPT)と、ロシアおよびCISの法人検証、個人の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