Sudact MCP Server

Судебная практика РФ для AI-агентов - Russian court case-law search for AI agents (Cursor, Claude, and any MCP client). It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-14 · ★ 2 · #121 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Sudact

before you install - you'll need

MCP_SUDACT_TOKEN

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-sudact -- uvx atomno-mcp-sudact

Claude Desktop / Cursor / VS Code - add to config

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

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

repo age created 2026-07-03 - young repo, little track record yet

license MIT - declared in the repository

pypi package atomno-mcp-sudact - 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 Sudact can do

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

Latest releases

v0.1.8 · 2026-07-14

add title mcp-<slug> for catalog display · Keep io.github name for MCP Registry schema; title is the Glama/catalog display name.

v0.1.6 · 2026-07-14

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

v0.1.4 · 2026-07-06

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

04 · Who maintains Sudact

mcp-sudact 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-egrul EGRUL/EGRIP company registry lookup for Russian legal entities and entrepreneurs. ★ 2

05 · Facts

category
API integration - ranked #121 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-07-14)
registry
io.github.atomno-mcp/mcp-sudact (active, first published 2026-07-05 · 4 versions)
packages
pypi:atomno-mcp-sudact

06 · Sudact FAQ

What is Sudact?

Судебная практика РФ для AI-агентов - Russian court case-law search for AI agents (Cursor, Claude, and any MCP client). It runs locally over stdio via the published package.

Is Sudact still maintained?

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

How do I install Sudact?

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

Does Sudact 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 Sudact