# Steel Lateral Bracing Designer AI Agent Connect

> Design lateral bracing systems for steel structures to resist wind and seismic loads.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_UXiQ6GGZbDXpiZcev7pBiTFo5W6ujQmIGJKxJloL/ai-agent-connect
- **Tags:** steel, bracing, seismic, wind-load, structural-design

## Description

This MCP server provides structural engineering tools to design lateral bracing systems in steel buildings. It helps engineers ensure compliance with wind and seismic stability requirements by calculating brace sizing, connection forces, and drift compliance. Use `calculate_brace_sizing` to determine required cross-sectional properties, `calculate_connection_forces` to find joint loads, `validate_drift_compliance` to check sway limits, and `optimize_stiffness_distribution` to plan the placement of braces across building levels.

## Tools

### calculate_connection_forces
Calculates the forces applied to the structural joints where the braces meet the frame

### calculate_brace_sizing
Determines the required cross-sectional properties for the chosen bracing type to resist lateral loads

### optimize_stiffness_distribution
Recommends how to distribute bracing stiffness across different levels of the building

### validate_drift_compliance
Checks if the current bracing design prevents the building from swaying beyond allowable limits

## Prompt Examples

**Prompt:** 
```
What is the required brace size for a 20m building with a 50kN wind load in a Medium seismic zone using X-brace with bay dimensions of 5m width and 5m depth?
```

**Response:** 
```
The required brace section area is 0.0045 m², with a moment of inertia of 0.00012 m⁴ and a yield strength of 350 MPa.
```

**Prompt:** 
```
Check if a design with a brace stiffness of 500 kN/m is compliant for a 30m building under 100kN wind load in a High seismic zone.
```

**Response:** 
```
The current drift is 0.015m, which is below the allowable limit of 0.020m. The design is compliant.
```

**Prompt:** 
```
Calculate the connection forces for an X-brace in a 15m building with 40kN wind load, Medium seismic zone, and 4m x 4m bay dimensions, using a brace area of 0.003 m².
```

**Response:** 
```
The connection forces are: tension force of 25.5 kN, compression force of 25.5 kN, and shear force of 18.2 kN.
```

## Frequently Asked Questions

**How do I determine the correct brace size?**
You can use the `calculate_brace_sizing` tool by providing the building height, wind load, seismic zone, bracing type, and bay dimensions.

**Can this tool check if my building meets drift limits?**
Yes, the `validate_drift_compliance` tool checks if the current bracing design prevents the building from swaying beyond allowable limits based on the seismic zone.

**What types of bracing are supported?**
The tool supports X-brace, V-brace, K-brace, and Single-diagonal configurations.
