Skip to main content
Glama

atomno-mcp-sudact

PyPI License: MIT MCP

Судебная практика РФ для AI-агентов — Russian court case-law search for AI agents (Cursor, Claude, and any MCP client).

MCP-сервер (Model Context Protocol) для поиска по судебной практике России: полнотекстовый поиск по текстам решений — по тексту документа, статье закона, суду, инстанции и датам — и получение полного текста решения по выбранному делу.

Работает через hosted-API atomno-mcp: движок поиска, кэш и анонимизация ПДн — на нашей стороне, вам не нужно ничего парсить или поднимать, данные всегда свежие. Нужен только API-ключ (тариф Pro) — atomno-mcp.ru/pricing.

Быстрый старт

pipx install atomno-mcp-sudact
# или: uvx atomno-mcp-sudact

Related MCP server: mcp-egrul

Конфигурация (env vars)

Переменная

Описание

Где взять

Обязательна

MCP_SUDACT_TOKEN

API-ключ (заголовок X-API-Key)

atomno-mcp.ru/pricing

да

MCP_SUDACT_API_BASE

Базовый URL бэкенда

по умолчанию прод

нет

MCP_SUDACT_TIMEOUT

Таймаут HTTP, сек (default 60)

нет

Использование в Cursor (mcp.json)

{
  "mcpServers": {
    "sudact": {
      "command": "uvx",
      "args": ["atomno-mcp-sudact"],
      "env": { "MCP_SUDACT_TOKEN": "ваш-ключ" }
    }
  }
}

Использование в Claude Desktop (claude_desktop_config.json)

{
  "mcpServers": {
    "sudact": {
      "command": "uvx",
      "args": ["atomno-mcp-sudact"],
      "env": { "MCP_SUDACT_TOKEN": "ваш-ключ" }
    }
  }
}

Тулзы

Тул

Вход

Выход

Описание

search_cases

query, court_type, instance, norms, date_from, date_to, limit

total_found + список дел (case_id, url, …)

Полнотекстовый поиск как на sudact.ru

get_citation

url | case_id, include_full_text, anonymize_level

Полный текст решения (+ опц. анонимизация)

Полный текст решения по карточке/ id

Disclaimer

Проект не аффилирован с sudact.ru. Данные — из открытых источников; используете на свой риск. Полнотекстовый доступ предоставляется как hosted-сервис по подписке.

Лицензия

MIT — см. LICENSE.

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
1dRelease cycle
7Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • 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).
    Last updated
    8
    15
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for the Russian state registries EGRUL (legal entities) and EGRIP (individual entrepreneurs), built on official Federal Tax Service open-data dumps. Self-hosted via local SQLite.
    Last updated
    8
    2
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for searching Swiss court decisions from federal and cantonal courts via entscheidsuche.ch. Enables full-text search, law reference lookup, and filtering by canton, court level, and date without API keys.
    Last updated
    8
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Public Indian legal search MCP for Roop judgments, statutes, and corpus grounding.

  • Federal court records and PACER case data. 4 MCP tools for legal research.

  • MCP for CourtListener: US federal and state opinions, dockets, judges, plus eCFR regulations.

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/atomno-mcp/mcp-sudact'

If you have feedback or need assistance with the MCP directory API, please join our Discord server