Egrul MCP Server

Статус: v0.1.2 - open-версия (self-host через SQLite) полностью готова + клиентская часть hosted Pro (HTTP-клиент HostedClient для api.atomno-mcp.ru). Опубликована на PyPI, индексирована в Glama и Smithery. Сама hosted Pro-инфра - в активной разработке. Coverage 100.00% (345 тестов, ruff clean, fastmcp 3.2.4, enforced через --cov-fail-under=100). It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-14 · ★ 2 · #458 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Egrul

before you install - you'll need

ATOMNO_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add atomno-mcp-mcp-egrul -- uvx atomno-mcp-egrul

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package atomno-mcp-egrul - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.atomno-mcp is GitHub-verified and matches the repo owner

03 · What Egrul can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.10 · 2026-07-14

Registry display name: mcp-egrul (no io.github title case).

v0.1.8 · 2026-07-14

Registry display name: mcp-egrul (no io.github title case).

v0.1.6 · 2026-07-06

Changed · Обновлены метаданные пакета PyPI: автор и контактный email переведены на бренд atomno-mcp ([email protected]).

04 · Who maintains Egrul

mcp-egrul is maintained by atomno-mcp. We track 12 MCP servers from atomno-mcp - 12 actively maintained, 24 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from atomno-mcp.

  1. mcp-fns-check Russian tax authority (FNS) counterparty checks: status, debts, blocks. Due diligence MCP. ★ 15
  2. mcp-cbr-rates CBR exchange rates and key rates for Russia. MCP tools for finance agents. ★ 2
  3. mcp-sudact Russian court practice (Sudact): case search by article, court, dates; full decision text. ★ 2

05 · Facts

category
other - ranked #458 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-07-14)
registry
io.github.atomno-mcp/mcp-egrul (active, first published 2026-07-05 · 3 versions)
packages
pypi:atomno-mcp-egrul

06 · Egrul FAQ

What is Egrul?

Статус: v0.1.2 - open-версия (self-host через SQLite) полностью готова + клиентская часть hosted Pro (HTTP-клиент HostedClient для api.atomno-mcp.ru). Опубликована на PyPI, индексирована в Glama и Smithery. Сама hosted Pro-инфра - в активной разработке. Coverage 100.00% (345 тестов, ruff clean, fastmcp 3.2.4, enforced через --cov-fail-under=100). It runs locally over stdio via the published package.

Is Egrul still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-14 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Egrul?

Run `uvx atomno-mcp-egrul`. The README documents one environment variable (ATOMNO_API_KEY) to set first. You can also paste the ready-made client config above.

Does Egrul run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Egrul