# Resin Volume Calculator MCP for AI Agents MCP

> Resin Volume Calculator determines precise material requirements for casting projects. This MCP calculates the exact volume and weight needed for any mold shape—rectangular, cylindrical, or spherical. It also ensures you get the perfect mix ratio for Part A and Part B, including a safety buffer so you don't run short during a pour.

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

## Description

Running out of resin mid-pour is every artist’s worst nightmare. This MCP solves that problem by giving you precise material calculations before you even open the epoxy bottles. Instead of guessing or using rough formulas, your AI client figures out the exact capacity of any mold shape, whether it's a simple rectangle or a complex sphere. The process then converts that pure volume into usable weight based on your resin’s specific density. Crucially, it doesn't stop there; it takes the total amount and calculates the precise amounts needed for Part A and Part B, adding an overage buffer just in case. When you connect this MCP via Vinkius, your AI agent handles all these complex steps instantly. You get a reliable number—the perfect measure to guarantee a successful pour every time.

## Tools

### calculate_material_mass
Converts a given volume measurement into an accurate mass or weight.

### calculate_mix_quantities
Calculates the specific, proportional amounts required for resin Part A and Part B from a total amount.

### calculate_mould_volume
Determines the internal capacity volume of various mold shapes (rectangular, cylindrical, spherical).

## Prompt Examples

**Prompt:** 
```
I need to cast a plaque using a rectangular mold 10cm by 15cm. How much do I need?
```

**Response:** 
```
**Project Estimate: Rectangular Plaque**

*   **Mold Volume:** 1,500 ml (assuming a depth of 10 cm)
*   **Material Weight Needed:** 1,650 grams (based on your resin's density of 1.1g/ml)
*   **Mix Quantities (2:1 Ratio + Buffer):**
    *   Part A: 980 g
    *   Part B: 670 g
```

**Prompt:** 
```
How much resin is needed for a spherical mold with a radius of 5cm?
```

**Response:** 
```
**Spherical Mold Calculation**

The volume of the sphere is approximately **523.6 cubic inches**.

To convert this to weight using your density (1.1 g/ml), you'll need about **580 grams** in total material.

For a standard 2:1 mix, that breaks down into:
*   Part A: 348 grams
*   Part B: 232 grams
```

**Prompt:** 
```
I want a total pour of 600ml for a complex mold. Give me the Part A and Part B amounts.
```

**Response:** 
```
**Material Ratio Breakdown**

Based on a desired total of 600 ml, and maintaining your specified safety overage buffer:

| Component | Amount Required |
| :--- | :--- |
| Part A | **410 ml** |
| Part B | **225 ml** |

This mix ensures you cover the full pour without running dry.
```

## Capabilities

### Determine mold capacity by shape
It calculates the precise volume for molds of rectangular, cylindrical, or spherical designs.

### Convert measured volume to weight
You input the volume and your resin's density, and it outputs the exact total mass (weight) required.

### Calculate precise mixing ratios
It takes a desired total amount and calculates the specific amounts needed for Part A and Part B, including a necessary safety overage buffer.

## Use Cases

### A client needs to cast a large centerpiece
The agent takes measurements for a spherical mold and runs `calculate_mould_volume`. It then uses that volume to determine the weight via `calculate_material_mass` and finally figures out the perfect mix using `calculate_mix_quantities` for both parts.

### An educator needs to demonstrate material waste
The agent calculates a theoretical mold volume, converts it to weight, then adjusts the required ratio (Part A/B) with an added buffer to show students exactly how much excess is needed for safety.

### A jeweler needs small-batch material estimates
The agent takes simple dimensions of a rectangular mold and immediately calculates both the volume and the specific, smaller amounts of Part A and Part B required for that tiny piece.

## Benefits

- Stop wasting materials. Using the `calculate_mould_volume` tool ensures you know the mold's true capacity before starting.
- Eliminate guesswork on weight. The MCP uses `calculate_material_mass` to convert raw volume measurements into the precise total weight needed for your project.
- Never run short again. The system calculates exact ratios using `calculate_mix_quantities`, including a safety overage buffer so you're prepared for any pour variation.
- Handle complex shapes instantly. It figures out volumes for cylinders, spheres, and irregular molds without needing manual formulas.
- Saves time on prep work. Instead of switching between geometry calculators and mixing guides, one connection handles the whole material flow.

## How It Works

The bottom line is: your agent takes rough mold dimensions and spits out accurate, usable measurements for every component of your resin mix.

1. You describe your casting project to your AI client, providing dimensions like radius, depth, or mold length.
2. The MCP first uses the dimensional data to figure out the total volume of the container. Then, it converts that volume into weight using the density you provide.
3. Finally, it breaks down the total required weight and calculates the precise amounts for Part A and Part B, factoring in a buffer so you don't get stuck with leftovers or run short.

## Frequently Asked Questions

**How does the Resin Volume Calculator help me figure out material needs for different mold shapes?**
It accurately calculates volume for rectangular, cylindrical, and spherical molds. This means you don't have to guess or use approximations when planning your pour.

**Do I need to know the density of my resin to use this MCP?**
Yes, knowing the resin’s density is key because it allows the system to convert volume (like milliliters) into accurate weight (grams). This gives you a more reliable measure for ordering materials.

**Can the Resin Volume Calculator automatically add extra material so I don't run out?**
Absolutely. When calculating Part A and Part B, it includes a safety overage buffer. This means your mix quantities are slightly higher than the minimum needed, giving you peace of mind during casting.

**What if my mold is an odd shape? Can this MCP handle that?**
While it specializes in common shapes like cylinders and spheres, its core function calculates the volume capacity of your mold first. This number can then be used to calculate weight and mix ratios.

**Is calculating the Part A and Part B amounts complex with this MCP?**
No. You just tell it the total amount needed, specify your desired ratio (like 2:1), and the system handles the division instantly, giving you two precise measurements.