# Steel Connection Designer AI Agent Connect

> Design bolted steel connections with limit state analysis.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_foxz1dtif2xWlg2ZFa8IkhKtkKdJNMSAtBYlLCUW/ai-agent-connect
- **Tags:** steel, bolted-connections, structural-engineering, limit-state, mechanical-design

## Description

This MCP server provides specialized engineering tools for designing bolted steel connections. It uses limit state design principles to calculate bolt configurations, plate dimensions, prying action effects, and weld requirements. Use `bolt_configuration_tool` to determine bolt counts and spacing, `plate_dimensions_tool` for plate sizing, `prying_effects_tool` to assess stability, and `weld_specifications_tool` for reinforcement details.

## Tools

### bolt_configuration_tool
Determines the minimum number of bolts and the required arrangement to resist applied forces

### plate_dimensions_tool
Calculates the physical size of the steel plate required to support the connection

### prying_effects_tool
Assesses the additional tension stress placed on bolts due to plate deformation

### weld_specifications_tool
Defines the welding requirements for connections that involve welded components or reinforcements

## Prompt Examples

**Prompt:** 
```
Calculate the bolt configuration for a SINGLE_LAP connection with 50kN force using BOLT_GRADE_8_8 bolts (16mm diameter) and STEEL_GRADE_S355.
```

**Response:** 
```
The required configuration is 4 bolts arranged in a 2x2 pattern with 50mm spacing and 30mm edge distance.
```

**Prompt:** 
```
What size plate is needed for 4 bolts with 50mm spacing and 16mm diameter, using a 12mm thick S355 steel plate?
```

**Response:** 
```
The required plate dimensions are 120mm in width and 150mm in length.
```

**Prompt:** 
```
Determine the weld requirements for an END_PLATE connection with 40kN force and 10mm plate thickness using S235 steel.
```

**Response:** 
```
The required weld is a 6mm fillet weld with a total length of 120mm.
```

## Frequently Asked Questions

**What design method does this server use?**
The server uses the limit state design method to ensure structural safety by checking design strength against applied loads.

**How do I calculate the required number of bolts?**
You can use the `bolt_configuration_tool` by providing the connection type, applied force, bolt grade, diameter, and steel grade.

**Does this tool account for prying action?**
Yes, the `prying_effects_tool` specifically assesses additional tension stress caused by plate deformation.
