# Coffee Brewing Ratio Engine AI Agent Connect

> Deterministic coffee brewing calculator based on SCA Golden Cup Standards.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_lIODjQcDSboJF9buQrAjTaG2LQg5QxehdM2AAsFb/ai-agent-connect
- **Tags:** coffee, brewing, sca-standards, barista, extraction

## Description

This MCP server provides precise brewing calculations following the SCA Golden Cup Standard. It allows AI agents to determine exact coffee doses, water volumes, and temperature targets for various methods. Use `calculate_brew_parameters` to get a full brewing schedule, `get_method_recommendations` to find ideal ratios, or `validate_ratio_compatibility` to check if your chosen ratio fits your method.

## Tools

### get_method_recommendations
Suggests optimal ratios and temperatures for specific brew methods if the user is unsure

### calculate_brew_parameters
Calculates the core ingredients and timing required for a specific brew

### validate_ratio_compatibility
Checks if a specific user-provided ratio is appropriate for a chosen brewing method

## Prompt Examples

**Prompt:** 
```
I want to make 300ml of pour-over coffee with a 1:15 ratio. What do I need?
```

**Response:** 
```
For a 300ml pour-over at a 1:15 ratio, you need 20g of coffee and 300ml of water. The recommended temperature is 93°C. Start with a bloom phase, then follow the pour stages.
```

**Prompt:** 
```
What are the recommended ratios for French Press?
```

**Response:** 
```
Standard ratios for French Press typically range between 1:13 and 1:18.
```

**Prompt:** 
```
Is a 1:50 ratio okay for Espresso?
```

**Response:** 
```
No, a 1:50 ratio is not appropriate for espresso; espresso requires much tighter ratios, typically between 1:1 and 1:3.
```

## Frequently Asked Questions

**What standards does this engine follow?**
The engine uses the SCA Golden Cup Standard to ensure optimal extraction and flavor profiles.

**How do I get a pouring schedule?**
You can use the `calculate_brew_parameters` tool, which returns a detailed list of pour stages.

**Can I use this for Espresso?**
Yes, the engine supports espresso with specific temperature and ratio logic designed for high-pressure extraction.
