# Ceramic Shrinkage & Glaze Calculator AI Agent Connect

> Calculate precise wet clay dimensions and glaze requirements for ceramic production.

## Overview
- **Category:** tools
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_SGaq4EKDO8dkWDMD9IOOOU5z3fXOqTYvJqFsa820/ai-agent-connect
- **Tags:** pottery, ceramics, shrinkage, glaze, kiln

## Description

This MCP server provides deterministic tools for ceramic artists and manufacturers to manage physical changes during the pottery process. Use `calculate_clay_dimensions` to determine the necessary wet size of a piece based on specific clay body shrinkage rates. Use `calculate_glaze_requirements` to find the exact mass of glaze needed for different application methods like dipping or spraying. Additionally, `get_firing_parameters` provides recommended bisque and glaze firing temperatures for porcelain, stoneware, earthenware, and raku clay bodies.

## Tools

### calculate_clay_dimensions
Determines the necessary wet dimensions required to reach a specific target size after all shrinkage has occurred

### calculate_glaze_requirements
Calculates the mass of glaze needed and the ideal density for the specified application method

### get_firing_parameters
Provides the recommended temperature ranges for both the bisque and glaze firing stages based on the clay type

## Prompt Examples

**Prompt:** 
```
What wet dimensions do I need for a porcelain piece that should be 10x10x10 cm, with 5% drying and 13% firing shrinkage?
```

**Response:** 
```
To achieve a finished size of 10x10x10 cm, your wet dimensions should be 11.9x11.9x11.9 cm based on a total shrinkage of 18%.
```

**Prompt:** 
```
How much glaze do I need for a 500 sq cm surface using the dipping method?
```

**Response:** 
```
You will need 75 grams of glaze for a 500 sq cm surface using the dipping method.
```

**Prompt:** 
```
What are the firing temperatures for earthenware?
```

**Response:** 
```
Earthenware typically requires a bisque firing around 1000°C and a glaze firing around 1050°C.
```

## Frequently Asked Questions

**How do I calculate the wet size of my clay?**
You can use the `calculate_clay_dimensions` tool. Provide the clay type, your target finished dimensions, and the expected drying and firing shrinkage percentages.

**Can I calculate glaze amounts for spraying?**
Yes, the `calculate_glaze_requirements` tool supports spraying, dipping, pouring, and brushing methods to determine the required glaze mass.

**What firing temperatures are recommended for stoneware?**
You can retrieve specific temperature ranges for stoneware by using the `get_firing_parameters` tool.
