court-listener
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@court-listenersearch for recent Supreme Court opinions on privacy"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CourtListener — Federal & State Court Opinions
Free Law Project's CourtListener. Federal and state court opinions, oral argument recordings, judge biographies, PACER filings (where covered). The largest free, structured database of US case law — used by lawyers, journalists, researchers. Free, no auth (rate-limited; key recommended for higher volume).
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
Why this matters for AI agents
For legal research, case-law citations, or "did this issue come up in court?" questions, CourtListener is the right starting point. Where Westlaw and Lexis charge thousands per seat, CourtListener provides searchable opinions for free. Coverage is excellent for federal courts and growing for state courts.
Common flows:
Opinion search. "Cases involving Section 230 immunity" → keyword + jurisdiction filter.
Specific opinion. Full text of a court opinion by ID or citation.
By judge. "Cases authored by Justice Kagan" → search by author + court.
Oral arguments. Audio recordings (where available) with metadata.
Related MCP server: CourtListener MCP Server
Auth
Free, but unauthenticated calls are heavily rate-limited (~5,000/day per IP). Get a free API token from https://www.courtlistener.com/help/api/rest/ for higher rates. Pass via _apiKey.
Coverage
Jurisdiction class | Coverage |
US Supreme Court | Comprehensive, modern + historical |
Federal Circuit Courts of Appeals | Strong; recent + retrospective |
Federal District Courts | Strong for published opinions; partial for unpublished |
State Supreme Courts | Generally strong |
State Appellate Courts | Varies by state |
State Trial Courts | Spotty |
For "what's the law on X?" the supreme courts and circuit courts are usually what matters; trial-court opinions are less precedential.
Common pitfalls
Citation format. US case-law citations follow
Bluebookconventions:Roe v. Wade, 410 U.S. 113 (1973). CourtListener's IDs differ from these; use thecluster_idorslugfields for stable references.Published vs unpublished. Federal courts mark opinions "published" (precedential) or "unpublished" (binding only on parties). Unpublished doesn't mean unimportant — many recent significant opinions stayed unpublished. Don't filter to "published" without thought.
Citation network. CourtListener tracks "cited by" and "cites to" relationships. Use them for impact analysis ("which Supreme Court opinions have shaped this doctrine?").
PACER limitations. The full PACER (federal trial-court filings) corpus is paywalled. CourtListener has a partial mirror via the RECAP project, donated by users. Coverage is opportunistic, not comprehensive.
State coverage is uneven. Don't assume "no opinion found in CourtListener" means "no opinion exists" — especially for state appellate cases. Cross-reference with state-court websites or commercial databases for completeness.
Search is keyword + cluster, not full text. Long-tail queries like specific phrasings may underperform. Use CL's "+ exact phrase" syntax when precision matters.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"court-listener": {
"url": "https://gateway.pipeworx.io/court-listener/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Court Listener data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables legal research across 3,352 U.S. courts using the CourtListener API, providing access to case search, precedent analysis, judge patterns, citation validation, and federal PACER dockets through natural language queries.162MIT
- Flicense-qualityDmaintenanceA comprehensive Model Context Protocol (MCP) server for accessing CourtListener's legal database. Provides Claude Desktop with powerful legal research capabilities including court opinions, case dockets, judge profiles, and comprehensive legal analysis.1
- Flicense-qualityFmaintenanceEnables LLM-friendly access to the CourtListener legal database and eCFR for searching legal opinions, court cases, judges, documents, and federal regulations.12
- AlicenseAqualityDmaintenanceConnects LLMs to the EcourtsIndia Partner API for searching Indian court cases, retrieving orders, reading cause lists, and accessing AI summaries.9MIT
Related MCP Connectors
Search US court opinions, federal dockets, judges, citations, and oral arguments via CourtListener.
MCP for CourtListener: US federal and state opinions, dockets, judges, plus eCFR regulations.
Simplified lookup of a person's or company's lawsuits from the CPF or CNPJ. Platform-hosted, no cred
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-court-listener'
If you have feedback or need assistance with the MCP directory API, please join our Discord server