# Concrete Embed Design AI Agent Connect

> Design embedment plates in concrete using ACI standards.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_qsHg5RVZx0KAbFRNuTxrkVhIu3Epa0tW9dL9r8AI/ai-agent-connect
- **Tags:** aci-standards, concrete, anchor-bolts, structural-engineering, embedment-design

## Description

This MCP server provides specialized engineering tools for designing embedment plates in concrete structures according to ACI Appendix D and Chapter 17 standards. It calculates critical design parameters including anchor bolt size, quantity, embedment depth, and plate thickness. The server accounts for complex engineering factors such as group action and edge effects to ensure structural integrity.

## Tools

### calculate_anchor_selection
Determines the required anchor bolt diameter and quantity based on the applied loads

### calculate_embedment_depth
Determines the necessary depth for the anchors to ensure sufficient concrete breakout and pull-out strength

### calculate_plate_thickness
Calculates the required thickness of the steel embedment plate

### validate_group_action
Verifies if the selected anchor arrangement is valid given the concrete geometry

## Prompt Examples

**Prompt:** 
```
What anchor bolt size and quantity do I need for a 50kN tension load and 10kNm moment in 30MPa concrete?
```

**Response:** 
```
For a 50kN tension load and 10kNm moment in 30MPa concrete, you need 4 bolts with a diameter of 20mm.
```

**Prompt:** 
```
Calculate the required embedment depth for 4 bolts of 20mm diameter in 30MPa concrete with a 150mm edge distance.
```

**Response:** 
```
The required embedment depth is 185mm to ensure sufficient concrete breakout capacity.
```

**Prompt:** 
```
What is the minimum plate thickness for a 40kN tension and 5kN shear load on a 200x200mm plate with 16mm bolts?
```

**Response:** 
```
The minimum required steel plate thickness is 12mm.
```

## Frequently Asked Questions

**Which engineering standards does this tool follow?**
The design calculations follow ACI Appendix D and Chapter 17 standards for concrete design.

**Can I calculate the required plate thickness?**
Yes, you can use the `calculate_plate_thickness` tool to determine the minimum steel plate thickness required for your specific loads and dimensions.

**How does the tool handle edge effects?**
The `calculate_embedment_depth` tool incorporates edge distance to adjust the capacity of the concrete breakout cone, ensuring the design accounts for proximity to concrete edges.
