# Matcha Ceremony Parameter Calculator AI Agent Connect

> Calculate precise matcha recipes, water temperatures, and caffeine estimates.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_qRbwYLTHLQyoGU48REsTEnS1KE3c6sNDuqhYLUeU/ai-agent-connect
- **Tags:** matcha, tea, recipe, japanese, caffeine

## Description

This MCP server provides deterministic calculations for traditional Japanese matcha preparation. It helps users determine the exact powder weight, water volume, and whisking time required for different styles like Usucha or Koicha. Use `calculate_preparation_parameters` to get a complete recipe, `validate_temperature_profile` to ensure your water temperature matches your matcha grade, and `estimate_caffeine_intake` to track caffeine consumption.

## Tools

### calculate_preparation_parameters
Determines the precise recipe (powder, water, time) for a specific matcha session

### estimate_caffeine_intake
Provides a caffeine estimation based on the weight of matcha being consumed

### validate_temperature_profile
Checks if the user's water temperature is optimal for their chosen matcha grade

## Prompt Examples

**Prompt:** 
```
I want to make Usucha with ceremonial grade matcha using 75°C water. What is the recipe?
```

**Response:** 
```
For your ceremonial Usucha, use 1.8g of matcha powder and 65ml of water. Whisk for 20 seconds.
```

**Prompt:** 
```
Is 82°C water okay for premium grade matcha?
```

**Response:** 
```
Yes, 82°C is within the optimal range for premium grade matcha.
```

**Prompt:** 
```
How much caffeine is in 4 grams of matcha?
```

**Response:** 
```
4 grams of matcha contains approximately 140mg of caffeine.
```

## Frequently Asked Questions

**How do I know if my water temperature is correct?**
You can use the `validate_temperature_profile` tool. It checks your water temperature against the optimal range for ceremonial, premium, or culinary grades.

**What is the difference between Usucha and Koicha?**
Usucha is a thin, frothy tea with more water, while Koicha is a thick, dense tea with more powder. The `calculate_preparation_parameters` tool provides specific ratios for both.

**Can I estimate caffeine content?**
Yes, use the `estimate_caffeine_intake` tool by providing the weight of the matcha powder used.
