Court Records MCP
Federal court records and PACER case data. 4 MCP tools for legal research
Court Records & Legal Research MCP Server
Search federal court opinions, case dockets, and judge profiles directly from your AI assistant.
Overview
This MCP (Model Context Protocol) server gives AI assistants real-time access to the largest open collection of US court data. Powered by the CourtListener database maintained by the Free Law Project, it enables legal research workflows that previously required specialized tools or expensive subscriptions. Search millions of federal court opinions by keyword, court, and date range. Look up case dockets from the RECAP archive. Retrieve detailed judge profiles including appointment history, education, and court assignments. Whether you are a legal professional, journalist, researcher, or civic technologist, this server turns natural language questions into structured legal data.
Available Tools
court_search_opinions
Search federal court opinions across all US jurisdictions.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search terms (case name, topic, legal concept) |
court | string | No | Court identifier (e.g., scotus, ca9, nysd) |
dateFrom | string | No | Start date filter (YYYY-MM-DD) |
dateTo | string | No | End date filter (YYYY-MM-DD) |
limit | number | No | Maximum results to return (default: 20) |
Returns: case name, court, date filed, citation, docket number, opinion text excerpt, URL to full opinion.
court_search_dockets
Search case dockets via the RECAP archive of PACER records.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search terms (case name, party, topic) |
court | string | No | Court identifier |
dateFrom | string | No | Start date filter (YYYY-MM-DD) |
dateTo | string | No | End date filter (YYYY-MM-DD) |
limit | number | No | Maximum results to return (default: 20) |
Returns: case name, court, docket number, date filed, parties involved, URL to docket.
court_search_judges
Search federal judge profiles and biographical information.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Judge name or search terms |
court | string | No | Court identifier |
limit | number | No | Maximum results to return (default: 20) |
Returns: judge name, court, appointment date, appointing president, born/died dates, education history.
How to Connect
Add this MCP server to your AI client configuration:
{
"mcpServers": {
"court-records": {
"type": "url",
"url": "https://court-records-mcp.apify.actor/mcp"
}
}
}
Example Prompts
- "Find Supreme Court opinions about Fourth Amendment search and seizure from 2023 to 2025."
- "Search for dockets involving Apple Inc. in the Northern District of California."
- "Look up all federal judges appointed by President Obama to the Ninth Circuit."
- "Find recent opinions from the Southern District of New York about securities fraud."
- "Search for cases related to patent infringement in the Federal Circuit from the last year."
- "Who are the current judges on the DC Circuit Court of Appeals?"
Pricing
Each tool call costs $0.01. No subscriptions, no monthly fees. You only pay for the queries you run.
Data Sources
All data is sourced from the CourtListener platform, maintained by the Free Law Project. CourtListener aggregates court opinions, dockets from the RECAP archive, and judicial biographical data across the entire US federal court system.
- Court Opinions: Millions of opinions from SCOTUS, circuit courts, and district courts
- RECAP Dockets: Crowd-sourced PACER docket data, freely accessible
- Judge Data: Comprehensive biographical and appointment information
관련 서버
Polymarket MCP
Self-hosted MCP server for AI agent trading on Polymarket. 42 tools for market discovery, order placement, wallet intelligence, copy trading, and reward discovery.
Airthings Consumer
Monitor air quality with Airthings devices.
Withings
MCP server for Withings health data integration
Trading MCP Server
An intelligent trading assistant that fetches live stock prices using the Yahoo Finance API.
Wordle MCP - Go
Fetches daily Wordle solutions using the official Wordle API.
Superlines MCP server
Analyze and optimize for AI search (AIO)
mcp-server-ollama-bridge
Bridge to local Ollama LLM server. Run Llama, Mistral, Qwen and other local models through MCP.
Movie Recommendation
Tracks movies you've watched and provides recommendations based on your preferences.
ScanMalware.com URL Scanner
MCP server for ScanMalware.com URL scanning, malware detection, and analysis
MCP-Airflow-API
MCP-Airflow-API is an MCP server that leverages the Model Context Protocol (MCP) to transform Apache Airflow REST API operations into natural language tools. This project hides the complexity of API structures and enables intuitive management of Airflow clusters through natural language commands.