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.
Search court cases by party name, citation, court, or keywords. Returns case title, court, date, docket number, and summary.
Full case details including docket entries, parties, judges, and procedural history.
Search published court opinions with full-text snippets. Filter by court level (Supreme, Circuit, District).
Retrieve the full text of a court opinion when available from public sources.
Check remaining queries for your current session. Free tier: 50 queries per session.
git clone https://github.com/Rumblingb/court-records-mcp.git
cd court-records-mcp
pip install -r requirements.txt
python3 server.py
# "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)