> ## Documentation Index
> Fetch the complete documentation index at: https://docs.courtrules.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Structured legal data for platform teams. Court rules for 20+ courts. Enforcement intelligence from 21 jurisdictions. Available via API and MCP.

Check court filings against judge-specific rules before you file. Monitor privacy enforcement actions across 21 jurisdictions as they happen. Two structured data feeds, available through REST API and MCP.

## Two data domains

### Court rules

Individual judge rules, standing orders, and filing requirements for 20+ courts and 630+ judges. Three rule layers: FRCP, Local Rules, Standing Orders. Every rule traced to its source PDF with page and section numbers.

Given a document's metadata and filing context, the API checks compliance against all three layers and returns pass/fail results citing the specific rule. [Try the quickstart](/quickstart)

### Enforcement intelligence

Privacy enforcement actions from 21 jurisdictions: FTC, HHS, and 19 state attorneys general. Each event includes entity, fine amount, violation types, laws cited, remedies, and contract search terms. Every event links to the official government source.

Search by jurisdiction, date, industry, risk level, or violation type. Available through MCP and the console. [Browse the data model](/concepts/enforcement-data)

<CardGroup cols={2}>
  <Card title="Court Rules Quickstart" icon="gavel" href="/quickstart">
    Run a compliance check in under a minute.
  </Card>

  <Card title="Enforcement Data" icon="shield-halved" href="/concepts/enforcement-data">
    Search 1,200+ enforcement actions across 21 jurisdictions.
  </Card>

  <Card title="MCP: Court Rules" icon="gavel" href="/guides/mcp-court-rules">
    Filing compliance tools via Model Context Protocol.
  </Card>

  <Card title="MCP: Enforcement" icon="shield-halved" href="/guides/mcp-enforcement">
    Enforcement data tools via Model Context Protocol.
  </Card>

  <Card title="API Reference" icon="rectangle-terminal" href="/api-reference/overview">
    Full endpoint documentation.
  </Card>
</CardGroup>

## Coverage

| Domain              | Scope                                            |
| ------------------- | ------------------------------------------------ |
| Federal courts      | 20 districts profiled, 630+ judges tracked       |
| State courts (beta) | 6 jurisdictions, 376 judges                      |
| Enforcement         | 21 jurisdictions, 1,200+ events, \$29B+ in fines |

Access to specific courts depends on your plan. Enforcement data is available through [MCP](/guides/mcp-enforcement) and the [console](https://console.courtrules.app).

## Data freshness

| Data type          | Update frequency                                                    |
| ------------------ | ------------------------------------------------------------------- |
| Enforcement events | Within 24 hours of the official government announcement             |
| FTC actions        | Within 4 hours (RSS feed)                                           |
| State AG actions   | Within 24 hours (press release pages checked daily)                 |
| HHS breach reports | Within 24 hours (breach portal checked daily)                       |
| Court rules        | Re-extracted when a judge updates their standing order or practices |
| API and MCP uptime | 99.9% target                                                        |

Enforcement events are never more than one day behind the official source. If a government agency publishes an action today, you can query it tomorrow. Court rules reflect the latest standing order published on each court's website.

## What's next

Pick your path based on what you're building:

* **Filing compliance for litigation software:** Start with the [Quickstart](/quickstart), then explore [Integration Patterns](/guides/integration-patterns)
* **Enforcement monitoring for in-house legal platforms:** Start with [MCP: Enforcement Data](/guides/mcp-enforcement), then browse [Enforcement Data](/concepts/enforcement-data)
* **AI agent integration:** See [Building with AI Agents](/guides/building-with-ai-agents)
* **Evaluating the platform?** See how the [same brief gets different results](guides/same-document-different-judge) depending on the judge
