# Spray Drift Model AI Agent Connect

> Estimates pesticide drift distance and risk using agdrift equations.

## Overview
- **Category:** environmental-science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Q1DIkQP7xEXJL9J4Vo0tjZlwGaHBfR61gx5rnL5u/ai-agent-connect
- **Tags:** pesticide, drift, agronomy, safety, modeling

## Description

This MCP server provides precise pesticide movement simulations. It uses the agdrift model to calculate droplet deposition, evaporation effects, and canopy interception. Use `calculate_drift_dynamics` to model droplet behavior, `estimate_canopy_impact` to adjust for foliage density, `evaluate_drift_risk` to classify danger levels, and `determine_buffer_zone` to establish safe distances for non-target areas.

## Tools

### calculate_drift_dynamics
Determine the physical behavior and movement of droplets based on spray and environmental parameters

### estimate_canopy_impact
Adjust drift predictions based on the presence and density of a target crop

### evaluate_drift_risk
Categorize the level of danger posed by the current application parameters

### determine_buffer_zone
Calculate the minimum safe distance required to protect non-target areas

## Prompt Examples

**Prompt:** 
```
Calculate the drift dynamics for a fine droplet size with 5 m/s wind speed, 2m boom height, 100 L/ha rate, 25C, and 50% humidity.
```

**Response:** 
```
The calculated deposition at 10m is 0.045 and at 20m is 0.012, with an evaporation factor of 1.15.
```

**Prompt:** 
```
What is the required buffer zone for a High risk level with 4 m/s wind speed and Medium droplets?
```

**Response:** 
```
The required buffer distance is 35 meters.
```

**Prompt:** 
```
Evaluate the drift risk for a deposition of 0.05 at a target with an application rate of 150 L/ha.
```

**Response:** 
```
The risk level is Moderate with a risk score of 0.65.
```

## Frequently Asked Questions

**How accurate are the drift predictions?**
Predictions are based on the agdrift model equations, accounting for wind, droplet size, and environmental factors like humidity and temperature.

**Can I calculate the required safety distance?**
Yes, use the `determine_buffer_zone` tool to calculate the minimum safe distance based on wind speed and risk level.

**Does the model account for crop density?**
Yes, the `estimate_canopy_impact` tool allows you to adjust deposition based on the density of the target crop canopy.
