# Gov Court Records

> Search US federal court opinions, dockets, and judges via CourtListener through an MCP server.

- Skill: `martc03/gov-court-records` (Agent Skill)
- Install (CLI): `npx skillmds add martc03/gov-court-records`
- Raw SKILL.md: https://api.skillmd.com/api/skills/martc03/gov-court-records/raw
- Safety review: CAUTION (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search, Web Research
- Tags: Court Records, Courtlistener, Federal Courts, Legal Research, Mcp, Pacer
- Author: martc03 (https://skillmd.com/u/martc03)
- Updated: 2026-08-22
- Page: https://skillmd.com/skills/martc03/gov-court-records

---


# US Court Records

Search federal court opinions, dockets, and judges from CourtListener.

## Setup

```bash
mcporter add gov-courts --url https://court-records-mcp.apify.actor/mcp --transport streamable-http
```

Or add to your OpenClaw MCP config (`~/.openclaw/mcp.json`):

```json
{
  "servers": {
    "gov-courts": {
      "url": "https://court-records-mcp.apify.actor/mcp",
      "transport": "streamable-http"
    }
  }
}
```

## Available Tools

### `court_search_opinions`
Search US court opinions and case law by keyword, court, and date range.

```
Search for Supreme Court opinions on patent law
Find recent appellate decisions on data privacy
```

Parameters: `query` (required), `court`, `dateAfter` (YYYY-MM-DD), `dateBefore`, `limit`

### `court_search_dockets`
Search court dockets and case filings.

```
Search dockets for Google antitrust case
Find recent patent infringement filings
```

Parameters: `query` (required), `court`, `dateAfter` (YYYY-MM-DD), `dateBefore`, `limit`

### `court_search_judges`
Search judges in the US court system.

```
Search for judges in the 9th Circuit
Look up Judge Smith
```

Parameters: `query` (required), `court`, `limit`

## Data Sources

- **CourtListener** — Free Law Project (court opinions, dockets, judges)
- **PACER** — Public Access to Court Electronic Records

## Use Cases

- Legal research and case law analysis
- Litigation tracking
- Judicial background research
- Regulatory compliance research

All data from free public APIs. Zero cost. No API keys required.

