⚖️ Court Records MCP

Search 5M+ US court opinions, cases, and dockets using natural language. Your AI assistant's window into federal and state case law — no PACER fees, no API keys needed for the free tier.

MCP Server 50 Free Queries $19/mo Pro

🔍 Available Tools

search_cases

Search court cases by party name, citation, court, or keywords. Returns case title, court, date, docket number, and summary.

get_case_detail

Full case details including docket entries, parties, judges, and procedural history.

search_opinions

Search published court opinions with full-text snippets. Filter by court level (Supreme, Circuit, District).

get_opinion_text

Retrieve the full text of a court opinion when available from public sources.

check_rate_limit

Check remaining queries for your current session. Free tier: 50 queries per session.

💰 Simple Pricing

🆓 Free

$0/mo
  • 50 queries per session
  • All search tools included
  • Case & opinion search
  • Full-text snippets
Get Started

⚡ Quick Install

git clone https://github.com/Rumblingb/court-records-mcp.git
cd court-records-mcp
pip install -r requirements.txt
python3 server.py

Example Usage

# "Find cases involving Apple Inc. in the 9th Circuit"
→ search_cases("Apple Inc.", court="9th Circuit")

# "What's the latest on Smith v. Jones?"
→ get_case_detail("Smith v. Jones")

# "Show me Supreme Court opinions from 2023 about privacy"
→ search_opinions("privacy", court="supreme", year=2023)