# Rice Drying Cost & Optimization AI Agent Connect

> Calculate drying costs, energy use, and optimize temperature for rice quality.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_wYQjJIC8gFnBVy3MyyxthKsaubyZdvyqaI4F6t6P/ai-agent-connect
- **Tags:** rice, drying, agriculture, cost-analysis, yield-optimization

## Description

This MCP server provides specialized tools for rice producers to manage the critical tradeoff between drying speed and grain quality. Use `get_drying_cost_estimate` to calculate energy consumption and cost per hundredweight. Use `optimize_drying_temperature` to find the ideal temperature that minimizes economic loss from fissuring. You can also use `compare_drying_methods` to evaluate continuous flow, batch, or in-bin processes, and `validate_moisture_parameters` to ensure your drying plan is commercially viable.

## Tools

### compare_drying_methods
Compares the cost and yield outcomes of different drying methods for the same grain batch

### get_drying_cost_estimate
Provides a comprehensive estimate of the costs associated with a specific drying operation

### validate_moisture_parameters
Checks if a proposed drying plan is physically and commercially viable

### optimize_drying_temperature
Finds the ideal drying temperature that balances the cost of energy against the value lost from reduced head rice yield

## Prompt Examples

**Prompt:** 
```
What will it cost to dry rice from 24% to 14% moisture using natural gas in a batch dryer?
```

**Response:** 
```
The estimated energy consumption is 450 units, with a drying cost of $12.50 per cwt and an expected head rice yield loss of 2.1%.
```

**Prompt:** 
```
Find the best temperature for drying rice from 22% to 13% moisture using propane.
```

**Response:** 
```
The optimal temperature is 42°C, which results in an expected yield loss of 1.5% and a total economic loss of $85.00.
```

**Prompt:** 
```
Compare continuous flow and batch drying for 20% to 14% moisture using electricity.
```

**Response:** 
```
Continuous flow requires 300 units of energy at $15.00/cwt with 1.2% yield loss, while batch requires 350 units at $14.20/cwt with 1.8% yield loss.
```

## Frequently Asked Questions

**How can I minimize my total drying costs?**
You can use `optimize_drying_temperature` to find the temperature that balances energy costs against the value lost from reduced head rice yield.

**What is the difference between the drying methods?**
You can use `compare_drying_methods` to see the specific energy consumption and yield loss for continuousFlow, batch, and inBin methods.

**Can I check if my drying plan is safe?**
Yes, use `validate_moisture_parameters` to check if your target moisture and allowable yield loss are within acceptable limits.
