# Respiratory Protection Selection AI Agent Connect

> Selects appropriate respiratory protection for oil and gas operations using NIOSH standards.

## Overview
- **Category:** oil-and-gas
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_TiNVsc0KnFKGxIXzrk0uZUMzYNZ2wBlIV6gxWVEw/ai-agent-connect
- **Tags:** niosh, respirator, safety-compliance, hazardous-materials, industrial-safety

## Description

This MCP server provides critical safety tools for selecting respiratory protection in hazardous environments. It uses NIOSH standards to calculate required protection factors, recommend specific respirator types, and estimate cartridge service life. Use `get_protection_requirement` to assess hazard levels, `select_respirator_type` to find compatible equipment, `calculate_cartridge_service_life` to manage filter changes, and `validate_safety_compliance` for final safety verification.

## Tools

### select_respirator_type
Recommends a specific respirator model or type based on the required protection factor

### validate_safety_compliance
Performs a final check to ensure all safety parameters align with NIOSH guidelines

### calculate_cartridge_service_life
Estimates when a chemical cartridge will lose effectiveness

### get_protection_requirement
Determines the minimum required protection level and whether the environment is safe for air-purifying respirators

## Prompt Examples

**Prompt:** 
```
What protection is needed for organic vapors at 50 ppm with a PEL of 10 ppm?
```

**Response:** 
```
A respirator with an Assigned Protection Factor (APF) of at least 5 is required to maintain safety at this concentration.
```

**Prompt:** 
```
How long will a cartridge last for acid gas at 15 ppm if I work 8 hours a day?
```

**Response:** 
```
The estimated service life is 40 hours, meaning the cartridge should be changed every 5 days.
```

**Prompt:** 
```
Is a half-face respirator compliant for an IDLH environment?
```

**Response:** 
```
No, a half-face respirator is not compliant in an IDLH environment; supplied-air equipment is required.
```

## Frequently Asked Questions

**How does the tool handle oxygen-deficient environments?**
In oxygen-deficient environments, the `get_protection_requirement` tool identifies that air-purifying respirators are unsafe and mandates the use of supplied-air respirators.

**Can I use this to manage my cartridge replacement schedule?**
Yes, you can use `calculate_cartridge_service_life` to estimate the hours until breakthrough and determine the recommended change interval based on contaminant concentration.

**What happens if the environment is IDLH?**
If the environment is IDLH, the `validate_safety_compliance` tool ensures that only the highest level of protection, such as supplied-air equipment, is used to maintain safety.
