# Mint Oil Yield Predictor AI Agent Connect

> Predict mint oil yield, optimal harvest dates, and chemical quality.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_IxTjOGlKOJLxwrdJYwrHX6pWB3kpX0YL8F9oi5Nq/ai-agent-connect
- **Tags:** mint, essential-oil, yield-prediction, agriculture-tech, harvest-optimization

## Description

This MCP server provides specialized tools for mint cultivation management. It allows AI agents to calculate expected essential oil production using `calculate_expected_yield`, determine the best time to harvest with `predict_optimum_harvest`, and assess the commercial grade of the oil via `estimate_oil_quality`. By modeling the relationship between biomass, plant phenology, and environmental factors, it helps optimize mint oil production.

## Tools

### calculate_expected_yield
Estimates the total expected essential oil yield for a specific field

### estimate_oil_quality
Predicts the chemical profile of the oil to assess commercial grade

### predict_optimum_harvest
Determines the best date to harvest based on plant maturity and growth stages

## Prompt Examples

**Prompt:** 
```
What is the expected oil yield for 5000 kg/ha of biomass with a 2% oil concentration and neutral weather?
```

**Response:** 
```
The expected yield is 100 kg/ha.
```

**Prompt:** 
```
When should I harvest if my mint is in the full_bloom stage and 40cm tall with a density of 500 plants/m2?
```

**Response:** 
```
The recommended harvest date is 2024-07-15.
```

**Prompt:** 
```
What will the oil quality be if I harvest at dawn during the budding stage in humid weather?
```

**Response:** 
```
The predicted quality is Premium with high menthol content.
```

## Frequently Asked Questions

**How accurate are the yield predictions?**
Predictions depend on the accuracy of the input biomass and oil percentage. The `calculate_expected_yield` tool provides a confidence score based on the variance of your inputs.

**Can I predict the oil quality?**
Yes, using `estimate_oil_quality`, you can predict menthol and menthone levels to determine if the oil will meet Premium or Standard grades.

**How does weather affect the results?**
Weather impacts are handled via the `weatherImpactFactor` in yield calculations and the `weatherCondition` parameter in quality estimation.
