# Shotcrete Thickness Design AI Agent Connect

> Calculates required shotcrete thickness, reinforcement, and application layers for ground support.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_lAzV0sHfcw9wm5lf92nBURPlxW2jEeT80z2sDHef/ai-agent-connect
- **Tags:** shotcrete, ground-support, tunneling, mining-engineering, structural-design

## Description

This MCP server provides specialized tools for designing shotcrete ground support in mining and tunneling environments. It calculates the `get_minimum_thickness` required based on rock mass quality and excavation span. It also identifies necessary reinforcement types using `calculate_reinforcement_requirements` and suggests optimal application methods via `determine_layer_configuration`. Finally, it ensures safety compliance through `validate_support_design` to confirm the design meets structural requirements for the specific span.

## Tools

### calculate_reinforcement_requirements
Identifies the necessary type and amount of reinforcement needed to meet support requirements

### determine_layer_configuration
Suggests the optimal method for applying the shotcrete (single vs. multi-layer)

### get_minimum_thickness
Determines the baseline shotcrete thickness required based on rock quality and opening width

### validate_support_design
Performs a final check to ensure the combination of thickness and reinforcement meets the safety threshold for the given span

## Prompt Examples

**Prompt:** 
```
What is the minimum shotcrete thickness needed for a 5 meter span in poor rock conditions?
```

**Response:** 
```
The minimum thickness required for a 5 meter span in poor rock conditions is 150mm.
```

**Prompt:** 
```
What reinforcement is needed for a 120mm thickness with standard support requirements?
```

**Response:** 
```
For a 120mm thickness with standard support, fiber reinforcement is recommended with a low density.
```

**Prompt:** 
```
Suggest a layer configuration for 250mm of total thickness using mesh reinforcement.
```

**Response:** 
```
For 250mm of mesh-reinforced shotcrete, you should apply 2 layers of 125mm each to ensure full encapsulation of the mesh.
```

## Frequently Asked Questions

**How do I determine the required thickness for my excavation?**
You can use the `get_minimum_thickness` tool by providing the rock condition (e.g., 'Good' or 'Poor') and the span of the excavation in meters.

**Does this tool handle mesh reinforcement?**
Yes, the `calculate_reinforcement_requirements` tool will indicate if mesh is required based on the thickness and support class.

**How can I verify if my design is safe?**
Use the `validate_support_design` tool with your span, thickness, and reinforcement type to receive a safety validation and recommendation.
