# Tobacco Curing Optimizer AI Agent Connect

> Generates optimal temperature and humidity schedules for tobacco curing.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_i54APzNfrJtgzWos53hSELNX5CSPuPs2n1dDVMjC/ai-agent-connect
- **Tags:** tobacco, curing, agriculture-tech, scheduling, energy-management

## Description

This MCP server provides specialized tools for tobacco producers to manage the biological curing process. By using `generate_curing_schedule`, users can create precise stage-by-stage plans covering yellowing, leaf drying, and stem drying. The server also includes `predict_quality_outcome` to estimate market grades and `calculate_energy_requirements` to forecast barn energy consumption. It accounts for tobacco variety, leaf position, and maturity to ensure optimal leaf quality.

## Tools

### calculate_energy_requirements
Estimates the total energy cost to run the barn for a specific schedule

### predict_quality_outcome
Estimates the final market grade of the cured tobacco

### generate_curing_schedule
Generates an optimal stage-by-stage tobacco curing schedule

### get_stage_constraints
Retrieves the physiological safety bounds for a specific tobacco type

## Prompt Examples

**Prompt:** 
```
Generate a curing schedule for flue-cured tobacco, primings position, maturity level 0.8, and a barn capacity of 500.
```

**Response:** 
```
The generated schedule for your flue-cured primings includes a 48-hour yellowing stage at 35°C, a 72-hour leaf drying stage at 45°C, and a 36-hour stem drying stage at 55°C. Total energy is estimated at 1250 kWh.
```

**Prompt:** 
```
What is the predicted quality for a burley tobacco with these parameters: type 'burley', maturity 0.9, and a drying temperature of 42°C?
```

**Response:** 
```
The predicted quality grade is Premium, with a color score of 8.5, texture score of 8.2, and aroma score of 8.8.
```

**Prompt:** 
```
What are the safety temperature limits for dark tobacco?
```

**Response:** 
```
For dark tobacco, the maximum yellowing temperature is 38°C and the maximum drying temperature is 50°C. The ideal humidity range is 85-95%.
```

## Frequently Asked Questions

**How do I create a curing plan?**
Use the `generate_curing_schedule` tool with your tobacco type, leaf position, and maturity level to receive a complete temperature and humidity profile.

**Can I estimate my energy costs?**
Yes, the `calculate_energy_requirements` tool estimates total kWh and peak load based on your specific schedule and barn capacity.

**How is leaf quality predicted?**
The `predict_quality_outcome` tool analyzes your curing parameters against the biological needs of the tobacco variety to estimate color, texture, and aroma scores.
