# Soap Saponification Calculator AI Agent Connect

> Deterministic cold-process soap formulation calculator for precise lye and water requirements.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_WmKIqRA09L2E2PopRsDwKHiElTBYH9glpWeZesL7/ai-agent-connect
- **Tags:** soap, saponification, chemistry, formulation, maker

## Description

This MCP server provides precise chemical calculations for soap makers. Use `calculate_formulation` to determine exact lye and water amounts, fatty acid profiles, and predicted soap properties like hardness and cleansing. You can also use `get_oil_data` to retrieve specific SAP values and `analyze_soap_quality` to evaluate if your recipe meets industry stability benchmarks based on the INS value.

## Tools

### analyze_soap_quality
Evaluates predicted soap properties against industry benchmarks

### calculate_formulation
Calculates exact chemical requirements and soap quality metrics for a blend of oils

### get_oil_data
g., "Olive", "Coconut").

Provides specific chemical constants for a given oil

## Prompt Examples

**Prompt:** 
```
Calculate a soap recipe with 500g olive oil, 200g coconut oil, and 300g palm oil using 5% superfat and NaOH at 33% concentration.
```

**Response:** 
```
For your recipe, you will need 123.45g of NaOH and 251.23g of water. The fatty acid profile includes high oleic acid, and the predicted hardness score is 65.
```

**Prompt:** 
```
What are the chemical properties of coconut oil?
```

**Response:** 
```
Coconut oil has a NaOH SAP value of 0.190 and a KOH SAP value of 0.175. Its fatty acid profile is primarily composed of lauric and myristic acids.
```

**Prompt:** 
```
Is my soap recipe stable with an INS value of 120?
```

**Response:** 
```
The stability rating is Soft. Since the INS value is below the target range of 136-170, you may want to increase the proportion of harder fats like stearic or palmitic acids to improve stability.
```

## Frequently Asked Questions

**How do I calculate the lye needed for my recipe?**
You can use the `calculate_formulation` tool by providing a list of your oil weights, the desired superfat percentage, the lye type (NaOH or KOH), and your target lye concentration.

**What is an INS value?**
The INS value is a composite score used to predict the stability and melting point of soap. A target range of 136 to 170 is generally recommended for balanced bar soap.

**Can I use this for liquid soap?**
Yes, by selecting KOH as the lye type in the `calculate_formulation` tool, the calculator will provide requirements for liquid soap formulations.
