Ai Incident Db
io.github.pipeworx-io/ai-incident-db
Documentation
@pipeworx/ai-incident-db
AI Incident Database (AIID) MCP — curated database of AI-caused or AI-related real-world harms. Maintained by the Responsible AI Collaborative. No auth.
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
Tools
search_incidents(query?, start_date?, end_date?, limit?, offset?)— search incidentsget_incident(incident_id)— full incident with linked reportslist_recent(limit?)— most recent incidentslist_taxonomies()— taxonomies used to classify incidents (CSET-AIID, GMF, etc.)
Data source
https://incidentdatabase.ai/api/ — public REST. Underlying data also browseable at https://incidentdatabase.ai/.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"ai-incident-db": {
"url": "https://gateway.pipeworx.io/ai-incident-db/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Ai Incident Db data" })
The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
