# Quantitative Risk Assessment (QRA) AI Agent Connect

> Perform safety and environmental impact modeling for oil and gas facilities.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_IxeCyJlFHhOz0folA8DZUr6o786wLdo8vmNmSACX/ai-agent-connect
- **Tags:** qra, oil-and-gas, safety-modeling, risk-assessment, industrial-safety

## Description

This MCP server provides specialized analytical tools for Quantitative Risk Assessment (QRA) in high-consequence environments like oil and gas facilities. It allows AI agents to calculate critical safety metrics including adjusted hazard frequencies, individual risk, and societal risk. Users can model the impact of hazardous events and generate data for FN curves to visualize cumulative fatality risks. Key tools include `analyze_hazard_frequency` for statistical likelihood, `calculate_individual_risk` for proximity-based assessment, `evaluate_societal_risk` for population impact, and `generate_fn_curve_data` for graphical risk modeling.

## Tools

### analyze_hazard_frequency
Determines the statistical likelihood of identified hazards

### calculate_individual_risk
Estimates the risk to a specific individual based on proximity to hazards

### evaluate_societal_risk
Estimates the risk to a population for a specific event

### generate_fn_curve_data
Produces the data points required to plot an FN curve for societal risk

## Prompt Examples

**Prompt:** 
```
What is the adjusted frequency for hazard 'tank_rupture' if the base frequency is 0.01 and the mitigation factor is 0.5?
```

**Response:** 
```
The adjusted frequency for the tank rupture hazard is 0.005.
```

**Prompt:** 
```
Calculate the individual risk for a hazard with frequency 0.02, vulnerability 1.5, and consequence severity 10.
```

**Response:** 
```
The calculated individual risk is 0.3.
```

**Prompt:** 
```
Evaluate the societal risk for an event with frequency 0.05, a population of 200, and a vulnerability factor of 1.2.
```

**Response:** 
```
The expected fatalities are 240 and the total societal risk is 12.
```

## Frequently Asked Questions

**What can I calculate with this server?**
You can use `analyze_hazard_frequency` to find adjusted hazard probabilities, `calculate_individual_risk` for person-specific risk, and `evaluate_societal_risk` to determine the impact on larger populations.

**How do I model mitigation measures?**
Use the `analyze_hazard_frequency` tool and provide `mitigationFactors` to reduce the baseline frequency of identified hazards.

**Can I generate FN curves?**
Yes, the `generate_fn_curve_data` tool produces the necessary data points for plotting cumulative frequency against fatality counts.
