# Reagent Storage & Handling AI Agent Connect

> Design safe reagent storage, pumping, and containment systems.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_XsOIM3tleN6QUgSfvZxHX0cfcdP6fge72px9hDX3/ai-agent-connect
- **Tags:** reagents, storage, pumping, containment, safety

## Description

This MCP server provides specialized engineering tools for designing reagent storage and handling systems. It enables AI agents to calculate required tank capacity using `get_storage_capacity`, determine necessary pump characteristics with `calculate_pumping_specs`, and ensure safety compliance by using `assess_containment_needs` and `validate_material_compatibility` for hazardous material management.

## Tools

### validate_material_compatibility
Checks if the proposed storage and pumping hardware is safe for the specific reagent

### assess_containment_needs
Calculates the required volume for secondary containment based on hazard levels

### calculate_pumping_specs
Determines the necessary pump characteristics to move the reagent

### get_storage_capacity
Determines the required storage volume for a specific reagent

## Prompt Examples

**Prompt:** 
```
How much storage capacity do I need for Sulfuric Acid if I use 50 liters a day and get deliveries every 10 days?
```

**Response:** 
```
You need a total capacity of 500 liters, which includes a 500 liter base capacity for the 10-day interval.
```

**Prompt:** 
```
What is the required secondary containment for a 1000L tank containing flammable reagents?
```

**Response:** 
```
The required secondary containment volume is 1100 liters to meet safety standards for flammable materials.
```

**Prompt:** 
```
Is stainless_steel compatible with Nitric Acid?
```

**Response:** 
```
No, stainless_steel is not recommended for Nitric Acid due to high corrosion risk.
```

## Frequently Asked Questions

**How do I calculate the required tank size?**
You can use the `get_storage_capacity` tool by providing the reagent name, daily consumption rate, and the number of days between deliveries.

**Can this tool help with safety compliance?**
Yes, the `assess_containment_needs` tool calculates the required secondary containment volume based on the hazard class of your reagents to ensure regulatory compliance.

**How do I check if a pump is suitable for my reagent?**
Use `calculate_pumping_specs` to find the required head and power, and `validate_material_compatibility` to ensure the pump material is safe for the specific chemical.
