Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.cyanheads/courtlistener-mcp-server

REMOTE · COURTLISTENER.CASEYJHAND.COM · 2 COMPONENTS · SCANNED SEP 21

Search US court opinions, federal dockets, judges, citations, and oral arguments via CourtListener.

0 this week 82 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security66
  • The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
  • Authorisation not fully verified: no authorisation is required to call this server, and 14 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
  • HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
  • The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
  • DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
Schema Quality & AI Usability76
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 4573 tokens (~304/item across 15 items; 14 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 16 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.cyanheads/courtlistener-mcp-server server?

io.github.cyanheads/courtlistener-mcp-server is a hosted endpoint at https://courtlistener.caseyjhand.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · courtlistener.caseyjhand.com

# add to Claude Code
claude mcp add --transport http cyanheads-courtlistener-mcp-server 'https://courtlistener.caseyjhand.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "cyanheads-courtlistener-mcp-server": {
      "url": "https://courtlistener.caseyjhand.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "cyanheads-courtlistener-mcp-server": {
      "type": "http",
      "url": "https://courtlistener.caseyjhand.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.cyanheads-courtlistener-mcp-server]
url = "https://courtlistener.caseyjhand.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cyanheads-courtlistener-mcp-server": {
      "type": "remote",
      "url": "https://courtlistener.caseyjhand.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add cyanheads-courtlistener-mcp-server --url 'https://courtlistener.caseyjhand.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  cyanheads-courtlistener-mcp-server:
    url: "https://courtlistener.caseyjhand.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "cyanheads-courtlistener-mcp-server": {
      "Transport": "http",
      "Url": "https://courtlistener.caseyjhand.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add cyanheads-courtlistener-mcp-server -t streamable-http -u 'https://courtlistener.caseyjhand.com/mcp'
// mcp.json
{
  "mcpServers": {
    "cyanheads-courtlistener-mcp-server": {
      "type": "http",
      "url": "https://courtlistener.caseyjhand.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 9 Sept 26 0
    • Stability: 0.97 → pass security
  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 −1
    • Stability: pass → 0.93 functional
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1
    • Stability: 0.97 → pass security
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • MCP protocol version: 2025-11-25 → 2026-07-28 functional
    • Server version: 0.7.0 → 0.7.1 functional
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 10 Aug 26 0
    • Transport: fail → pass security
    • HSTS header: fail → pass security
    • Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 14 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. security
    • Endpoint reachability: not serving MCP → reachable functional
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.50 functional
  • 8 Aug 26 0
    • Endpoint reachability: reachable → not serving MCP security
    • Stability: 0.40 → unverified security
    • Transport: pass → fail security
    • HSTS header: pass → fail security
    • Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes. security
    • Schema quality: 100 → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://courtlistener.caseyjhand.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=caseyjhand.com CN=WE1,O=Google Trust Services,C=US 4 Sept 2026 3 Dec 2026 ECDSA 256 ECDSA-SHA256 a6985204ed51ae050e7738aa6be668e9
SANs: caseyjhand.com, *.caseyjhand.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC secure

Validation of courtlistener.caseyjhand.com. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
caseyjhand.com. present 2371 13 Verified
courtlistener.caseyjhand.com. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
x-content-type-options nosniff

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://courtlistener.caseyjhand.com/mcp Verified 200
http (plaintext) http://courtlistener.caseyjhand.com/mcp HTTPS enforced 301 https://courtlistener.caseyjhand.com/mcp
MCP tools · 14 exposed · ~4,389 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
courtlistener_get_citations ~382

Retrieve the citation network for an opinion cluster. Supports two directions: "cited_by" (opinions that cite this one — measures precedential influence) and "citing" (opinions this one cites — reveals the authority chain relied on). This is the primary tool for tracing legal precedent chains. Note: the free tier supports shallow traversal — following 1–2 hops of a single case is practical; deep multi-hop analysis burns through the daily budget quickly.

NameTypeReqDescription
cluster_idintegeryesOpinion cluster ID to retrieve citations for. Obtain from courtlistener_search_opinions or courtlistener_lookup_citation.
courtstringFilter results to a specific court (e.g., "scotus", "ca9"). Applies to both directions.
cursorstringPagination cursor from a previous response's next_cursor field.
directionstring"cited_by" (default): opinions that cite this one — measures precedential influence and downstream adoption. "citing": opinions this one cites — reveals the authority chain the court relied on.
filed_afterstringLimit to citations filed after this date (ISO 8601). For "cited_by", useful for "how has this precedent been applied recently?"
page_sizeintegerNumber of results to request (default 20). For direction="cited_by", CourtListener enforces a minimum of 20 results per page regardless of the value passed — you will always receive at least 20 resul…
NameTypeReqDescription
directionstringDirection of the citation relationship returned.
errorobjectPresent when the call failed. Absent on success.
next_cursorPagination cursor for the next page; null when no more results.
noticestringContext when no citations are returned — either that this page had no match under the filters and more pages remain, or a recovery hint echoing direction and filters.
resultsarrayRelated opinions in the citation network.
source_case_namestringCase name for the source cluster.
source_cluster_idnumberThe cluster ID this citation network is for.
totalCountnumberTotal citations in the requested direction. For "cited_by" it counts matching clusters with the court and filed_after filters applied. For "citing" it counts the distinct opinions this case cites, be…

No examples provided.

courtlistener_get_docket ~203

Fetch full docket metadata and entry list for a single federal case by docket ID. Returns all available docket entries with document availability status. Documents with is_available=true have a RECAP-stored copy; others require a PACER account. Obtain docket IDs from courtlistener_search_dockets or from opinion results.

NameTypeReqDescription
docket_idintegeryesDocket ID from a search result's docket_id field or from an opinion cluster result.
entries_pageintegerPage of docket entries to fetch (1-indexed). Docket entries are page-paginated at 20 per page; pass the next_cursor from a previous response here to page through large cases.
entries_page_sizeintegerRequested docket entries per page. NOTE: CourtListener ignores this value — /docket-entries/ always returns a fixed 20-entry page regardless of what is passed. Use entries_page to reach entries beyon…
NameTypeReqDescription
assigned_toAssigned judge name; null if not recorded.
case_namestringShort case name.
case_name_fullstringFull case name.
causestringLegal cause of action.
courtstringCourt display name for major federal courts; the court identifier otherwise.
court_idstringCourt identifier — the stable value for filtering.
date_filedstringDate the case was filed.
date_terminatedDate the case was terminated; null if active.
docket_idnumberDocket ID.
docket_numberstringDocket number.
entriesarrayDocket entries for this page (fixed at 20 per page; entries_page_size is not honored by upstream).
entries_pagenumberCurrent entries page number (1-indexed).
errorobjectPresent when the call failed. Absent on success.
jurisdiction_typestringJurisdiction type.
jury_demandstringJury demand status.
next_cursorNext page number to pass as the `entries_page` argument (docket entries are page-paginated); null when this is the last page.
pacer_case_idPACER case ID; null if not in RECAP.
referred_toReferred judge name; null if not recorded.
total_entriesnumberTotal number of docket entries available — may exceed the returned entries list.

No examples provided.

courtlistener_get_financial_disclosure ~258

Fetch a single judicial financial disclosure by ID with its parsed line-item rows — investments, debts, positions, reimbursements, non-investment and spouse income, agreements, and gifts. This is the itemized companion to courtlistener_search_financial_disclosures (which returns only category counts). Pass categories:[...] to select specific categories; omit for all. Coded value/income columns are decoded to readable dollar ranges. When the full itemization is too large to inline, the response lists each category as a retrievable section by byte size while keeping the filing metadata and counts — re-call with categories:[...] to pull specific categories in full. Obtain disclosure IDs from courtlistener_search_financial_disclosures (the disclosure_id field).

NameTypeReqDescription
categoriesarrayLine-item categories to return in full: investments, debts, positions, reimbursements, non_investment_incomes, spouse_incomes, agreements, gifts. Omit for all categories (or an outline if they overfl…
disclosure_idintegeryesFinancial disclosure ID — the disclosure_id field from a courtlistener_search_financial_disclosures result.
NameTypeReqDescription
agreementsarrayContinuing agreements.
countsobjectCount of line items in each disclosure category.
debtsarrayDebts and liabilities.
disclosure_idnumberFinancial disclosure ID.
errorobjectPresent when the call failed. Absent on success.
giftsarrayReported gifts.
has_been_extractedbooleanTrue if line items were parsed from the PDF; category arrays are empty when false.
investmentsarrayInvestment holdings.
is_amendedbooleanTrue if this filing is an amendment.
kindstring'full' returns the requested category rows; 'outline' lists each category as a retrievable section (by byte size) when the itemization overflows the inline budget. Filing metadata and counts are pres…
non_investment_incomesarrayNon-investment income sources.
page_countPage count of the source filing; null if not recorded.
pdf_urlURL to the source disclosure PDF; null if unavailable.
person_idPerson ID of the filer — pass to courtlistener_get_judge; null if absent.
positionsarrayOutside positions.
reimbursementsarrayReimbursements.
report_typestringReport type (Nomination, Initial, Annual, Final, or Unknown).
retrieval_noticestringHow to re-call the tool for specific categories when the itemization overflows.
sectionsarrayRetrievable categories, largest first — pass names to `categories` on a re-call.
spouse_incomesarraySpouse income sources.
yearnumberFiling year.

No examples provided.

courtlistener_get_judge ~112

Fetch full biographical profile for a single judge: positions on record — judicial appointments across all courts plus non-judicial roles — education, political affiliations, and ABA ratings. The position list is paginated upstream and walked under a page bound; the response reports whether it was truncated. Obtain person IDs from courtlistener_search_judges results.

NameTypeReqDescription
person_idintegeryesJudge person ID from a search result's person_id field. Identifies a specific judge across all courts they have served on.
NameTypeReqDescription
aba_ratingsarrayABA qualification ratings, expanded to readable labels (e.g., "Well Qualified").
dobDate of birth as CourtListener stores it, always full ISO 8601 — but the month and day are placeholders unless dob_granularity is "day". Read dob_granularity before presenting this as an exact date.…
dob_cityCity of birth; null if not recorded.
dob_granularityPrecision actually recorded for dob: "year", "month", or "day". Null when CourtListener recorded no precision. An unrecognized upstream value passes through unchanged.
dob_stateState of birth; null if not recorded.
dodDate of death as CourtListener stores it, always full ISO 8601 — precision qualified by dod_granularity, as with dob. Null if living or not recorded.
dod_granularityPrecision actually recorded for dod: "year", "month", or "day". Null when CourtListener recorded no precision.
educationarrayEducational history.
errorobjectPresent when the call failed. Absent on success.
fjc_idFederal Judicial Center ID for cross-referencing with FJC data; null if not available.
genderstringGender.
namestringFull name.
noticestringPresent only when positions[] was truncated: what was withheld.
person_idnumberPerson ID.
political_affiliationsarrayPolitical affiliation history.
positionsarrayPositions on record, across all courts — judicial appointments plus non-judicial roles (private practice, prosecutor, professor), which carry no court and describe themselves in job_title. CourtListe…
positionsShownnumberNumber of position records returned.
truncatedbooleanTrue when the bounded /positions/ page walk stopped with pages outstanding — positions[] is then a prefix of the person's record, not the whole of it. False when the walk reached the end.

No examples provided.

courtlistener_get_opinion ~239

Fetch the full text and metadata for a single opinion cluster by cluster ID. A cluster groups all opinions filed in a case — majority, concurrence, dissent, and per curiam. Returns the cluster metadata (case name, court, citations, dates) plus every opinion variant with HTML and plain text. When the combined opinion text is too large to inline, the response lists each variant as a retrievable section (opinion_<id>) while keeping the cheap cluster metadata — re-call with sections:[...] to pull specific variants in full. Obtain cluster IDs from courtlistener_search_opinions, courtlistener_lookup_citation, or docket results.

NameTypeReqDescription
cluster_idintegeryesOpinion cluster ID — identifies a case decision and groups all opinion variants (majority, concurrence, dissent). Obtain from courtlistener_search_opinions, courtlistener_lookup_citation, or from doc…
sectionsarrayOpinion variant identifiers to retrieve in full, from a prior outline response (e.g. ["opinion_12345"]). Omit to return all variants, or an outline if they overflow the inline byte budget.
NameTypeReqDescription
case_namestringShort case name.
case_name_fullstringFull case name with parties.
citationsarrayAll known citation strings for this case.
cite_countnumberTotal number of citations from other opinions.
cluster_idnumberOpinion cluster ID.
courtstringCourt display name.
court_idstringCourt identifier.
date_filedstringDate the opinion was filed.
docket_idnumberAssociated docket ID.
docket_numberstringDocket number.
errorobjectPresent when the call failed. Absent on success.
judgesstringJudge names.
kindstring'full' returns the opinion variants (all, or a selected subset); 'outline' lists each variant as a retrievable section (opinion_<id>) when the opinions overflow the inline byte budget. Cluster metada…
opinionsarrayAll opinion variants within this cluster. Present in full mode; omitted in outline mode — re-call with sections:["opinion_<id>"] to retrieve specific variants.
posturestringProcedural posture (may be empty).
precedential_statusstringPublication/precedential status.
retrieval_noticestringHow to re-call the tool for specific opinion variants when the opinions overflow.
sectionsarrayRetrievable opinion variants, largest first — pass names to `sections` on a re-call.
syllabusstringSyllabus text (may be empty).

No examples provided.

courtlistener_get_oral_argument ~218

Fetch the full detail record for a single oral argument audio recording by its ID (the audio_id from courtlistener_search_oral_arguments). Returns the case name, panel judge IDs, duration, MP3 download URL, linked docket, and the speech-to-text transcript when transcription has completed. A long transcript is withheld and listed as a retrievable section instead; re-call with sections:["transcript"] to pull it. Every other field is present either way. The argument date is not on this record — it comes from the search result or the linked docket.

NameTypeReqDescription
idintegeryesAudio recording ID — the audio_id field from a courtlistener_search_oral_arguments result.
sectionsarraySection identifiers to retrieve, from a prior outline response — ["transcript"] is the only one that adds anything, since every other field is returned regardless. A selection that omits "transcript"…
NameTypeReqDescription
case_namestringCase name.
case_name_fullstringFull case name with parties.
docket_idnumberAssociated docket ID; 0 if not linked.
download_urlDirect MP3 download URL; null if not available.
duration_secondsnumberRecording duration in seconds.
errorobjectPresent when the call failed. Absent on success.
has_transcriptbooleanTrue if a speech-to-text transcript is available.
judgesstringFree-text judge names; often empty on this endpoint.
kindstring'full' carries the transcript inline; 'outline' withholds it and lists it as a retrievable section because it overflows the inline byte budget. Every other field of the record is present either way.
oral_argument_idnumberAudio recording ID.
panel_idsarrayPerson IDs of panel judges — pass to courtlistener_get_judge.
retrieval_noticestringHow to re-call the tool for the transcript when it overflows the inline budget.
sectionsarraySections withheld from this response — only ever `transcript`; pass its name to `sections` on a re-call. Absent when nothing was withheld.
transcriptstringSpeech-to-text transcript; empty string if transcription has not completed. The only field an outline response withholds — re-call with sections:["transcript"] to retrieve it.

No examples provided.

courtlistener_get_parties ~247

Fetch all parties and attorneys of record for a RECAP federal docket by docket ID. Returns each party's name, role (Plaintiff, Defendant, Petitioner, Respondent, etc.), and their attorneys with contact information, scoped to this docket. Costs two upstream requests per call (parties + attorney lookup) against a rate-limited free tier, and one more for each extra page of a large attorney roster. Obtain docket IDs from courtlistener_search_dockets or courtlistener_get_docket.

NameTypeReqDescription
cursorstringPagination cursor from a previous response's next_cursor field. Omit for the first page. This is an opaque token, not a page number — CourtListener cursor-paginates this endpoint, so a numeric value…
docket_idintegeryesDocket ID from a courtlistener_search_dockets or courtlistener_get_docket result's docket_id field.
page_sizeintegerRequested number of parties per page (1–10). CourtListener paginates this endpoint at a fixed size and does not honor the requested value, so a page can come back larger than asked for.
NameTypeReqDescription
docket_idnumberDocket ID these parties belong to.
errorobjectPresent when the call failed. Absent on success.
next_cursorOpaque pagination cursor for the next page — pass it back as the `cursor` argument; null when this is the last page.
partiesarrayParties on this page.
totalCountnumberTotal parties on this docket across all pages — this endpoint reports its count as a URL rather than a number, so the total is only derivable when the first page is also the last, and is absent for a…
total_partiesTotal parties on this docket across all pages; null when no total is derivable — CourtListener serves the count as a URL rather than a number here, so it is only known when the first page is also the…

No examples provided.

courtlistener_lookup_citation ~400

Resolve legal citations (e.g., "410 U.S. 113", "93 S. Ct. 705") to opinion cluster IDs and case metadata. Enables workflows that start from a known citation rather than a search query. CourtListener extracts every citation it finds in the submitted text, so passing a passage returns one entry per citation, each with its own resolution status — an unresolved or ambiguous citation is reported in the results, not raised as an error. Supports standard US reporter formats. Costs one request against CourtListener's per-citation quota, plus one ordinary request per distinct docket whose court is resolved — max_court_lookups bounds that second half (default 4, set 0 to skip court resolution entirely). CourtListener meters this endpoint by citations submitted rather than by call, so a long passage spends proportionally more of that quota. Requires authentication — uses the CourtListener /citation-lookup/ endpoint.

NameTypeReqDescription
citationstringyesText to extract citations from — normally a single citation (e.g., "410 U.S. 113", "347 U.S. 483", "93 S. Ct. 705"), but any passage works and every citation in it is resolved. Supports standard repo…
max_court_lookupsintegerHow many distinct dockets this call may spend a request on to resolve cluster courts. The lookup itself is metered separately by CourtListener (per citation submitted), so this budget is drawn entire…
NameTypeReqDescription
errorobjectPresent when the call failed. Absent on success.
matchesarrayOne entry per citation CourtListener extracted from the input, in the order they appear.
noticestringCaveats on this result: a recovery hint when no citation in the input resolved to a case, and counts of the clusters whose court went unresolved — split by whether the per-call docket budget ran out…
queriedCitationstringThe citation string that was looked up.

No examples provided.

courtlistener_lookup_courts ~676

List courts with optional filtering by jurisdiction type, active/inactive status, and scraper coverage. Primarily used to discover court IDs for use in search and filter parameters across all other courtlistener tools. Defaults to the active bench — the courts CourtListener still scrapes; pass status:'inactive' for historical courts or status:'any' for every court. A bundled snapshot returns the complete list of matching court IDs without paging whenever the filtered set fits the response budget, which covers the default bench and every jurisdiction filter. Full court records — names, citation strings, scraper status — come live from CourtListener at a fixed 20 rows per page, so pull those only when a court ID alone is not enough.

NameTypeReqDescription
has_opinion_scraperbooleanFilter to courts with active opinion scraping. Useful when planning search queries — courts without scrapers have sparse coverage.
jurisdictionstringJurisdiction type — CourtListener's own court classification, one code per court: F=Federal Appellate, FD=Federal District, FB=Federal Bankruptcy, FBP=Federal Bankruptcy Panel, FS=Federal Special, S=…
pageintegerPage number (1-indexed). CourtListener serves /courts/ at a fixed 20 rows per page and ignores any requested page size, so the number of pages is the enrichment totalCount divided by 20 — there is no…
statusstringWhich bench to return. 'active' (default) returns only courts CourtListener currently scrapes; 'inactive' returns only the historical and defunct courts it no longer scrapes; 'any' returns both. The…
NameTypeReqDescription
all_matching_court_idsarrayEvery court id matching the same filters, from a snapshot of /courts/ bundled with this server (taken 2026-07-30) — the complete set, not just this page, and free of any request. Paging `courts` is o…
all_matching_court_ids_completebooleanTrue when all_matching_court_ids holds every matching court id. False when more than 1000 courts match: the list is withheld whole rather than truncated, and the notice gives the count and how to nar…
courtsarrayMatching courts on this page.
errorobjectPresent when the call failed. Absent on success.
next_cursorNext page number to pass as the `page` argument (this list is page-paginated at a fixed 20 rows/page); null when this is the last page — a non-null value means the courts shown are a partial view of…
noticestringRecovery hint when no courts match the applied filters.
pagenumberCurrent page number (1-indexed).
totalCountnumberTotal courts returned.

No examples provided.

courtlistener_search_dockets ~327

Search RECAP federal court dockets. Query terms match case name, docket number, party, and attorney names; filters narrow by party name, court, and filing date. RECAP is a crowd-sourced mirror of PACER (the federal court filing system) — coverage varies by court and date. Returns docket metadata with the parties, attorneys, and firms of record, plus up to 3 sample document entries per docket. Use courtlistener_lookup_courts to find court IDs.

NameTypeReqDescription
courtstringFilter to a specific federal court ID (e.g., "dnd", "cacd", "deb" for Delaware Bankruptcy). Use courtlistener_lookup_courts to find court IDs.
cursorstringPagination cursor from a previous response's next_cursor field.
filed_afterstringEarliest case filing date (ISO 8601).
filed_beforestringLatest case filing date (ISO 8601).
page_sizeintegerNumber of results to request (default 20). CourtListener search enforces a minimum of 20 results per page regardless of the value passed — you will always receive at least 20 results.
party_namestringFilter to dockets listing a specific party by name — applied in addition to (AND with) the q query. More precise than including party names in q when the party name is known.
qstringyesQuery terms matched against case name, docket number, party names, and attorney names. Example: "Apple Inc patent infringement".
NameTypeReqDescription
coverage_notestringNote about RECAP coverage limitations.
errorobjectPresent when the call failed. Absent on success.
next_cursorPagination cursor for the next page; null when no more results.
noticestringRecovery hint when results are empty — echoes filters and suggests how to broaden.
resultsarrayMatching docket records.
totalCountnumberTotal matching dockets.

No examples provided.

courtlistener_search_financial_disclosures ~354

Search federal judicial financial disclosure filings — the annual reports judges file on investments, gifts, debts, outside positions, and income. Filter by judge (person ID from courtlistener_search_judges) and/or filing year; the year filter is applied to the fetched page only (CourtListener has no server-side year filter), so page through with cursor to reach a judge's filings for a year that fall on later pages. Returns per-filing metadata, category counts, itemized gifts, and a link to the source PDF. Line-item investments (often hundreds per filing, with coded values) are summarized as counts; the linked PDF carries the full itemization. Use this for judicial-ethics and recusal research after identifying a judge's person ID.

NameTypeReqDescription
cursorstringPagination cursor from a previous response's next_cursor field.
judge_idintegerPerson ID of the judge whose disclosures to return — obtain from courtlistener_search_judges (the person_id field). Omit to browse across all filers.
page_sizeintegerNumber of filings to request (default 20). CourtListener enforces a minimum of 20 results per page regardless of the value passed — you will always receive at least 20 filings.
yearintegerFiling year to filter by (e.g., 2022). Applied client-side to the fetched page only — CourtListener rejects a server-side year param, so filings for this year on later pages are not included. When a…
NameTypeReqDescription
errorobjectPresent when the call failed. Absent on success.
next_cursorPagination cursor for the next page; null when no more results.
noticestringRecovery hint when no filings are found — echoes filters and suggests next steps.
resultsarrayMatching financial disclosure filings.
totalCountnumberTotal matching disclosure filings — present only when the API reports a numeric count (this endpoint returns it as a URL by default, so it is usually absent).

No examples provided.

courtlistener_search_judges ~266

Search judge/person records by name, appointing president, court, political affiliation, or demographic. Returns biographical data, current position, and appointment summary. Use courtlistener_get_judge for full appointment history and education records.

NameTypeReqDescription
appointerstringFilter by appointing president's last name (e.g., "Obama", "Trump", "Biden"). Matches against the appointer field in position records.
courtstringFilter to judges who have held a position at this court (e.g., "scotus", "ca9"). Use court_id strings from courtlistener_lookup_courts.
cursorstringPagination cursor from a previous response's next_cursor field.
page_sizeintegerNumber of results to request (default 20). CourtListener search enforces a minimum of 20 results per page regardless of the value passed.
political_affiliationstringFilter by political affiliation: d=Democrat, r=Republican, i=Independent, l=Libertarian, g=Green Party, u=Unknown/unconfirmed. Based on party of the appointing president or election affiliation.
qstringyesSearch query — judge name, court, city, or relevant keywords.
NameTypeReqDescription
errorobjectPresent when the call failed. Absent on success.
next_cursorPagination cursor for the next page; null when no more results.
noticestringRecovery hint when results are empty — echoes filters and suggests how to broaden.
resultsarrayMatching judge records.
totalCountnumberTotal matching judge records.

No examples provided.

courtlistener_search_opinions ~478

Full-text search across 9M+ written US court opinions with field-level filtering. Returns opinion cluster summaries with case metadata, citations, matched text snippets, and the individual opinion variants filed in each case. Supports CourtListener field syntax (caseName:"roe v wade", court_id:scotus, judge:"Alito") and boolean operators (AND, OR, NOT). Use courtlistener_lookup_courts to find court IDs. CourtListener publishes free-tier limits of 5 req/min, 50/hr, 125/day; actual limits vary by token tier.

NameTypeReqDescription
courtstringFilter to a specific court by court ID (e.g., "scotus", "ca9", "nyed"). Use courtlistener_lookup_courts to find court IDs.
cursorstringPagination cursor from a previous response's next_cursor field. Omit for the first page.
filed_afterstringEarliest filing date (ISO 8601, e.g., "2020-01-01"). Narrows search to opinions filed on or after this date.
filed_beforestringLatest filing date (ISO 8601). Narrows search to opinions filed before or on this date.
order_bystringResult ordering. "score desc" (default) ranks by relevance. "citeCount desc" surfaces most-cited opinions first.
page_sizeintegerNumber of results to request (default 20). CourtListener search enforces a minimum of 20 results per page regardless of the value passed — you will always receive at least 20 results. Each search cos…
qstringyesFull-text query. Supports field syntax (caseName:"roe v wade", court_id:scotus, judge:"Alito") and boolean operators (AND, OR, NOT). Use plain English for semantic-style queries or legal citations.
statusstringOpinion publication status. "Published": precedential. "Unpublished": not citable as precedent in most jurisdictions. "Errata": corrections. "Separate": separate opinion filed outside main cluster. "…
NameTypeReqDescription
effectiveQuerystringQuery terms sent to CourtListener.
errorobjectPresent when the call failed. Absent on success.
next_cursorPagination cursor for the next page; null when no more results.
noticestringRecovery hint when results are empty — echoes filters and suggests how to broaden.
resultsarrayMatching opinion cluster summaries.
totalCountnumberTotal matching opinions in the corpus.

No examples provided.

courtlistener_search_oral_arguments ~229

Search appellate oral argument audio recordings — the largest public collection of oral argument audio. Returns recording metadata with two direct MP3 links per result (download_url at the originating court, local_path for CourtListener's durable copy), panel judge IDs, and transcript snippets where available. Panel judge IDs can be passed to courtlistener_get_judge for biographical context.

NameTypeReqDescription
argued_afterstringEarliest date the case was argued (ISO 8601) — filters by argument date, not publication date.
argued_beforestringLatest date the case was argued (ISO 8601).
courtstringFilter to a specific court (e.g., "scotus", "ca9").
cursorstringPagination cursor from a previous response's next_cursor field.
page_sizeintegerNumber of results to request (default 20). CourtListener search enforces a minimum of 20 results per page regardless of the value passed.
qstringyesQuery terms matched against case name and transcribed argument text (where available).
NameTypeReqDescription
errorobjectPresent when the call failed. Absent on success.
next_cursorPagination cursor for the next page; null when no more results.
noticestringRecovery hint when results are empty — echoes filters and suggests how to broaden.
resultsarrayMatching oral argument recordings.
totalCountnumberTotal matching oral argument recordings.

No examples provided.

Common questions

What is the io.github.cyanheads/courtlistener-mcp-server server?

io.github.cyanheads/courtlistener-mcp-server is listed in the public MCP registry as io.github.cyanheads/courtlistener-mcp-server. Search US court opinions, federal dockets, judges, citations, and oral arguments via CourtListener. This page covers its hosted endpoint (https://courtlistener.caseyjhand.com/mcp).

Is the io.github.cyanheads/courtlistener-mcp-server server safe to use?

io.github.cyanheads/courtlistener-mcp-server scores 82 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.cyanheads/courtlistener-mcp-server server expose?

io.github.cyanheads/courtlistener-mcp-server exposes 14 tools: courtlistener_search_opinions, courtlistener_get_opinion, courtlistener_get_citations, courtlistener_lookup_citation, courtlistener_search_dockets, and 9 more. Their descriptions and schemas cost roughly 4,389 tokens of context every time the server is loaded.

Does the io.github.cyanheads/courtlistener-mcp-server server require authentication?

No. We connected to io.github.cyanheads/courtlistener-mcp-server without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the io.github.cyanheads/courtlistener-mcp-server server still maintained?

io.github.cyanheads/courtlistener-mcp-server is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.