# Chemical Storage Compatibility AI Agent Connect

> Determines safe chemical storage arrangements and segregation requirements.

## Overview
- **Category:** chemistry
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_OwDoOASwxUPyIvGsZN8hlXeSpZHbPdq8Li4W8K2P/ai-agent-connect
- **Tags:** chemical, safety, storage, lab, compliance

## Description

This MCP server provides essential tools for laboratory and industrial safety by analyzing chemical inventories against hazard-based compatibility rules. It helps prevent hazardous reactions by calculating segregation needs, assigning chemicals to appropriate cabinets, and determining secondary containment requirements. Use `analyze_segregation_needs` to check for incompatible pairs, `assign_storage_cabinets` to organize inventory, `calculate_containment_requirements` for spill prevention, and `verify_storage_safety` to audit proposed arrangements.

## Tools

### analyze_segregation_needs
Determines if a set of chemicals can be stored together or if they require physical separation

### assign_storage_cabinets
Groups chemicals into the most efficient and safe cabinet assignments

### calculate_containment_requirements
Determines the type and volume of secondary containment needed to prevent leaks from mixing

### verify_storage_safety
Provides a final safety audit of a proposed storage arrangement

## Prompt Examples

**Prompt:** 
```
Check if these chemicals can be stored together: Sulfuric Acid (Acid) and Sodium Hydroxide (Base).
```

**Response:** 
```
No, these chemicals are incompatible. Sulfuric Acid and Sodium Hydroxide must be stored separately to prevent a violent neutralization reaction.
```

**Prompt:** 
```
What containment is needed for 5L of Ethanol (Flammable) and 2L of Nitric Acid (Oxidizer)?
```

**Response:** 
```
You need secondary containment with a capacity of at least 5L. It is recommended to use separate trays for the Ethanol and the Nitric Acid to prevent them from mixing in the event of a leak.
```

**Prompt:** 
```
Suggest cabinet assignments for an inventory containing Acetone (Flammable), Hydrochloric Acid (Acid), and Distilled Water (General).
```

**Response:** 
```
The recommended assignments are: Acetone in a Flammable Cabinet, Hydrochloric Acid in an Acid Cabinet, and Distilled Water on a General Shelf.
```

## Frequently Asked Questions

**How does the tool determine if chemicals can be stored together?**
The `analyze_segregation_needs` tool compares the hazard classes of all chemicals in your inventory against a compatibility matrix to identify any conflicting pairs.

**Can I use this to plan my cabinet layout?**
Yes, you can use `assign_storage_cabinets` to receive a recommended list of cabinet assignments based on the hazard classes of your chemicals.

**What is the purpose of the safety audit tool?**
The `verify_storage_safety` tool performs a final check on a proposed arrangement to identify any safety violations or warnings before you finalize your storage setup.
