Skip to main content

MCP Server for court decisions, case law, and legal research — CourtListener (3M+ cases) and EUR-Lex

Project description

Legal Court MCP Server

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.

Tools

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

Installation

pip install legal-court-mcp-server

Usage with Claude Desktop

Add 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"]
    }
  }
}

Data Sources

  • CourtListener — Free, open database of 3M+ US court opinions. No API key needed.
  • EUR-Lex — Official EU law database with regulations, directives, and case law.

Examples

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")

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

legal_court_mcp_server-0.1.0.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

legal_court_mcp_server-0.1.0-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page