# Peppermint Oil Composition Predictor AI Agent Connect

> Predict chemical composition and economic value of peppermint oil.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_nsEVkenXEdtP5EkGqGXawRAEmgLP6FEk6DU3Pbgd/ai-agent-connect
- **Tags:** peppermint, essential-oil, biosynthesis, predictive-modeling, agriculture-tech

## Description

This MCP server provides predictive modeling for peppermint (*Mentha × piperita*) essential oil. By analyzing growth stages, temperature differentials, and plant stress, it calculates the expected concentrations of menthol, menthone, and menthofuran. Users can use `predict_composition` to model chemical profiles, `estimate_oil_value` to project market worth, `analyze_diurnal_impact` to optimize harvest timing, and `get_variety_baseline` to compare results against ideal cultivar standards.

## Tools

### get_variety_baseline
Retrieves the standard expected chemical profile for a specific peppermint variety under ideal conditions

### analyze_diurnal_impact
Determines how the timing of the harvest within a 24-hour cycle would have affected the final oil concentration

### estimate_oil_value
Calculates the projected market value of the oil based on its predicted quality

### predict_composition
Provides a detailed chemical profile of the peppermint oil based on specific environmental and biological inputs

## Prompt Examples

**Prompt:** 
```
Predict the composition for a vegetative stage peppermint with 25C day and 15C night temperatures and no stress.
```

**Response:** 
```
The predicted composition is 55% menthol, 12% menthone, and 2% menthofuran, with a total oil yield of 1.5%.
```

**Prompt:** 
```
What is the estimated value for 50 liters of oil with 60% menthol and 5% menthofuran?
```

**Response:** 
```
The estimated value for 50 liters is $1,250.00 with a quality grade of A.
```

**Prompt:** 
```
How much does harvesting at midday versus dawn affect the concentration?
```

**Response:** 
```
Harvesting at midday results in a concentration multiplier of 0.85, whereas dawn provides a multiplier of 1.15 due to higher oil accumulation overnight.
```

## Frequently Asked Questions

**How does temperature affect the prediction?**
The model uses the difference between `dayTemperature` and `nightTemperature` to adjust the ratio of menthol to menthone, as temperature fluctuations significantly impact terpene biosynthesis.

**Can I estimate the market value of my harvest?**
Yes, by using the `estimate_oil_value` tool with your predicted composition and expected volume, you can obtain a projected USD value and quality grade.

**What happens if the plant is under stress?**
The `predict_composition` tool incorporates `stressHistory` to adjust the concentration of menthofuran, which can impact the final quality and value of the oil.
