# Lavender Oil Yield Calculator AI Agent Connect

> Estimate lavender essential oil yield, chemical profiles, and distillation efficiency.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_FvBDUqxg0e2ESlu15qXf7oedkYKXNfZHhKsc5I4Z/ai-agent-connect
- **Tags:** lavender, essential-oil, agriculture, distillation, yield-calculation

## Description

This MCP server provides specialized tools for lavender cultivation and processing analysis. It allows AI agents to calculate expected oil yield per hectare using `calculate_expected_yield`, predict aromatic compound concentrations like linalool with `estimate_chemical_profile`, and estimate operational needs via `calculate_distillation_efficiency`. Additionally, users can identify the best time for harvest using `get_harvest_recommendation` to ensure maximum oil quality.

## Tools

### calculate_distillation_efficiency
Estimates the operational requirements for the extraction process

### calculate_expected_yield
Determines the total amount of essential oil produced per unit of land

### estimate_chemical_profile
Predicts the concentration of key aromatic compounds

### get_harvest_recommendation
Identifies the ideal time to harvest for maximum quality

## Prompt Examples

**Prompt:** 
```
What is the expected yield for 5000 kg/ha of Lavandula angustifolia with 2% oil content?
```

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

**Prompt:** 
```
Estimate the distillation requirements for 200kg of biomass using steam distillation.
```

**Response:** 
```
The estimated distillation time is 4.5 hours with an energy requirement of 120 kWh.
```

**Prompt:** 
```
What is the chemical profile for Lavandula angustifolia in the Full Bloom stage?
```

**Response:** 
```
The profile shows a linalool content of 35% and a linalyl acetate content of 25%, resulting in a High quality grade.
```

## Frequently Asked Questions

**How do I calculate the expected oil yield?**
Use the `calculate_expected_yield` tool by providing the lavender variety, the biomass per hectare, and the expected oil content percentage.

**Can I predict the quality of the oil?**
Yes, the `estimate_chemical_profile` tool predicts linalool and linalyl acetate levels, which determine the oil's quality grade.

**How can I find the best time to harvest?**
The `get_harvest_recommendation` tool analyzes the specific variety to identify the optimum flower development stage for peak quality.
