# Case Law Search

Search 9M+ court opinions and federal dockets.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add alexandria-shai-eden/caselaw

# Browse available tools
npx -y @smithery/cli@latest tool list alexandria-shai-eden/caselaw

# Get full schema for a tool
npx -y @smithery/cli@latest tool get alexandria-shai-eden/caselaw search_case_law

# Call a tool
npx -y @smithery/cli@latest tool call alexandria-shai-eden/caselaw search_case_law '{}'
```

## Direct MCP Connection

Endpoint: `https://caselaw--alexandria-shai-eden.run.tools`

## Tools (4)

- `search_case_law` — Search court opinions by keyword. Returns case names, citations, courts, and dates.
- `get_opinion` — Get the full text of a court opinion by CourtListener cluster ID.
- `search_dockets` — Search federal court dockets (RECAP archive) for active litigation.
- `insurance_precedent` — Find influential insurance litigation precedent on a specific topic.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get alexandria-shai-eden/caselaw <tool-name>
```
