# Concrete Transfer Slab Designer AI Agent Connect

> Design reinforced concrete transfer slabs using strut-and-tie modeling.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_4BzPP3vUVavoYPzZBZsH736xKNayLRNFzlD5vWSd/ai-agent-connect
- **Tags:** concrete, structural, strut-and-tie, civil-engineering, slab-design

## Description

This MCP server provides specialized structural engineering tools for designing heavy-duty transfer slabs. It uses the strut-and-tie method to model internal force flow, ensuring stability under heavy column loads. Use `analyze_load_path` to identify critical stress zones, `calculate_slab_thickness` to determine required depth, `design_reinforcement_layout` for steel tie specifications, and `calculate_shear_reinforcement` to prevent shear failure near column heads.

## Tools

### calculate_shear_reinforcement
Determine the specific steel needed to prevent shear failure near column heads or high-stress zones

### calculate_slab_thickness
Determine the minimum required depth of the slab to satisfy strength and serviceability

### design_reinforcement_layout
Specify the steel reinforcement required to act as the ties in the strut-and-tie model

### analyze_load_path
Determine how forces migrate through the slab and identify critical stress zones

## Prompt Examples

**Prompt:** 
```
Analyze the load path for a slab with a 6m span and these loads: [{"loadValue": 500, "position": "(0,0)"}, {"loadValue": 500, "position": "(6,0)"}] with a column layout of 'grid 2x2'.
```

**Response:** 
```
The load path is direct with a low risk level. No critical stress zones were identified for this configuration.
```

**Prompt:** 
```
What is the required thickness for a 5m span slab with 1000kN loads and 30MPa concrete?
```

**Response:** 
```
The required thickness is 650mm using the strength-based control method.
```

**Prompt:** 
```
Design the reinforcement for a 500mm thick slab with 30MPa concrete and these loads: [{"loadValue": 800, "position": "(2,2)"}].
```

**Response:** 
```
The reinforcement layout requires a 20mm bar diameter with 150mm spacing.
```

## Frequently Asked Questions

**What design method is used for the slab?**
The server utilizes the strut-and-tie method to model the internal force flow as a truss system of concrete struts and steel ties.

**How do I determine the required slab depth?**
You can use the `calculate_slab_thickness` tool, providing the column layout, transferred loads, span, concrete strength, and deflection limits.

**Can this tool help prevent shear failure?**
Yes, the `calculate_shear_reinforcement` tool calculates the specific stirrup diameter and spacing needed to prevent shear failure in high-stress zones.
