theYahia/casebook-mcp
MCP server for Casebook — legal case search, court decisions (Russia)
Platform-specific configuration:
{
"mcpServers": {
"casebook-mcp": {
"command": "npx",
"args": [
"-y",
"casebook-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Casebook/Pravo.ru -- Russian legal case search, court documents, participant lookup, judge statistics, and hearing schedules.
| Tool | Description | |------|-------------| | search_cases | Search cases by query, INN, court, dates, type | | get_case | Get case details and participants | | get_case_events | Get hearing schedule and decisions | | search_participants | Search participants by name or INN | | get_participant_cases | Get all cases for a participant | | get_judge_stats | Get judge case statistics | | get_court_info | Get court information | | get_document | Get court document by ID |
{
"mcpServers": {
"casebook": {
"command": "npx",
"args": ["-y", "@theyahia/casebook-mcp"],
"env": { "CASEBOOK_TOKEN": "<YOUR_TOKEN>" }
}
}
}| Variable | Required | Description | |----------|----------|-------------| | CASEBOOK_TOKEN | Yes | API token from Casebook |
Casebook API documentation: https://casebook.ru/
MIT
Loading reviews...