Skip to main content
Glama

NewDB MCP Server

Smithery Badge npm version License: MIT

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 claude

2. 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 ServersAdd New MCP Server에서:

  • 이름: newdb

  • 유형: command

  • 명령: npx -y @newdb/mcp-server

  • 환경 변수: NEWDB_API_KEY=YOUR_NEWDB_API_KEY


환경 변수

변수

필수

설명

NEWDB_API_KEY

NewDB에서 받은 API 토큰. access@newdb.net으로 요청하세요.

NEWDB_API_BASE_URL

아니요

기본값: https://api.newdb.net/v2


라이선스

MIT © NewDB Team

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    AML 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.
  • A
    license
    A
    quality
    B
    maintenance
    MCP 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).
    8
    15
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    62 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
  • A
    license
    A
    quality
    A
    maintenance
    MCP 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.
    4
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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