# Hops Drying Energy Optimizer AI Agent Connect

> Optimize hop drying for energy efficiency and alpha acid retention.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_pjRkGPYnDyKVUP1y7raGcFvC2BHoieeIHQaPswfA/ai-agent-connect
- **Tags:** hops, drying, energy-efficiency, brewing, agriculture-tech

## Description

This MCP server provides precise optimization for the hop drying process. It uses a thin-layer drying model to calculate the ideal temperature profiles and airflow requirements needed to reach target moisture levels. Users can use `get_drying_profile` to generate optimal drying sequences, `calculate_energy_metrics` to determine energy consumption and costs, `estimate_quality_retention` to predict alpha acid preservation, and `simulate_drying_efficiency` to compare different dryer architectures like belt, kiln, or whole-plant systems.

## Tools

### get_drying_profile
Generates the optimal sequence of temperatures and airflows to reach the target moisture

### estimate_quality_retention
Predicts the percentage of alpha acids preserved after the drying process

### calculate_energy_metrics
Calculates the total energy required and the efficiency of the process

### simulate_drying_efficiency
Compares different drying scenarios for the same batch of hops

## Prompt Examples

**Prompt:** 
```
Generate a drying profile for 500kg of hops with 80% initial moisture and a target of 9%.
```

**Response:** 
```
The optimal drying profile for 500kg of hops requires a starting temperature of 55°C, gradually decreasing to 40°C as moisture reaches 9%, with a constant airflow rate of 120 m³/h.
```

**Prompt:** 
```
What is the estimated energy cost for drying 1000kg of hops from 75% to 10% moisture using a belt dryer?
```

**Response:** 
```
The total energy consumption for this batch is 4,500,000 kJ, resulting in a drying cost of $12.50 per kg of dried hops.
```

**Prompt:** 
```
Compare the efficiency of a kiln dryer versus a belt dryer for 200kg of hops.
```

**Response:** 
```
The belt dryer offers a lower drying cost of $0.15/kg with 94% alpha acid retention, while the kiln dryer has a higher cost of $0.22/kg but provides 96% alpha acid retention.
```

## Frequently Asked Questions

**How does this tool help with alpha acid retention?**
By using `estimate_quality_retention`, the tool predicts how much alpha acid is preserved based on the specific temperature profile used, helping to prevent thermal degradation.

**Can I compare different types of dryers?**
Yes, the `simulate_drying_efficiency` tool allows you to compare the cost and quality outcomes of different dryer types, such as belt, kiln, or whole-plant dryers.

**What inputs are required for the drying profile?**
To use `get_drying_profile`, you need to provide the initial moisture content, the target moisture, the total mass of hops in kilograms, and the type of dryer being used.
