Back to search
100
MCP live v0.1.0 streamable-http

CourtListener

io.github.Vaquill-AI/courtlistener-mcp

MCP for CourtListener: US federal and state opinions, dockets, judges, plus eCFR regulations.

Uptime
100.0%
2 probes
Response
556ms
last probe
Tools
19
callable

Tools · 19

status

Check the status of the CourtListener MCP server. Returns: A dictionary containing server status, system metrics, and service information.

search_opinions

Search case law opinion clusters with nested Opinion documents in CourtListener.

search_dockets

Search federal cases (dockets) from PACER in CourtListener.

search_dockets_with_documents

Search federal cases (dockets) with up to three nested documents. If there are more than three matching documents, the more_docs field will be true.

search_recap_documents

Search federal filing documents from PACER in the RECAP archive.

search_audio

Search oral argument audio recordings in CourtListener.

search_people

Search judges and legal professionals in the CourtListener database.

get_opinion

Get a specific court opinion by ID from CourtListener.

get_docket

Get a specific court docket by ID from CourtListener.

get_audio

Get oral argument audio information by ID from CourtListener.

get_cluster

Get an opinion cluster by ID from CourtListener.

get_person

Get judge or legal professional information by ID from CourtListener.

get_court

Get court information by ID from CourtListener.

citation_lookup_citation

Look up a legal citation to find the opinion it references in CourtListener. This tool accepts various citation formats including: - U.S. Reporter citations (e.g., "410 U.S. 113") - Federal Reporter …

citation_batch_lookup_citations

Look up multiple legal citations in a single request. This is more efficient than making individual requests for each citation. Accepts up to 100 citations at once. Args: citations: List of cita…

citation_verify_citation_format

Verify if a citation string is in a valid format using citeurl's advanced parsing. This tool performs validation using citeurl's comprehensive citation templates to check if a citation appears to be …

citation_parse_citation_with_citeurl

Parse a legal citation using citeurl's advanced citation recognition. This tool uses the citeurl library to parse legal citations and extract structured information including tokens, normalized forma…

citation_extract_citations_from_text

Extract all legal citations from a block of text using citeurl. This tool finds and parses all legal citations within a given text, including both long-form and short-form citations (like 'id.' refer…

citation_enhanced_citation_lookup

Enhanced citation lookup combining citeurl parsing with CourtListener data. This tool first uses citeurl to parse and validate the citation format, then optionally queries the CourtListener API for a…

Similar MCP servers embedding-nearest

io.github.cyanheads/courtlistener-mcp-server
Search US court opinions, federal dockets, judges, citations, and oral arguments via CourtListener.
0 tools
io.github.bch1212/pubrecords live
US public-records intelligence for AI agents — companies, SEC, courts, spending, licenses.
10 tools · streamable-http
CourtListener
MCP for CourtListener: US federal and state opinions, dockets, judges, plus eCFR regulations.
0 tools · streamable-http
legal-court-mcp-server
MCP Server for court decisions, case law, and legal research — CourtListener (3M+ cases) and EUR-Lex
0 tools
freelawproject/courtlistener-mcp
The MCP server that runs CourtListener
0 tools
Data Compliance Classifier MCP live
Classify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered.
3 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "courtlistener": {
      "url": "https://courtlistener-mcp.vaquill.ai/mcp/",
      "transport": "streamable-http"
    }
  }
}