# Indoor Air Quality Assessment AI Agent Connect

> Evaluates chemical laboratory safety through IAQ indexing and ventilation analysis.

## Overview
- **Category:** environment
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_SgBzzMMoB7eE824hdyLYy1h0pRLzep0h8SiXi2hi/ai-agent-connect
- **Tags:** iaq, chemical, ventilation, safety, lab

## Description

This MCP server provides specialized tools for chemical laboratory safety management. It allows AI agents to calculate the `calculate_iaq_index` to determine overall air quality health, use `get_contaminant_ratios` to identify specific chemical risks, and run `evaluate_ventilation_adequacy` to ensure airflow meets safety standards. For a complete overview, `analyze_lab_safety_profile` aggregates all data into a single safety report.

## Tools

### analyze_lab_safety_profile
To provide a comprehensive summary of the lab's chemical and ventilation status

### calculate_iaq_index
To determine the overall air quality health score for a laboratory

### evaluate_ventilation_adequacy
To determine if the current airflow is sufficient to maintain safety given the laboratory's usage

### get_contaminant_ratios
To identify how close each individual chemical is to its safe breathing limit

## Prompt Examples

**Prompt:** 
```
Calculate the IAQ index for a lab with Benzene at 0.5 ppm and Toluene at 2.0 ppm, where limits are Benzene 0.1 ppm and Toluene 5.0 ppm.
```

**Response:** 
```
The IAQ index is 5.0, with Benzene identified as the primary contaminant causing a Critical status.
```

**Prompt:** 
```
Is the ventilation adequate for a 100m3 room with a 50m3/h ventilation rate, 2 people, and a target of 6 air changes per hour?
```

**Response:** 
```
No, the ventilation is not adequate. The current adequacy score is 8.33%, and a required rate of 600m3/h is needed to meet the target.
```

**Prompt:** 
```
Provide a safety profile for a lab with CO2 at 400ppm (limit 1000), Ammonia at 15ppm (limit 25), and ventilation rate of 200m3/h in a 50m3 room with 1 person and target 5 ACH.
```

**Response:** 
```
The lab has a Low Risk profile. The IAQ index is 0.4, ventilation is adequate, and all contaminant levels are well within safe limits.
```

## Frequently Asked Questions

**What can this tool calculate?**
It calculates the IAQ index, individual contaminant ratios, ventilation adequacy, and a full laboratory safety profile.

**How is ventilation adequacy determined?**
It compares the actual air changes per hour against the target air changes required for the specific laboratory classification.

**Can I assess multiple contaminants at once?**
Yes, the tools are designed to handle arrays of contaminant measurements and their corresponding exposure limits.
