# Concrete Cover Requirement Calculator AI Agent Connect

> Calculate minimum, nominal, and tolerance concrete cover requirements for structural design.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_lPXQfo6K9cLaLlnPrkgJw7wby9j4j6lScvo6pv3n/ai-agent-connect
- **Tags:** concrete, structural, engineering, civil-engineering, durability

## Description

This MCP server provides essential structural engineering tools to determine concrete cover requirements. It calculates the absolute minimum cover required by codes based on exposure class and design life, determines the nominal cover used in construction drawings by accounting for aggregate size and quality control, and calculates allowable tolerances for inspections. Use `get_minimum_cover` to establish base requirements and `validate_design_parameters` to ensure reinforcement diameters are compatible with environmental conditions.

## Tools

### get_minimum_cover
Determine the absolute minimum concrete cover required by structural codes

### get_nominal_cover
Calculate the target design cover value used in construction drawings

### get_tolerance_allowance
Calculate the allowable deviation for construction inspections

### validate_design_parameters
Check if proposed design parameters are physically and logically consistent

## Prompt Examples

**Prompt:** 
```
What is the minimum concrete cover for a primary structural column in a severe exposure class with 35 MPa concrete and a 50-year design life?
```

**Response:** 
```
The minimum required concrete cover for this scenario is 45 mm.
```

**Prompt:** 
```
Calculate the nominal cover if the minimum cover is 30 mm, the aggregate size is 20 mm, and the quality control is standard.
```

**Response:** 
```
The calculated nominal cover is 40 mm.
```

**Prompt:** 
```
Is a 12mm rebar diameter valid for a mild exposure class with 25 MPa concrete?
```

**Response:** 
```
Yes, the design parameters are valid for the specified conditions.
```

## Frequently Asked Questions

**How do I determine the minimum cover for a new project?**
You can use the `get_minimum_cover` tool by providing the exposure class, element type, concrete strength, and intended design life.

**Does the tool account for aggregate size?**
Yes, the `get_nominal_cover` tool specifically requires the aggregate size in mm to ensure the calculated cover allows for proper aggregate encapsulation.

**Can I validate my reinforcement diameter?**
Yes, use the `validate_design_parameters` tool to check if your reinforcement diameter is compatible with the chosen exposure class and concrete strength.
