mcp-sudact
Rank #10,738io.github.atomno-mcp/mcp-sudact
Russian court practice (Sudact): case search by article, court, dates; full decision text.
mcp-sudact is a Model Context Protocol (MCP) server published by atomno-mcp. It ranks #10,738 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. mcp-sudact is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jul 3, 2026 and most recently updated on Jul 14, 2026.
Ranks ahead of 104,722 of 115,460 servers on MCP Toplist.
Use mcp-sudact
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-sudact -e "MCP_SUDACT_TOKEN=<your MCP_SUDACT_TOKEN>" -- uvx atomno-mcp-sudactReplace each placeholder with your own value before saving.
[mcp_servers.mcp-sudact]
command = "uvx"
args = ["atomno-mcp-sudact"]
[mcp_servers.mcp-sudact.env]
MCP_SUDACT_TOKEN = "<your MCP_SUDACT_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-sudact": {
"command": "uvx",
"args": [
"atomno-mcp-sudact"
],
"env": {
"MCP_SUDACT_TOKEN": "<your MCP_SUDACT_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-sudact": {
"command": "uvx",
"args": [
"atomno-mcp-sudact"
],
"env": {
"MCP_SUDACT_TOKEN": "<your MCP_SUDACT_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-sudact": {
"type": "stdio",
"command": "uvx",
"args": [
"atomno-mcp-sudact"
],
"env": {
"MCP_SUDACT_TOKEN": "<your MCP_SUDACT_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-sudact": {
"command": "uvx",
"args": [
"atomno-mcp-sudact"
],
"env": {
"MCP_SUDACT_TOKEN": "<your MCP_SUDACT_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-sudact": {
"command": "uvx",
"args": [
"atomno-mcp-sudact"
],
"env": {
"MCP_SUDACT_TOKEN": "<your MCP_SUDACT_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.atomno-mcp%2Fmcp-sudact)<a href="https://mcptoplist.com/server/io.github.atomno-mcp%2Fmcp-sudact"><img src="https://mcptoplist.com/badge/io.github.atomno-mcp%2Fmcp-sudact.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
atomno-mcp
Other servers by atomno-mcp
- mcp-fns-check#4,685 · 3 vers
- mcp-cbr-rates#9,655 · 3 vers
- mcp-egrul#9,656 · 3 vers
- mcp-seo-audit#13,268 · 3 vers
- mcp-pharma#16,772 · 3 vers
- mcp-fssp#18,380 · 1 ver
- mcp-rosreestr#20,194 · 1 ver
- mcp-zakupki#20,195 · 1 ver
- mcp-erid#22,465 · 1 ver
- mcp-fns-calc#22,466 · 1 ver
- mcp-newbuild#22,467 · 1 ver
- mcp-trademarks#22,468 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 0.1.8 | Jul 14, 2026 |
| 0.1.4 | Jul 6, 2026 |
| 0.1.1 | Jul 4, 2026 |
Frequently asked questions
- Who maintains mcp-sudact?
- mcp-sudact is maintained by atomno-mcp, which publishes 13 MCP servers (25 total versions) tracked on MCP Toplist.
- Is mcp-sudact listed on the Official MCP Registry?
- Yes — mcp-sudact is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mcp-sudact have?
- MCP Toplist tracks 3 versions of mcp-sudact, most recently published on Jul 14, 2026.
- Where can I find the source code for mcp-sudact?
- The source code for mcp-sudact is hosted at github.com/atomno-mcp/mcp-sudact.