§ AI Court Orders

An API & MCP server for LLMs · AI in legal filings

Every order where AI met the bench.

A machine-readable record of 929 U.S. court orders and opinions on AI use in legal filings — sanctions for hallucinated citations, AI standing orders, disclosure rules, and state-bar ethics opinions. Built for LLMs and coding agents: query it as tools and read the full text of each order, not just a summary.

This is a tool surface for AI assistants. The chat is a courtesy demo (funded, rate-limited). Browsing as a human? Open the visual Explorer ↗ in the top bar.

929
orders & opinions
297
attorney sanctions
631
with full text
2023–2026
date range

Connect your own LLM

This is the main event — point your assistant at the tools. Pick your client and follow the steps: copy the URL, paste it in, done.

MCP

Claude (Desktop & claude.ai)

Open connector settings
  1. Open Settings → Connectors (claude.ai or the Claude desktop app), then click Add custom connector.
  2. Paste this MCP server URL and save:
  3. Start a chat and ask, e.g. “Which judges sanctioned attorneys for hallucinated AI citations?” Claude will call the dataset tools automatically.
OpenAPI

ChatGPT (custom GPT Actions)

Open the GPT editor
  1. In the GPT editor, go to Configure → Actions → Create new action (requires a paid ChatGPT plan).
  2. Choose Import from URL and paste this OpenAPI spec:
  3. Save. The GPT can now query the dataset — ask it about AI court orders in plain English.
REST

Any LLM or code

About MCP
  1. Hand the OpenAPI spec to your function-calling loop:
  2. Or call the JSON endpoints directly — try it now:
  3. Read a full order with /api/text/{id}. Full endpoint reference is below.

REST endpoints

Read-only JSON. Click any line to copy.

AI Court Orders · read-only dataset APIChat · Explorer · OpenAPI · MCP