mcp-sudact
This server enables AI agents to search and retrieve Russian court decisions (судебная практика РФ) via the sudact.ru database.
search_cases: Full-text search of Russian court cases with filters for:Court type: Supreme Court (ВС РФ), arbitration, general jurisdiction, Constitutional Court, or all
Instance: first, appeal, cassation, supervision, or any
Legal norms/articles (статьи закона)
Date range (
date_from/date_toin YYYY-MM-DD format)Number of results (1–50)
Returns
total_foundcount plus a list of cases withcase_idandurl
get_citation: Retrieves the full text of a court decision byurl(from sudact.ru) orcase_id, with optional anonymization at three levels:none— as publishedphysical_persons— mask names of individualsall_persons— mask both individuals and legal entities
atomno-mcp-sudact
Судебная практика РФ для 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-sudactRelated MCP server: mcp-egrul
Конфигурация (env vars)
Переменная | Описание | Где взять | Обязательна |
| API-ключ (заголовок | да | |
| Базовый URL бэкенда | по умолчанию прод | нет |
| Таймаут 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": "ваш-ключ" }
}
}
}Тулзы
Тул | Вход | Выход | Описание |
|
|
| Полнотекстовый поиск как на sudact.ru |
|
| Полный текст решения (+ опц. анонимизация) | Полный текст решения по карточке/ id |
Disclaimer
Проект не аффилирован с sudact.ru. Данные — из открытых источников; используете на свой риск. Полнотекстовый доступ предоставляется как hosted-сервис по подписке.
Лицензия
MIT — см. LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP 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 updated815MIT
- AlicenseAqualityAmaintenanceMCP 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 updated82MIT
- FlicenseAqualityDmaintenanceMCP server for searching and analyzing Dutch case law with advanced search, faceted filtering, and citation analysis.Last updated165
- AlicenseAqualityAmaintenanceMCP 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 updated81MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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