# Pesticide Application Rate Calculator AI Agent Connect

> Calculate precise pesticide dosages, sprayer settings, and tank mix compatibility.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ZA20KrYsGTGiQAXcyiSQoHHCvj6BrNmiZW5CNBBc/ai-agent-connect
- **Tags:** pesticide, sprayer, agronomy, dosage, tank-mix

## Description

This MCP server provides precision tools for agricultural spraying operations. It allows AI agents to calculate exact product dosages using `calculate_dosage`, determine sprayer equipment settings like tractor speed or nozzle flow with `calculate_equipment_settings`, verify chemical safety using `check_tank_mix_compatibility`, and plan logistics with `calculate_tank_mix_volume`.

## Tools

### calculate_dosage
Determines the exact amount of a specific pesticide product needed to meet a target application rate

### calculate_equipment_settings
Calculates the required tractor speed or nozzle flow to achieve a specific spray volume

### calculate_tank_mix_volume
Determines the total volume of product and water needed for a specific tank size

### check_tank_mix_compatibility
Evaluates if a list of pesticide products can be safely mixed in a single tank

## Prompt Examples

**Prompt:** 
```
How much product do I need if I want 50g of active ingredient per hectare, the product is 25% concentration, and I'm applying 200L/ha?
```

**Response:** 
```
You need 200 liters of product per hectare.
```

**Prompt:** 
```
What speed should I drive if my boom is 15m wide, I have 5 nozzles at 0.5 L/min each, and I want to apply 300 L/ha?
```

**Response:** 
```
You should drive at 5.0 km/h.
```

**Prompt:** 
```
Can I mix Product_A and Product_B in the same tank?
```

**Response:** 
```
No, Product_A and Product_B are incompatible and may cause precipitation if mixed.
```

## Frequently Asked Questions

**How do I calculate the amount of product needed for my field?**
You can use the `calculate_dosage` tool by providing the target active ingredient rate, the product concentration, and the desired spray volume per hectare.

**Can I check if two chemicals can be mixed together?**
Yes, use the `check_tank_mix_compatibility` tool with a list of product IDs to verify if they are safe to mix in a single tank.

**How do I adjust my sprayer speed for a specific volume?**
The `calculate_equipment_settings` tool calculates the necessary tractor speed or nozzle flow rate based on your boom width and target spray volume.
