mcp-sudact
MCP-сервер судебной практики России: ищет решения по статье закона, суду, инстанции и дате и отдаёт полный текст дела. Для юристов и юридических компаний. Russian court practice MCP.
Documentation
atomno-mcp-sudact
MCP-сервер судебной практики России: ищет судебные решения по тексту, статье закона, суду, инстанции и дате и отдаёт полный текст выбранного дела. Для юристов и юридических компаний — подключается к Cursor, Claude и любому клиенту MCP.
Russian court practice search for AI agents.
> Работает через интернет-сервис atomno-mcp: поиск, кэш и скрытие персональных данных — на нашей стороне, ничего парсить и поднимать не нужно. Нужен только ключ (тариф Pro) —
Быстрый старт
pipx install atomno-mcp-sudact
# или: uvx atomno-mcp-sudactКонфигурация (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.
Frequently asked questions
What is mcp-sudact?
mcp-sudact is MCP-сервер судебной практики России: ищет решения по статье закона, суду, инстанции и дате и отдаёт полный текст дела. Для юристов и юридических компаний. Russian court practice MCP.
How do I install mcp-sudact?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-sudact open source?
Yes — it is hosted on GitHub at https://github.com/atomno-mcp/mcp-sudact and has 2 stars.
Related MCP tools
An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.
AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.
Production-grade MCP server giving Claude 27 security intelligence tools across 21 APIs — CVE lookup, EPSS scoring, CISA KEV, MITRE ATT&CK, Shodan, VirusTotal, and more.
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
Build effective agents using Model Context Protocol and simple workflow patterns Python-based implementation. Trusted by 7600+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP