Skip to main content
Glama

NewDB MCP服务器

Smithery徽章 npm版本 许可证:MIT

官方模型上下文协议(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 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设置 ➔ 功能 ➔ MCP服务器添加新的MCP服务器中:

  • 名称: 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团队

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