# Respiratory Protection Factor Calculator AI Agent Connect

> Calculates required protection factors and identifies suitable respirators for hazardous environments.

## Overview
- **Category:** occupational-health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_XF2BwwXAfyswOnBmDdCkZ7TiLYNE20gFH2bSneY5/ai-agent-connect
- **Tags:** safety, respiratory, industrial-hygiene, protection-factor, compliance

## Description

This MCP server provides essential safety calculations for industrial respiratory protection. It determines the Required Protection Factor (RPF) based on contaminant concentrations and occupational exposure limits. Users can use `identify_suitable_respirators` to match equipment to specific needs, `determine_maximum_use_concentration` to find safe operating limits, and `validate_exposure_safety` to confirm real-time safety margins. The engine accounts for IDLH (Immediately Dangerous to Life or Health) conditions to ensure appropriate equipment selection.

## Tools

### calculate_required_protection
Determines the minimum multiplier needed to reach safe exposure levels

### determine_maximum_use_concentration
Calculates the highest safe concentration for a specific piece of equipment

### identify_suitable_respirators
Matches a required protection level against available respirator hardware

### validate_exposure_safety
Provides a final safety check comparing real-time measurements to specific equipment limits

## Prompt Examples

**Prompt:** 
```
What is the required protection factor for a contaminant at 50 ppm with an OEL of 2 ppm?
```

**Response:** 
```
The required protection factor is 25.
```

**Prompt:** 
```
Which respirators are suitable for a required protection factor of 10 in an IDLH environment?
```

**Response:** 
```
For IDLH conditions, only Supplied-Air Respirators (SAR/SCBA) are suitable.
```

**Prompt:** 
```
If a respirator has an APF of 100 and the OEL is 0.5 ppm, what is the maximum use concentration?
```

**Response:** 
```
The maximum use concentration is 50 ppm.
```

## Frequently Asked Questions

**How do I calculate the required protection factor?**
You can use the `calculate_required_protection` tool by providing the ambient contaminant concentration and the occupational exposure limit.

**Can this tool help with IDLH environments?**
Yes, the `identify_suitable_respirators` tool specifically accounts for IDLH conditions to ensure only appropriate equipment is recommended.

**How do I verify if my current respirator is safe for the environment?**
Use the `validate_exposure_safety` tool with the measured ambient concentration, the respirator's APF, and the regulatory limit to get a safety status.
