# Wheat Vomitoxin Risk Predictor AI Agent Connect

> Predicts deoxynivalenol (DON) contamination risk in wheat crops.

## Overview
- **Category:** risk-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ziYZj12HwTF006ZNU97yl5HhNmRi1VKhVMkYFLU3/ai-agent-connect
- **Tags:** wheat, mycotoxin, don, fusarium, farming

## Description

This MCP server provides specialized tools to manage Fusarium head blight risk in wheat. It calculates the probability of exceeding regulatory DON thresholds using `calculate_don_probability`, estimates financial losses with `estimate_economic_impact`, identifies the best time for chemical protection via `recommend_fungicide_window`, and pinpoints environmental drivers using `evaluate_risk_factors`.

## Tools

### estimate_economic_impact
Calculates the projected financial loss due to DON contamination

### recommend_fungicide_window
Determines the most effective timeframe for applying fungicide to minimize risk

### evaluate_risk_factors
Identifies which specific variable is contributing most to the current risk profile

### calculate_don_probability
Predicts the likelihood of wheat grain exceeding specific toxin thresholds

## Prompt Examples

**Prompt:** 
```
What is the probability of DON exceeding 1 ppm if my wheat flowers on June 15th with high humidity and heavy rain?
```

**Response:** 
```
The probability of exceeding the 1 ppm threshold is 75%, indicating a high risk level.
```

**Prompt:** 
```
How much money will I lose if there is a 40% chance of contamination on a 5000 kg/ha yield at $300 per ton?
```

**Response:** 
```
The estimated economic loss is $600 based on a 20% threshold penalty.
```

**Prompt:** 
```
When should I apply fungicide for wheat flowering on July 10th?
```

**Response:** 
```
The optimal application date is July 8th, providing a 5-day efficacy window.
```

## Frequently Asked Questions

**How accurate are the risk predictions?**
Predictions are based on established Fusarium head blight risk models using environmental and biological inputs.

**Can I use this to plan fungicide applications?**
Yes, you can use `recommend_fungicide_window` to find the optimal timeframe for application based on flowering dates and weather forecasts.

**What data is required for the economic impact tool?**
You need to provide expected yield, market price, the probability of toxin exceedance, and the penalty for downgraded grain.
