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
Verwandte Server
asterpay
EUR settlement for AI agents. USDC/EURC to EUR via SEPA Instant. Trust scoring (KYA 0-100), market data, crypto analytics, AI tools.
CryptoAPIs MCP Signer
MCP server for local transaction signing across EVM, UTXO, Tron, and XRP blockchains — no API calls required
Sidekick for InDesign
Lets your AI assistant talk to InDesign. Not about it. Actually control it.
Superlines MCP server
Analyze and optimize for AI search (AIO)
Weather Service MCP Server
A Spring Boot-based weather service providing weather forecasts and alerts via MCP integration.
Trading MCP Server
An intelligent trading assistant that fetches live stock prices using the Yahoo Finance API.
ThreatByte-MCP
ThreatByte-MCP is a deliberately vulnerable, MCP-based case management web app. It mirrors a realistic SOC analyst workflow with a server-rendered UI and a real MCP server. The MCP tools are intentionally vulnerable for training and demonstration.
myinstants-mcp
A soundboard MCP server with millions of meme sounds from myinstants.com — search, play, and browse categories. npx myinstants-mcp to get started.
AgentAuth
Auth0, but for agents. Identity and authentication service for AI agents.
MCP Location Services for LLM
Provides geocoding, reverse geocoding, routing, and driving distance calculations for LLMs using pgGeocoder and pgrServer.