streamable-httpupdated 5mo ago
| Tool | Description | |------|-------------| | logincident | Log a new ICT-related incident. First step in the DORA incident management proce | | classifyincident | Classify an incident against the 6 DORA criteria (RTS 2024/1772). | | majorincidentcheck | Quick check: would these criteria values classify as a MAJOR incident? | | initialnotification | Generate the 4h initial notification for a MAJOR incident (ITS 2025/302 Annex I) | | intermediatereport | Generate the 72h intermediate report for a MAJOR incident (ITS 2025/302).
What can you do with incidentoracle?
🚨 incidentOracle
DORA Execution MCP Server — 12 tools | Part of ToolOracle
Quick Connect
# Claude Desktop / Cursor / Windsurf
npx -y mcp-remote https://tooloracle.io/incident/mcp/
// claude_desktop_config.json
{
"mcpServers": {
"incidentoracle": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://tooloracle.io/incident/mcp/"]
}
}
}
Tools (12)
| Tool | Description |
|---|---|
log_incident |
Log a new ICT-related incident. First step in the DORA incident management proce |
classify_incident |
Classify an incident against the 6 DORA criteria (RTS 2024/1772). |
major_incident_check |
Quick check: would these criteria values classify as a MAJOR incident? |
initial_notification |
Generate the 4h initial notification for a MAJOR incident (ITS 2025/302 Annex I) |
intermediate_report |
Generate the 72h intermediate report for a MAJOR incident (ITS 2025/302). |
final_report |
Generate the 1-month final report with root cause analysis and lessons learned. |
deadline_tracker |
Track all active MAJOR incident reporting deadlines. Shows overdue and upcoming. |
reclassify |
Reclassify an incident (MAJOR to NON-MAJOR or vice versa). |
incident_stats |
Dashboard: total/open/major incidents, overdue deadlines, by severity/status. |
cyber_threat_notify |
Voluntary notification of a significant cyber threat (Art. 19(2)). |
incident_log |
Full incident register with filters (status, classification, severity, search). |
health_check |
Server status. |
Pricing
| Tier | Rate Limit | Price |
|---|---|---|
| Free | 10 calls/day | €0 |
| Pro | 1,000 calls/day | €99/month |
| Enterprise | Unlimited | Custom |
Note: This is a compliance oracle. Full tool access requires a Pro or Enterprise subscription. Free tier includes read-only assessment tools.
Part of ToolOracle
incidentOracle is one of 42 specialized MCP servers in the ToolOracle ecosystem — the largest collection of production-ready MCP tools for AI agents.
DORA Coverage
Related Oracles:
- FeedOracle — Evidence-grade compliance data infrastructure
- ToolOracle — 42 Oracles, 390+ MCP Tools
Links
- 🌐 Live:
https://tooloracle.io/incident/mcp/ - 📚 Docs: tooloracle.io/docs
- 🏠 Platform: tooloracle.io
Built by FeedOracle — Evidence by Design
Install
Add incidentoracle to your client. Pick the one you use.
claude mcp add --transport http incidentoracle https://tooloracle.io/incident/mcp/codex mcp add incidentoracle --url https://tooloracle.io/incident/mcp/{
"mcpServers": {
"incidentoracle": {
"url": "https://tooloracle.io/incident/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"incidentoracle": {
"type": "http",
"url": "https://tooloracle.io/incident/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"incidentoracle": {
"url": "https://tooloracle.io/incident/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"incidentoracle": {
"serverUrl": "https://tooloracle.io/incident/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
11 tools
incidentoracle exposes 11 tools to a connected agent.
- log_incident
- Log a new ICT-related incident. First step in the DORA incident management proce
- classify_incident
- Classify an incident against the 6 DORA criteria (RTS 2024/1772).
- major_incident_check
- Quick check: would these criteria values classify as a MAJOR incident?
- initial_notification
- Generate the 4h initial notification for a MAJOR incident (ITS 2025/302 Annex I)
- intermediate_report
- Generate the 72h intermediate report for a MAJOR incident (ITS 2025/302).
- final_report
- Generate the 1-month final report with root cause analysis and lessons learned.
- deadline_tracker
- Track all active MAJOR incident reporting deadlines. Shows overdue and upcoming.
- incident_stats
- Dashboard: total/open/major incidents, overdue deadlines, by severity/status.
- cyber_threat_notify
- Voluntary notification of a significant cyber threat (Art. 19(2)).
- incident_log
- Full incident register with filters (status, classification, severity, search).
- health_check
- Server status.
Score
57 / 100
Adequate
- Documentation18/25
- Maintenance13/25
- Trust6/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 148 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 11 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 7, 2026 |