# Waterproofing Material Calculator AI Agent Connect

> Calculate precise waterproofing membrane, adhesive, and reinforcement fabric requirements.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_V12lqqaoy44aGx2nte4YUWjU7skjULH1h9lYCCqt/ai-agent-connect
- **Tags:** waterproofing, construction-tools, material-estimation, membrane, adhesive-calculation

## Description

This MCP server provides specialized tools for construction professionals to estimate waterproofing material needs. It calculates the total membrane area required by accounting for application layers, overlap percentages, and waste factors. Additionally, it estimates the necessary volume of adhesive based on membrane thickness and surface texture, and determines the amount of reinforcement fabric needed for complex geometries. Use `calculate_membrane_requirement` to start your estimation process.

## Tools

### calculate_reinforcement_fabric
Estimates the linear or square meters of reinforcement fabric required for joints and corners

### generate_material_summary
Consolidates all individual material calculations into a single procurement list

### calculate_membrane_requirement
Determines the total amount of waterproofing membrane needed for a specific surface area

### estimate_adhesive_needs
Calculates the volume of adhesive required based on the membrane area

## Prompt Examples

**Prompt:** 
```
How much waterproofing membrane do I need for a 100m² area with 2 layers, 10% overlap, and 5% waste?
```

**Response:** 
```
For a 100m² area with 2 layers, 10% overlap, and 5% waste, you will need 231.0 m² of membrane.
```

**Prompt:** 
```
Calculate the adhesive needed for 200m² of membrane that is 3mm thick on a rough surface (factor 1.5).
```

**Response:** 
```
The estimated adhesive volume required is 45.0 Liters.
```

**Prompt:** 
```
Give me a full material summary for 150m² membrane, 20L adhesive, and 10m² fabric.
```

**Response:** 
```
The procurement summary is: 150.0 m² of membrane, 20.0 L of adhesive, and 10.0 m² of reinforcement fabric.
```

## Frequently Asked Questions

**How does the tool account for material waste?**
The `calculate_membrane_requirement` tool includes a waste factor parameter, which allows you to add a specific percentage of extra material to cover cutting, scraps, and site-specific losses.

**Can I estimate adhesive needs for different membrane thicknesses?**
Yes, the `estimate_adhesive_needs` tool calculates adhesive volume by considering the total membrane area, the specific thickness of the membrane, and the surface texture of the substrate.

**How is reinforcement fabric calculated?**
Reinforcement fabric requirements are determined using `calculate_reinforcement_fabric`, which uses the application area and a complexity score to estimate the material needed for joints and corners.
