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
Open connector settingsClaude (Desktop & claude.ai)
- Open Settings → Connectors (claude.ai or the Claude desktop app), then click Add custom connector.
- Paste this MCP server URL and save:
- Start a chat and ask, e.g. “Which judges sanctioned attorneys for hallucinated AI citations?” Claude will call the dataset tools automatically.
OpenAPI
Open the GPT editorChatGPT (custom GPT Actions)
- In the GPT editor, go to Configure → Actions → Create new action (requires a paid ChatGPT plan).
- Choose Import from URL and paste this OpenAPI spec:
- Save. The GPT can now query the dataset — ask it about AI court orders in plain English.
REST
About MCPAny LLM or code
- Hand the OpenAPI spec to your function-calling loop:
- Or call the JSON endpoints directly — try it now:
- Read a full order with
/api/text/{id}. Full endpoint reference is below.
REST endpoints
Read-only JSON. Click any line to copy.