# Isolated Rectangular Footing Designer AI Agent Connect

> Calculates dimensions, thickness, and reinforcement for isolated rectangular footings.

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

## Description

This MCP server provides structural engineering tools to design isolated rectangular footings. It calculates necessary footing dimensions using `get_footing_dimensions`, determines required thickness to resist shear with `get_footing_thickness`, calculates steel reinforcement needs via `get_reinforcement_requirement`, and finds the necessary embedment length using `get_development_length`. It accounts for soil bearing capacity, column loads, moments, and material strengths.

## Tools

### get_development_length
Calculates the required embedment length for the reinforcement bars

### get_footing_dimensions
Calculates the required length and width of the footing based on soil capacity and loads

### get_footing_thickness
Determines the required depth of the footing to resist shear forces

### get_reinforcement_requirement
Calculates the area and spacing of steel reinforcement needed for bending

## Prompt Examples

**Prompt:** 
```
Calculate the footing dimensions for a 500kN load and 50kNm moment on soil with 150kPa capacity, with a 300x300mm column.
```

**Response:** 
```
The required footing dimensions are 2.1m by 2.1m with an area of 4.41m².
```

**Prompt:** 
```
What is the required thickness for a footing with a 500kN load and 50kNm moment, using 25MPa concrete?
```

**Response:** 
```
The required footing depth is 450mm to satisfy shear requirements.
```

**Prompt:** 
```
How much steel is needed for a 2.1m x 2.1m footing with 450mm depth and 460MPa steel?
```

**Response:** 
```
The required longitudinal steel area is 1250mm² with a suggested bar diameter of 16mm.
```

## Frequently Asked Questions

**What inputs are required for footing design?**
You need to provide the column load, bending moment, soil bearing capacity, column dimensions, concrete strength, and steel yield strength.

**How does the tool handle shear checks?**
The `get_footing_thickness` tool evaluates both one-way shear and two-way punching shear to ensure the footing depth is sufficient.

**Can I design for different soil types?**
Yes, simply input the specific soil bearing capacity (kPa) for your site into the dimensioning tool.
