MCP Hub
Back to servers

@theyahia/casebook-mcp

MCP server for Casebook — legal case search, court decisions (Russia)

npm189/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/casebook-mcp

@theyahia/casebook-mcp

MCP server for Casebook/Pravo.ru -- Russian legal case search, court documents, participant lookup, judge statistics, and hearing schedules.

Tools

ToolDescription
search_casesSearch cases by query, INN, court, dates, type
get_caseGet case details and participants
get_case_eventsGet hearing schedule and decisions
search_participantsSearch participants by name or INN
get_participant_casesGet all cases for a participant
get_judge_statsGet judge case statistics
get_court_infoGet court information
get_documentGet court document by ID

Install

Claude Desktop / Cline / Cursor

{
  "mcpServers": {
    "casebook": {
      "command": "npx",
      "args": ["-y", "@theyahia/casebook-mcp"],
      "env": { "CASEBOOK_TOKEN": "<YOUR_TOKEN>" }
    }
  }
}

Environment Variables

VariableRequiredDescription
CASEBOOK_TOKENYesAPI token from Casebook

Demo Prompts

  • "Search for bankruptcy cases involving INN 7707083893"
  • "Get details for case A40-12345/2026"
  • "Show hearing schedule for case A40-12345/2026"
  • "Find all cases where Sberbank is a participant"
  • "Get case statistics for judge Ivanov"
  • "Show court info for the Moscow Arbitration Court"
  • "Get document doc-789 from case A40-12345/2026"
  • "Search for contract dispute cases from 2025"

API Reference

Casebook API documentation: https://casebook.ru/

License

MIT

Reviews

No reviews yet

Sign in to write a review