AiAgentKarl/legal-court-mcp-server
MCP Server for court decisions, case law, and legal research — CourtListener (3M+ cases) and EUR-Lex
Platform-specific configuration:
{
"mcpServers": {
"legal-court-mcp-server": {
"command": "npx",
"args": [
"-y",
"legal-court-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP Server for court decisions, case law, and legal research. Gives AI agents access to 3M+ US court decisions via CourtListener and EU legislation via EUR-Lex.
| Tool | Description | |------|-------------| | search_cases | Search 3M+ US court decisions by keyword | | get_case_details | Get full case details (judges, citations, opinion text) | | search_by_citation | Find a case by legal citation (e.g. "410 U.S. 113") | | get_court_info | Information about a specific court | | search_judges | Search judges by name | | search_eu_law | Search EU legislation and case law via EUR-Lex |
pip install legal-court-mcp-serverAdd to your claude_desktop_config.json:
{
"mcpServers": {
"legal-court": {
"command": "legal-court-server"
}
}
}Or with uvx (no install needed):
{
"mcpServers": {
"legal-court": {
"command": "uvx",
"args": ["legal-court-mcp-server"]
}
}
}search_cases("free speech first amendment")
search_cases("copyright fair use", court="scotus")
search_by_citation("347 U.S. 483") # Brown v. Board of Education
get_court_info("scotus")
search_judges("Ruth Bader Ginsburg")
search_eu_law("artificial intelligence regulation")---
| Category | Servers | |----------|---------| | 🔗 Blockchain | Solana | | 🌍 Data | Weather · Germany · Agriculture · Space · [Aviation](https://github
Loading reviews...