# Resin Volume Calculator MCP for AI Agents AI Agent Connect

> Resin Volume Calculator helps you nail down the exact amount of material needed for epoxy and resin projects. It handles mould volume calculations for different shapes, converts those volumes into weights based on your specific resin density, and figures out the precise Part A and Part B mix ratios. It's built to stop you from running short in the middle of a pour.

## Overview
- **Category:** utility
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_XtKbWvCwlgK3TV5HIbuN3QpEkSFtnWzAVNpLWBYf/ai-agent-connect
- **Tags:** resin, epoxy, casting, calculation, mould

## Description

Getting your resin math right is the difference between a perfect pour and a mess on the floor. If you're working with epoxy, you know that guessing how much material a mould holds leads to wasted supplies or a half-finished project because you ran out of resin mid-pour. This Connector takes the guesswork out of the prep work. Instead of pulling out a calculator and trying to remember the formula for a cylinder or a sphere, you can just tell your agent what your mould looks like. It handles the geometry for you. From there, you can see exactly how much weight you need to buy or mix based on the density of your specific resin. It even handles the mixing ratios for you, calculating exactly how much of Part A and Part B to prep, and it adds a safety buffer so you're never caught off guard. It's a handy addition to the Vinkius catalog for anyone who wants to spend less time on math and more time actually casting. By letting your agent handle the heavy lifting, you can focus on the artistic side of your work. You'll spend less time staring at spreadsheets and more time perfecting your designs. It makes the transition from a hobbyist mindset to a professional production scale much smoother. You can plan out multiple batches at once, ensuring that every pour has the right proportions without having to re-calculate every single time you change a mould size.

## Tools

### calculate_mix_quantities
Gives you the exact amount of Part A and Part B needed for a specific ratio. It includes a buffer to prevent running short.

### calculate_mould_volume
Tells you the capacity of a rectangular, cylindrical, spherical, or irregular mould. It handles the geometry for you.

### calculate_material_mass
Converts a specific volume into weight based on the density of your resin. This helps you know exactly how much material to buy.

## Prompt Examples

**Prompt:** 
```
I have a cylindrical mould with a radius of 5cm and a depth of 10cm. How much resin do I need?
```

**Response:** 
```
The volume of your cylindrical mould is approximately **785.4 ml**.

Here is a quick summary for your pour:
*   **Total Volume:** 785.4 ml
*   **Shape:** Cylinder
*   **Dimensions:** 5cm radius, 10cm depth
```

**Prompt:** 
```
Convert 500ml of resin with a density of 1.1 g/ml to weight.
```

**Response:** 
```
The total mass for 500ml of resin at 1.1 g/ml is **550 grams**.

**Conversion Details:**
*   **Volume:** 500 ml
*   **Density:** 1.1 g/ml
*   **Total Weight:** 550 g
```

**Prompt:** 
```
How much Part A and Part B do I need for a 2:1 ratio with a total of 300ml, including a 10% overage?
```

**Response:** 
```
Including the 10% overage, you will need:

*   **Part A:** 220 ml
*   **Part B:** 110 ml

**Mix Summary:**
*   **Target Volume:** 300 ml
*   **Ratio:** 2:1
*   **Overage:** 10% (30 ml extra)
```

## Capabilities

### Calculate mould capacity
Determines the volume of rectangular, cylindrical, or spherical moulds.

### Convert volume to weight
Turns your mould volume into mass using your resin's specific density.

### Determine mixing quantities
Calculates the exact amount of Part A and Part B needed for a specific ratio.

### Add safety buffers
Ensures you have extra material so you don't run short during the pour.

### Handle irregular shapes
Provides a way to estimate volume for non-standard casting projects.

## Use Cases

### Checking if a bottle is enough
A user isn't sure if a 1L bottle covers a large cylinder. They ask about a cylinder with a 5cm radius and 10cm depth, and the agent uses `calculate_mould_volume` to find it's 785.4ml.

### Buying resin by weight
A user needs to know how much resin to buy in kg. They have 500ml of resin at 1.1 g/ml density, and the agent uses `calculate_material_mass` to show it's 550 grams.

### Mixing a 2:1 ratio
A user is confused about a 2:1 ratio for a 300ml pour. They want a 10% overage, and the agent uses `calculate_mix_quantities` to give them 220ml of Part A and 110ml of Part B.

### Casting irregular shapes
A user describes a custom, non-standard shape and asks for the volume. The agent uses `calculate_mould_volume` to provide an estimate.

## Benefits

- Stop wasting expensive resin by getting exact volume measurements using `calculate_mould_volume`.
- Know your material weight instantly with `calculate_material_mass` to help with purchasing.
- Avoid mid-pour shortages by using the safety buffer in `calculate_mix_quantities`.
- Save time on complex geometry math for cylinders and spheres instead of using manual formulas.
- Get consistent results across different projects by locking in exact Part A and Part B proportions.

## How It Works

The bottom line is you get exact material requirements for any project without doing the manual math.

1. Provide the mould dimensions and shape to your agent.
2. Input your resin's density and desired mix ratio.
3. Get a breakdown of the total mass and the specific amounts for each component.

## Frequently Asked Questions

**How can the Resin Volume Calculator help me avoid wasting epoxy?**
It calculates the exact capacity of your moulds so you don't over-mix. You'll know exactly how much resin to prep for each pour, which saves money on expensive materials.

**Can I use the Resin Volume Calculator for different mould shapes?**
Yes, it handles common shapes like cylinders and spheres as well as irregular moulds. You just give your agent the dimensions and it does the math.

**Does the Resin Volume Calculator help with buying the right amount of resin?**
It does by converting your mould's volume into weight. Since resin is often sold by weight, you can see exactly how many grams or kilograms you need to purchase.

**How does the Resin Volume Calculator handle mixing ratios?**
It calculates the specific amounts for both Part A and Part B based on your ratio. It even includes a safety buffer so you don't run out of material mid-pour.

**Is the Resin Volume Calculator good for industrial casting?**
It's great for any scale. Whether you're a hobbyist or a pro, it provides the precision needed to ensure consistent batch sizes and accurate material planning.

**What happens if my resin has a weird density?**
You just tell your agent the density of your specific resin. The tool then uses that number to give you a much more accurate weight calculation for your project.

**How do I calculate the volume for an irregular mould?**
For irregular shapes, use the water displacement method to find the volume in ml, then provide this value to the `calculate_mould_volume` tool using the 'irregular' shape setting.

**Can I calculate mixing ratios by weight or volume?**
Yes, the `calculate_mix_quantities` tool supports both 'weight' and 'volume' measurement modes. You can also provide density to convert between them.

**What is the recommended overage percentage?**
It is highly recommended to add a 5-10% buffer using the `overage_percentage` parameter in `calculate_mix_quantities` to account for resin lost in mixing containers.