# Incident Investigation Analysis AI Agent Connect

> Analyze incident data using root cause methodologies like 5-Why and Fishbone.

## Overview
- **Category:** analysis
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_BevkeAydH7PAJFZjpCTTGNZkuopHlgA5w82jsAVl/ai-agent-connect
- **Tags:** root-cause, incident-management, safety-analysis, risk-assessment, operational-resilience

## Description

This MCP server provides a structured framework for investigating incidents. It allows AI agents to organize raw incident narratives using `analyze_incident_structure`, perform deep dives with `perform_root_cause_analysis` (supporting 5-Why, Fishbone, and TapRooT), identify organizational flaws via `evaluate_management_factors`, and build actionable roadmaps with `generate_mitigation_plan`.

## Tools

### evaluate_management_factors
Investigates how organizational systems allowed the incident to occur

### generate_mitigation_plan
Produces a roadmap of actions to prevent future occurrences

### perform_root_cause_analysis
Applies specific methodologies to determine the underlying causes of the incident

### analyze_incident_structure
Organizes raw incident data into a structured format ready for deep analysis

## Prompt Examples

**Prompt:** 
```
Analyze this incident: A technician slipped on an oil leak in the main hangar.
```

**Response:** 
```
The incident summary indicates a slip hazard due to an oil leak in the main hangar, with a Medium severity level.
```

**Prompt:** 
```
Perform a 5-Why analysis for incident ID INC-101 with causal factors: 'Broken valve' and 'High pressure'.
```

**Response:** 
```
The root cause is identified as a failure in the scheduled preventative maintenance program for high-pressure valves.
```

**Prompt:** 
```
Generate a mitigation plan for the root cause: 'Lack of operator training'.
```

**Response:** 
```
Corrective Action: Implement a mandatory quarterly training certification for all operators. Target Timeline: Within 30 days.
```

## Frequently Asked Questions

**What methodologies can I use for analysis?**
You can use 5-Why, Fishbone, or TapRooT through the `perform_root_cause_analysis` tool.

**How does the tool handle organizational issues?**
The `evaluate_management_factors` tool maps root causes to systemic weaknesses in policy, training, or culture.

**Can I generate a plan to prevent recurrence?**
Yes, the `generate_mitigation_plan` tool produces specific corrective actions and strategic recommendations.
