Gives you eight MCP tools to query a curated corpus of public AI incidents that turned into lawsuits, regulatory actions, or enforcement proceedings. You can search by case attributes, filter by jurisdiction or authority, pull individual records, and get staleness reports showing which entries need re-verification. The dataset ships under CC BY 4.0 and maps to Obligation First bindings, so you can cross-reference incidents against EveryAILaw's regulatory graph. Runs as a zero-dependency stdio server via npx. Reach for this when you're building compliance workflows, tracking AI governance precedent, or need structured access to scattered docket records without scraping courthouses yourself.
When an AI system causes harm, the legal and regulatory fallout ends up scattered across dockets, tribunal orders, and agency actions with no common index. AI Incident Law is an open, searchable corpus of those public matters, queryable by both humans and agents.
It ships as a standalone, dependency-free single-page application over a curated dataset of public matters involving AI-related incidents, failures, and resulting legal or regulatory action.
Compliance teams, legal counsel, AI governance leads, and researchers tracking how AI failures turn into legal and regulatory action.
AI incidents and their legal consequences are scattered across public records with no structured, searchable index. AI Incident Law is an open corpus of public AI-related matters, queryable by humans and agents.
Configure your MCP-aware agent client (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"ai-incident-law": {
"command": "npx",
"args": ["-y", "ai-incident-law"]
}
}
}
This pulls the ai-incident-law npm package on first run and exposes eight tools for querying the corpus by case attributes, anchored obligations, and verification freshness. See docs/legal-graph.html for a cross-graph example pairing this with the EveryAILaw MCP.
AI Incident Law is one component of the PAICE legal graph (with EveryAILaw, PubLedge, and Obligation First). It is intentionally open: code under MIT, dataset under CC BY 4.0, commercial use permitted with attribution. The open siblings are funded by EveryAILaw Pro, the graph's single restricted layer; openness here is a deliberate PBC-charter choice. The canonical model is in the PAICE Foundation INTENT. Attribution: "AI Incident Law, PAICE.work PBC, CC BY 4.0".
index.html is the application shell.styles.css is the local stylesheet.app.js handles local search, filtering, and rendering.data/data.json is the canonical dataset for maintainers.data.js is a generated browser bundle consumed by index.html.api/v1/of/ contains the generated Obligation-First binding for included public matters.mcp.json configures the local read-only MCP stdio server..well-known/mcp.json advertises public MCP and static query endpoints.agents.json and robots.txt advertise agent-facing discovery metadata.scripts/mcp-server.js exposes query tools for MCP clients.scripts/build-data.mjs normalizes source data and regenerates data.js.scripts/build-obligation-first.mjs generates Obligation-First authorities, proceedings, allegations, and determinations.scripts/validate-data.mjs validates record shape, duplicate identifiers, and URL conventions.The shipped app still has no runtime dependencies:
The footer displays the dataset freshness date from generated_at in the canonical JSON bundle. generated_at is derived automatically at build time from the newest record last_verified_date / last_checked_date, so the public freshness stamp tracks the data and never lags behind it.
Open index.html directly in a browser or host the folder on any static file server. Public-record links are outbound links and load only when selected.
The repo uses Node.js only for maintainer tooling. There are no install-time dependencies.
npm run build:data
npm run build:of
npm run validate:data
npm run test:url-policy
npm run eval:url-policy
npm run test:mcp
npm run test:discovery
Or run the combined build and check:
npm run build
npm run check
To see which records are overdue for re-verification:
npm run report:staleness
To preview over a local static server:
npm run serve
Then open the local server in your browser.
data/data.json is the source of truth.data.js is generated and should not be edited by hand.generated_at is derived by the build from the newest record last_verified_date / last_checked_date; do not hand-edit it. Validation fails if it lags behind the newest record date.https:// bare domains during the build step.public_record_link must contain exactly one primary URL.secondary_source_links and best_available_sources are semicolon-delimited URL lists.https://, leading www. is stripped, surrounding whitespace is trimmed, and the URL parser serializes the final value.of:Proceeding, of:Allegation, and, when no longer pending, of:Determination records.review and global records are editorial queues and are not exported to Obligation-First.AI Incident Law includes a zero-dependency, read-only MCP stdio server for local agent queries:
node scripts/mcp-server.js
MCP clients can use mcp.json. The public site advertises static discovery at https://aiincidentlaw.org/.well-known/mcp.json.
Advertised tools:
list_datasetslist_recordsget_recordsearch_recordslist_authoritiesget_authorityget_obligation_first_recordget_staleness_reportindex.html, styles.css, app.js, package.json, and scripts/.data/data.json and the generated data.js.Preferred dataset attribution:
AI Incident Law, PAICE.work PBC, CC BY 4.0.
Source project: https://aiincidentlaw.org/
If you publish an adapted version of the dataset, indicate that changes were made and retain a link to the CC BY 4.0 license:
betterdb-inc/monitor
com.mcparmory/datadog
thotischner/observability-mcp
io.github.tantiope/datadog-mcp
io.github.us-all/datadog
oaslananka/mcp-health-monitor