# Grout Quantity Calculator AI Agent Connect

> Grout Quantity Calculator MCP handles the geometry and material physics for your construction projects. It calculates joint volumes, converts those volumes to mass using specific material densities, and accounts for site waste. Your AI client can now handle precise material ordering and estimation without manual math errors.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_IWEWb49k7Am1dckBODMU7476CryOarxNCExNrSBK/ai-agent-connect
- **Tags:** grout, construction, calculation, volume, mass

## Description

Stop guessing how many bags of grout you need to order for a job. This MCP gives your AI agent the ability to perform precise geometric and material calculations for construction joints. Instead of you manually calculating volumes and then looking up density tables, your agent does it all in one go. You provide the dimensions, and it handles the math to tell you exactly how much weight you need to move on-site. It covers everything from the initial gap volume to the final weight, including a buffer for material loss. It's built to turn your AI client into a technical estimator that understands the physical realities of grout and material density.

## Tools

### apply_waste_factor
This tool adjusts your calculated quantity to include a buffer for material loss on site.

### calculate_grout_mass
This tool converts a calculated joint volume into the required mass or weight.

### get_joint_volume
This tool finds the total volume of a gap based on the linear dimensions you provide.

### get_material_density_info
This tool pulls standard density values for various types of grout.

## Prompt Examples

**Prompt:** 
```
What is the volume of a joint that is 10m long, 5mm wide, and 10mm deep?
```

**Response:** 
```
The total volume of the joint is 0.0005 cubic meters.
```

**Prompt:** 
```
I have 0.5 cubic meters of volume. How much mass is that if the grout rate is 2.5?
```

**Response:** 
```
The total mass required is 1.25 units.
```

**Prompt:** 
```
Add a 15% waste factor to 10kg of grout.
```

**Response:** 
```
The total quantity including waste is 11.5kg.
```

## Capabilities

### Volume Calculation
Your agent uses linear dimensions to find the exact gap volume.

### Density Lookups
The agent pulls standard density data for specific grout types.

### Mass Conversion
Your agent turns volume measurements into weight for ordering.

### Waste Adjustment
The agent adds a percentage buffer to account for spilled or lost material.

## Use Cases

### Material Ordering
Convert joint dimensions directly into the weight of grout needed for a purchase order.

### Site Estimation
Calculate the total volume of gaps in a structural joint to plan labor and supply.

### Waste Management
Apply a percentage buffer to an existing quantity to ensure you don't run short on site.

### Density Verification
Check the standard density of a specific grout type before performing mass calculations.

## Benefits

- Eliminates manual math errors in volume and mass conversions.
- Reduces material over-ordering by using specific density data.
- Speeds up the estimation process from dimensions to weight.
- Accounts for real-world material loss through waste factors.

## How It Works

Connect your AI client to the Vinkius hosted MCP and start calculating.

1. Connect your preferred MCP-compatible client to Vinkius.
2. Provide your joint dimensions or volume to your AI agent.
3. The agent uses the toolset to calculate volume, density, and mass.
4. Apply a waste factor to get the final, ready-to-order quantity.

## Frequently Asked Questions

**How do I use this MCP with my AI?**
You connect your AI client, like Claude or Cursor, to Vinkius. Once connected, your agent can call the grout calculation tools directly.

**Can I use this for different types of grout?**
Yes. The MCP includes a tool to retrieve standard density values for various grout types to ensure accurate mass calculations.

**Does this account for material lost during application?**
Yes. You can use the waste factor tool to add a specific percentage to your total to cover material loss.

**Do I need to host this myself?**
No. Vinkius hosts and manages the MCP for you. You just connect and use it.

**What kind of math does the agent perform?**
The agent performs geometric volume calculations, density-based mass conversions, and percentage-based waste adjustments.

**How do I calculate the total weight of grout needed?**
You can use `get_joint_volume` to find the volume, then use `calculate_grout_mass` with the appropriate material rate to find the weight.

**Does this tool account for material waste?**
Yes, you can use the `apply_waste_factor` tool to add a percentage allowance for spills or uneven depths to your base quantity.

**Where can I find density values for different grout types?**
The `get_material_density_info` tool provides standard density values for various categories like epoxy or cementitious grout.
