# Concrete Development Length Calculator AI Agent Connect

> Calculates required rebar embedment length based on ACI standards.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_rl6YgLO6AcSjNyWX0nrTYkALS2ToC8pNj9zfJla4/ai-agent-connect
- **Tags:** aci-standards, rebar, concrete, structural-design, civil-engineering

## Description

This MCP server provides structural engineering tools to calculate the required embedment length of reinforcing steel in concrete. It uses ACI standards to determine development length, accounting for factors like bar diameter, concrete strength, steel yield strength, top bar positions, and epoxy coatings. Use `query_development_length` to find the base embedment, `query_splice_requirement` for overlap lengths, and `query_confinement_effect` to assess how concrete cover influences bond strength. A complete overview of all parameters can be retrieved using `query_rebar_summary`.

## Tools

### query_confinement_effect
Evaluates how the concrete cover and surrounding reinforcement affect the development length

### query_development_length
Calculates the fundamental development length and the individual modification factors

### query_rebar_summary
Provides a summary of all calculated parameters for a specific bar configuration

### query_splice_requirement
Determines the necessary overlap length for joining two reinforcing bars

## Prompt Examples

**Prompt:** 
```
Calculate the development length for a 20mm rebar in 30MPa concrete with 400MPa steel, considering it is a top bar.
```

**Response:** 
```
The required development length for the 20mm rebar is 850 mm, including the top bar modification factor.
```

**Prompt:** 
```
What is the required splice length for a 16mm bar with a development length of 600mm using a lap splice?
```

**Response:** 
```
The required lap splice length for the 16mm bar is 720 mm.
```

**Prompt:** 
```
Check if a 25mm bar with 40mm concrete cover has sufficient cover to prevent splitting.
```

**Response:** 
```
The concrete cover is sufficient for the 25mm bar diameter.
```

## Frequently Asked Questions

**What standards does this tool follow?**
The calculations are based on ACI (American Concrete Institute) standards for development length.

**How do I calculate the overlap for two bars?**
You can use the `query_splice_requirement` tool, providing the bar diameter and the previously calculated development length.

**Does it account for epoxy-coated rebar?**
Yes, the `query_development_length` tool includes a specific factor for epoxy coatings to account for reduced bond strength.
