# Process Safety Analysis AI Agent Connect

> Conduct HAZOP, LOPA, and SIL assessments to manage industrial process risks.

## Overview
- **Category:** risk-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_7fZuYSm9b7uDNr2BGeDV7igKtz2i9dN2nyI4q1ID/ai-agent-connect
- **Tags:** hazop, lopa, sil, safety, risk-assessment

## Description

This MCP server provides a specialized toolset for quantitative and qualitative process safety assessments. It enables AI agents to perform Hazard and Operability (HAZOP) studies using `analyze_hazop_nodes`, conduct Layer of Protection Analysis (LOPA) via `calculate_lopa_risk`, and determine necessary Safety Integrity Levels (SIL) with `determine_sil_requirement`. Users can also access standardized safety data through `query_safety_catalog` to ensure compliance with industry safety standards.

## Tools

### analyze_hazop_nodes
g., No, More, Less), and process parameters (e.g., Flow, Pressure).

Identify potential deviations in a process node based on guide words and parameters

### calculate_lopa_risk
Determine the residual risk of a scenario after accounting for all protection layers

### determine_sil_requirement
Calculate the required Safety Integrity Level (SIL) for a safety function

### query_safety_catalog
Retrieve predefined hazard profiles or safeguard standards

## Prompt Examples

**Prompt:** 
```
Perform a HAZOP analysis for the 'Reactor Feed Line' node using 'No' and 'More' as guide words for 'Flow'.
```

**Response:** 
```
The HAZOP analysis for Reactor Feed Line identified two deviations: 1. No Flow (Cause: Valve failure, Consequence: Reactor starvation, Safeguard: Low flow alarm) and 2. More Flow (Cause: Control valve failure, Consequence: Overfilling, Safeguard: High level switch).
```

**Prompt:** 
```
Calculate the residual risk for a scenario with an initiating event frequency of 0.1 and two protection layers with PFDs of 0.1 and 0.01.
```

**Response:** 
```
The frequency of consequence is 0.0001 per year.
```

**Prompt:** 
```
What SIL is required if the target risk reduction is 100 and current mitigation is 10?
```

**Response:** 
```
The required SIL is SIL 1.
```

## Frequently Asked Questions

**What methodologies are supported?**
The server supports HAZOP, LOPA, and SIL requirement calculations.

**How do I perform a HAZOP study?**
You can use the `analyze_hazop_nodes` tool by providing the node name, guide words, and process parameters.

**Can I access safety standards?**
Yes, the `query_safety_catalog` tool allows you to retrieve predefined hazard profiles and safeguard standards.
