MCP Fns Check MCP Server

Готов к подключению в Claude Desktop, Cursor, Claude Code, Cline и любой другой клиент, совместимый с Model Context Protocol (MCP).

Remote serverstreamable-httpPython

What is the MCP Fns Check MCP server?

Connect MCP Fns Check to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Готов к подключению в Claude Desktop, Cursor, Claude Code, Cline и любой другой клиент, совместимый с Model Context Protocol (MCP). The mcp fns check mcp server is what makes that connection.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • egrul.nalog.ru — ЕГРЮЛ/ЕГРИП, карточка контрагента
  • bankrot.fedresurs.ru — ЕФРСБ (Единый федеральный реестр сведений о банкротстве)
  • pb.nalog.ru — Прозрачный бизнес ФНС (налоговые долги, непредставление отчётности)
  • fssp.gov.ru — Банк данных исполнительных производств ФССП
  • kad.arbitr.ru — Картотека арбитражных дел
  • GitHubatomno-mcp/mcp-fns-check
  • MCP — спецификация: modelcontextprotocol.io
  • check_inn — Базовая карточка ЕГРЮЛ
  • check_ogrn — Базовая карточка по ОГРН/ОГРНИП
  • get_legal_status — Жизненный статус с обогащением
  • get_okveds — Коды ОКВЭД с расшифровкой
  • get_directors_history — Текущий руководитель (+ история по мере Open Data)

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Fns Check's toolset — egrul.nalog.ru, bankrot.fedresurs.ru, pb.nalog.ru and 11 more — is a fair guide to whether it matches your workflow. It is maintained by atomno-labs; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch MCP Fns Check.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
egrul.nalog.ruЕГРЮЛ/ЕГРИП, карточка контрагента.
bankrot.fedresurs.ruЕФРСБ (Единый федеральный реестр сведений о банкротстве).
pb.nalog.ruПрозрачный бизнес ФНС (налоговые долги, непредставление отчётности).
fssp.gov.ruБанк данных исполнительных производств ФССП.
kad.arbitr.ruКартотека арбитражных дел.
GitHub[atomno-mcp/mcp-fns-check](https://github.com/atomno-mcp/mcp-fns-check)
MCPспецификация: [modelcontextprotocol.io](https://modelcontextprotocol.io)
check_innБазовая карточка ЕГРЮЛ
check_ogrnБазовая карточка по ОГРН/ОГРНИП
get_legal_statusЖизненный статус с обогащением
get_okvedsКоды ОКВЭД с расшифровкой
get_directors_historyТекущий руководитель (+ история по мере Open Data)
check_for_red_flags8 проверок риска (4 базовые + 4 расширенные)
MCP_FNS_CACHE_DBПуть к SQLite-файлу кэша карточек

How to install the MCP Fns Check MCP server

{
  "mcpServers": {
    "fns-check": {
      "command": "uvx",
      "args": ["atomno-mcp-fns-check"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use MCP Fns Check to egrul.nalog.ru.
  • Use MCP Fns Check to bankrot.fedresurs.ru.
  • Use MCP Fns Check to pb.nalog.ru.

Frequently asked questions

It connects MCP Fns Check to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (egrul.nalog.ru, bankrot.fedresurs.ru, pb.nalog.ru, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Fns Check directly.