newdb
OfficialNewDB MCP Server
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 Settings ➔ Features ➔ MCP Servers ➔ Add New MCP Server에서:
이름:
newdb유형:
command명령:
npx -y @newdb/mcp-server환경 변수:
NEWDB_API_KEY=YOUR_NEWDB_API_KEY
환경 변수
변수 | 필수 | 설명 |
| 예 | NewDB에서 받은 API 토큰. access@newdb.net으로 요청하세요. |
| 아니요 | 기본값: |
라이선스
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