# Concrete Calculator AI Agent Connect

> Deterministic tool for precise concrete volume, material, and rebar calculations.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ViDEdiMdUjTNGQ7uOxckRwTrIFdAoaVhPh9m6s1C/ai-agent-connect
- **Tags:** concrete, construction, engineering, materials, structural

## Description

This MCP server provides precise, deterministic calculations for all concrete-related structural needs. Use `calculate_volume` to determine the total volume required for slabs, footings, piers, or walls, including a customizable waste safety margin. Use `estimate_materials` to calculate the exact number of bags needed for small jobs or the number of truckloads for larger pours, along with the specific weight of cement, sand, gravel, and water for on-site mixing. Finally, use `calculate_rebar` to determine the total weight and length of steel reinforcement required based on your spacing and bar diameter.

## Tools

### calculate_rebar
Calculates the total weight and length of steel reinforcement required

### calculate_volume
Determines the total required concrete volume including a waste safety margin

### estimate_materials
Calculates the quantity of bags or truckloads needed, and the weight of raw materials for mixing

## Prompt Examples

**Prompt:** 
```
How much concrete do I need for a 10x10x0.5 foot slab with a 5% waste factor?
```

**Response:** 
```
You will need 1.58 cubic yards of concrete for that slab.
```

**Prompt:** 
```
How many 80lb bags of concrete do I need for 2 cubic yards of 3000 PSI mix?
```

**Response:** 
```
You will need 68 bags of 80lb concrete.
```

**Prompt:** 
```
Calculate the rebar needed for a volume of 5 cubic yards with 12 inch spacing and 0.5 inch diameter bars.
```

**Response:** 
```
The total reinforcement required is 125 feet of rebar with a total weight of 25.5 lbs.
```

## Frequently Asked Questions

**How does the tool handle waste?**
The `calculate_volume` tool includes a waste factor parameter, allowing you to add a safety margin (typically 5-10%) to the theoretical volume to account for spillage or uneven surfaces.

**Can I calculate materials for on-site mixing?**
Yes, by using `estimate_materials` with the 'bagged' delivery method or by reviewing the raw material weights (cement, sand, gravel, water) provided in the output.

**What foundation types are supported?**
The tool supports calculations for slabs, footings, piers, and walls.
