Готов к подключению в Claude Desktop, Cursor, Claude Code, Cline и любой другой клиент, совместимый с Model Context Protocol (MCP).
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.
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 — Картотека арбитражных делGitHub — atomno-mcp/mcp-fns-checkMCP — спецификация: modelcontextprotocol.iocheck_inn — Базовая карточка ЕГРЮЛcheck_ogrn — Базовая карточка по ОГРН/ОГРНИПget_legal_status — Жизненный статус с обогащениемget_okveds — Коды ОКВЭД с расшифровкойget_directors_history — Текущий руководитель (+ история по мере Open Data)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.
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.
| Tool | What 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_flags | 8 проверок риска (4 базовые + 4 расширенные) |
| MCP_FNS_CACHE_DB | Путь к SQLite-файлу кэша карточек |
{
"mcpServers": {
"fns-check": {
"command": "uvx",
"args": ["atomno-mcp-fns-check"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.