# Concrete Sandblasting Calculator AI Agent Connect

> Calculates abrasive mass, blasting duration, and equipment specifications for concrete surface preparation.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_2BqLf6vWKLgQzgnp04YyDPVAEFAvP10gxzhj5dFT/ai-agent-connect
- **Tags:** sandblasting, concrete, surface-prep, abrasives, industrial-tools

## Description

This MCP server provides precision calculation tools for concrete sandblasting projects. It determines the exact mass of abrasive material needed using `get_abrasive_requirements`, estimates operational time with `estimate_blasting_duration`, and recommends optimal equipment settings via `calculate_equipment_specs`. It also evaluates dust control needs through `check_containment_needs` to ensure safe and efficient surface preparation.

## Tools

### calculate_equipment_specs
Recommends the necessary air pressure and nozzle configurations

### check_containment_needs
Evaluates the necessity and type of dust control and containment measures

### estimate_blasting_duration
Calculates the total time required to complete the surface preparation

### get_abrasive_requirements
Determines the total amount of abrasive material needed for the project

## Prompt Examples

**Prompt:** 
```
How much garnet do I need for 50m² of poor condition concrete with a heavy profile?
```

**Response:** 
```
For 50m² of poor condition concrete requiring a heavy profile, you will need 450kg of garnet, including 50kg of estimated waste.
```

**Prompt:** 
```
What equipment do I need for a light profile using steel grit in a restricted environment?
```

**Response:** 
```
For a light profile with steel grit in a restricted environment, the recommended air pressure is 6.5 bar and the recommended nozzle size is 8mm.
```

**Prompt:** 
```
How long will it take to blast 100m² of new concrete with a medium profile using a 10mm nozzle and garnet?
```

**Response:** 
```
Blasting 100m² of new concrete with a medium profile using a 10mm nozzle and garnet will take approximately 4.5 hours.
```

## Frequently Asked Questions

**How do I calculate the amount of garnet I need?**
You can use the `get_abrasive_requirements` tool by providing the surface area, the concrete condition, the desired profile, and specifying garnet as the abrasive type.

**Can this tool help with dust control planning?**
Yes, the `check_containment_needs` tool evaluates if containment is required based on the surface area and environmental constraints.

**How is the blasting time estimated?**
The `estimate_blasting_duration` tool calculates time by analyzing the surface area, concrete condition, desired profile, abrasive type, and the specific nozzle size being used.
