US Legal Case Search
Official3 toolsby memoryapi
US legal case search: court decisions and company litigation history
Search US court decisions and company litigation history.
Captured live from the server via tools/list.
search_cases
Search federal court opinions and cases via CourtListener / RECAP Archive. Filter by court, date, and case type.
Parameters (5)
- qstringrequired
Search query (case name, topic, parties, etc.)
- courtstring
Court ID (e.g. ca9, scotus, dcd, nyed)
- date_afterstring
Filter cases filed after date (YYYY-MM-DD)
- typestring
Result type: o=opinions (default)
- limitnumber
Number of results (max 20)
get_case
Get detailed information about a specific court case/docket by docket ID or case name search.
Parameters (3)
- docket_idstring
CourtListener docket ID
- case_namestring
Case name to search for (e.g. "Roe v Wade")
- courtstring
Court ID to narrow case name search
get_company_cases
Find all federal court cases involving a specific company. Returns opinions, dockets, and case summaries.
Parameters (4)
- companystringrequired
Company name (e.g. "Apple Inc", "Goldman Sachs")
- courtstring
Limit to specific court (e.g. ca9, scotus)
- date_afterstring
Only cases filed after date (YYYY-MM-DD)
- limitnumber
Number of results (max 20)
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://legal.memoryapi.org/mcpclaude_desktop_config.json
{
"mcpServers": {
"legal": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://legal.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.