# Concrete Joint Spacing Calculator AI Agent Connect

> Calculates optimal contraction joint spacing, depth, and sealant requirements for concrete slabs.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_dJsSfLC6oEyYlAZLal8ATywZ064hFyujarSTyV4u/ai-agent-connect
- **Tags:** concrete, structural, civil-engineering, construction-management, joint-spacing

## Description

This MCP server provides precise engineering calculations for concrete slab contraction joints. It helps engineers and contractors determine the ideal horizontal distance between joints using `calculate_optimal_spacing` to prevent uncontrolled cracking. It also calculates necessary cut depths with `determine_joint_geometry`, estimates material needs via `estimate_sealant_needs`, and verifies structural integrity using `analyze_load_transfer_capacity`.

## Tools

### analyze_load_transfer_capacity
Evaluates if the proposed joint geometry provides sufficient load transfer across the joint

### calculate_optimal_spacing
Determines the ideal horizontal distance between contraction joints to prevent uncontrolled cracking

### determine_joint_geometry
Calculates the required depth of the contraction cut based on the slab thickness and structural needs

### estimate_sealant_needs
Calculates the amount of sealant required to fill the joints for a specific project area

## Prompt Examples

**Prompt:** 
```
What is the optimal spacing for a 200mm thick slab with standard concrete and 1% reinforcement?
```

**Response:** 
```
The optimal joint spacing for a 200mm slab with standard concrete and 1% reinforcement is 3.5 meters.
```

**Prompt:** 
```
How much sealant do I need for a 500 square meter slab with 3 meter spacing and 40mm deep joints?
```

**Response:** 
```
For a 500 square meter slab, you will need approximately 166.67 linear meters of sealant and 6.67 liters of sealant volume.
```

**Prompt:** 
```
Is a 50mm joint depth adequate for a 250mm slab with 2% reinforcement?
```

**Response:** 
```
Yes, the load transfer capacity is adequate for these parameters.
```

## Frequently Asked Questions

**How do I determine the spacing between joints?**
You can use the `calculate_optimal_spacing` tool. Provide the slab thickness, concrete type, reinforcement ratio, base friction, and the expected temperature range.

**Can I estimate sealant volume?**
Yes, the `estimate_sealant_needs` tool calculates both the total linear meters and the total volume in liters required for your specific slab area and joint dimensions.

**How is load transfer capacity assessed?**
The `analyze_load_transfer_capacity` tool evaluates the remaining un-cut thickness of the slab against the reinforcement density to ensure structural stability.
