# Candle Making Calculator AI Agent Connect

> Deterministic formulation engine for precise wax weights, fragrance loads, and wick performance.

## Overview
- **Category:** chemistry
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_mg6DQXDCHBG95dAvS2CqdUIPQC6kJaAWC9RxmvOo/ai-agent-connect
- **Tags:** candle-making, wax-calculation, fragrance-load, wick-selection, formulation

## Description

This MCP server provides a deterministic engine for candle makers to calculate exact ingredient weights and burn characteristics. Use `calculate_formulation` to determine the precise mass of wax and fragrance oil needed for any container volume. Use `analyze_wick_performance` to predict melt pool depth and burn hours based on container diameter. Additionally, `predict_shrinkage` helps assess structural risks for pillar candles and container candles by estimating wax contraction during cooling.

## Tools

### analyze_wick_performance
Recommends a wick series and predicts burn characteristics based on container dimensions

### calculate_formulation
Determines the precise weight of wax and fragrance oil required for a specific container and wax type

### predict_shrinkage
Estimates the volume loss or structural impact due to wax contraction during cooling

## Prompt Examples

**Prompt:** 
```
I have a 250ml soy wax container and want a 10% fragrance load. How much wax and oil do I need?
```

**Response:** 
```
For a 250ml soy wax container with a 10% fragrance load, you need 21.5g of fragrance oil and 215g of soy wax, for a total weight of 236.5g.
```

**Prompt:** 
```
What is the burn time for a 300g candle using a CD wick series in a 70mm diameter container?
```

**Response:** 
```
For a 300g candle with a 70mm diameter using the CD wick series, the estimated burn time is 42 hours.
```

**Prompt:** 
```
Will a paraffin pillar candle have high shrinkage risk?
```

**Response:** 
```
Yes, paraffin wax has a higher shrinkage rate (8-12%), and because it is a pillar candle, the structural risk is rated as high.
```

## Frequently Asked Questions

**How do I calculate the amount of wax needed for my jar?**
You can use the `calculate_formulation` tool. Provide the container volume, the unit (ml or oz), the wax type, and your desired fragrance load percentage.

**Can this tool help me choose a wick?**
Yes. By using `analyze_wick_performance` with your container diameter and chosen wick series, the engine predicts the optimal wick size and expected burn time.

**How does shrinkage affect my candle?**
Different waxes contract at different rates. Use `predict_shrinkage` to estimate the percentage of volume loss and the structural risk, especially for freestanding pillar candles.
