# Concrete Bundle Bar Analyzer AI Agent Connect

> Verify bundle bar compliance and spacing requirements using ACI provisions.

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

## Description

This MCP server provides structural engineering tools to analyze bundled reinforcement bars according to ACI standards. It calculates effective diameters, determines development length modification factors, and validates clear spacing to prevent concrete honeycombing. Engineers can use `check_bundle_compliance` to verify configuration safety, `calculate_development_length_modifier` for bond efficiency, `validate_spacing_requirements` for aggregate flow, and `evaluate_congestion_index` to assess reinforcement density.

## Tools

### check_bundle_compliance
Determines if a specific bundle configuration meets ACI requirements for effective diameter and spacing

### evaluate_congestion_index
Quantifies how "crowded" a section of concrete is to alert the engineer to potential placement issues

### validate_spacing_requirements
Specifically checks if the gap between bundles or individual bars is wide enough for the specified concrete grade

### calculate_development_length_modifier
Computes the adjustment factor required for development length when using bundled bars

## Prompt Examples

**Prompt:** 
```
Check if a bundle of 4 bars with 20mm diameter is compliant with 30MPa concrete and 40mm clear spacing.
```

**Response:** 
```
The bundle configuration is compliant. The effective diameter is 34.64mm and the required clear spacing is 35mm.
```

**Prompt:** 
```
What is the development length modifier for 5 bars of 25mm diameter in a contact splice?
```

**Response:** 
```
The modification factor for this contact splice configuration is 0.72, resulting in an effective bond strength ratio of 0.72.
```

**Prompt:** 
```
Is a 30mm gap sufficient for a 25mm bar with 20mm maximum aggregate size?
```

**Response:** 
```
Yes, the spacing is adequate for the specified aggregate size.
```

## Frequently Asked Questions

**How does this tool handle bundled bars?**
The tool uses ACI provisions to calculate how bundled bars behave as a single unit, specifically adjusting for effective diameter and reduced bond strength.

**Can I check for concrete congestion?**
Yes, you can use `evaluate_congestion_index` to quantify how crowded a section is and receive risk recommendations.

**What is the purpose of the development length modifier?**
It computes the adjustment factor needed for development length to account for the reduced bond efficiency in bundled configurations.
