Russian court practice (Sudact): case search by article, court, dates; full decision text.
Russian court practice (Sudact): case search by article, court, dates; full decision text. That is what the mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
MCP-сервер (Model Context Protocol) для поиска по судебной практике России: полнотекстовый поиск по текстам решений — по тексту документа, статье закона, суду, инстанции и датам — и получение полного текста решения по выбранному делу.
The server publishes 5 tools. What each one is for:
MCP_SUDACT_TOKEN — API-ключ (заголовок X-API-Key)MCP_SUDACT_API_BASE — Базовый URL бэкендаMCP_SUDACT_TIMEOUT — Таймаут HTTP, сек (default 60)search_cases — query, court_type, instance, norms, date_from, date_to, limitget_citation — url \Configuration is passed through the environment: MCP_SUDACT_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP's toolset — MCP_SUDACT_TOKEN, MCP_SUDACT_API_BASE, MCP_SUDACT_TIMEOUT and 2 more — is a fair guide to whether it matches your workflow. It is maintained by atomno-mcp; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| MCP_SUDACT_TOKEN | API-ключ (заголовок X-API-Key) |
| MCP_SUDACT_API_BASE | Базовый URL бэкенда |
| MCP_SUDACT_TIMEOUT | Таймаут HTTP, сек (default 60) |
| search_cases | query, court_type, instance, norms, date_from, date_to, limit |
| get_citation | url \ |
{
"mcpServers": {
"sudact": {
"command": "uvx",
"args": ["atomno-mcp-sudact"],
"env": {
"MCP_SUDACT_TOKEN": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| MCP_SUDACT_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.