# Sushi Rice & Ingredient Calculator AI Agent Connect

> Calculate exact quantities of uncooked rice, seasoning, nori, and protein for sushi production.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_WiHwDapEmaebOaoQMlqehrpkr7u9NnduANwD5IOv/ai-agent-connect
- **Tags:** sushi, cooking, kitchen, recipe, calculation

## Description

This MCP server provides deterministic calculations for sushi preparation. It determines the exact mass of uncooked rice and seasoned vinegar using specific hydration and seasoning ratios. It also calculates the necessary nori sheets and protein weights for various sushi styles including nigiri, maki, uramaki, and temaki. Use `rice_requirements` to get rice and seasoning totals, `nori_requirements` for seaweed counts, and `ingredient_weights` for protein mass.

## Tools

### ingredient_weights
Calculate protein/filling weight requirements

### nori_requirements
Calculate nori sheet requirements

### rice_requirements
Calculate uncooked rice and seasoning requirements

## Prompt Examples

**Prompt:** 
```
How much uncooked rice and seasoning do I need for 20 pieces of nigiri?
```

**Response:** 
```
For 20 pieces of nigiri, you will need 171.43g of uncooked rice and 30g of seasoning (consisting of 20g vinegar, 10g sugar, and 5g salt).
```

**Prompt:** 
```
How many nori sheets are needed for 10 maki rolls?
```

**Response:** 
```
You will need 5 full nori sheets for 10 maki rolls.
```

**Prompt:** 
```
How much fish do I need for 5 temaki cones?
```

**Response:** 
```
You will need the specific protein weight calculated for temaki to ensure a balanced cone.
```

## Frequently Asked Questions

**How does the rice calculation work?**
The tool calculates uncooked rice weight by accounting for the water-to-rice ratio (1:1.1) and then determines the seasoning (su) based on 10% of the cooked rice weight.

**What sushi types are supported?**
The calculator supports nigiri, maki, uramaki, and temaki.

**Can I calculate protein requirements?**
Yes, use the `ingredient_weights` tool to find the required mass of protein or filling for your specific sushi type.
