# Tank Secondary Containment Designer AI Agent Connect

> Automated design for storage tank containment systems, including volume, dimensions, and liners.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_42GfxQnhrqRQLcNnXZQAp2YoMjjCsVkdLPW4sHHF/ai-agent-connect
- **Tags:** containment, storage-tanks, safety-engineering, industrial, compliance

## Description

This MCP server provides specialized engineering tools for designing secondary containment systems for storage tanks. It automates the calculation of required containment volumes by accounting for the largest tank capacity alongside firewater and rainwater allowances. Users can use `design_bund_dimensions` to determine physical footprints, `assess_liner_requirements` to calculate necessary material coverage, and `design_drainage_system` to specify water management protocols. It ensures safety compliance by integrating regulatory considerations into the design process.

## Tools

### assess_liner_requirements
Determines the necessary surface area and material coverage for the containment

### calculate_containment_volume
Determines the total required volume for a containment area

### design_bund_dimensions
Calculates the physical dimensions of the dike/bund

### design_drainage_system
Defines the specifications for the water management system

## Prompt Examples

**Prompt:** 
```
Calculate the required volume for three tanks with capacities of 500, 1200, and 800 cubic meters, with 200 cubic meters for firewater and 50 cubic meters for rain.
```

**Response:** 
```
The total required volume is 1450 cubic meters, with the largest tank capacity being 1200 cubic meters.
```

**Prompt:** 
```
What are the dimensions for a rectangular bund that needs to hold 1500 cubic meters, with a maximum height of 3 meters and 600 square meters of available area?
```

**Response:** 
```
The designed rectangular bund will have a length of 25 meters, a width of 20 meters, and a height of 3 meters, covering a floor area of 500 square meters.
```

**Prompt:** 
```
Calculate the liner area for a bund with length 20m, width 15m, and height 2m using concrete.
```

**Response:** 
```
The total liner area required is 460 square meters, consisting of 300 square meters for the floor and 160 square meters for the walls.
```

## Frequently Asked Questions

**How is the total containment volume calculated?**
The volume is determined by taking the capacity of the largest single tank and adding the specified allowances for firewater and rainwater.

**Can I design different shapes for the bund?**
Yes, you can specify a preference for rectangular or circular geometries when using the dimensioning tools.

**Does this tool account for liner materials?**
Yes, the `assess_liner_requirements` tool calculates the total surface area needed for both the floor and walls based on the chosen material type.
