# Sodicity Hazard Evaluator AI Agent Connect

> Assess soil degradation risks and calculate gypsum requirements for sodic soil reclamation.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ruc2m76aSJ4CmB2O4k9AXTbQ3abr5ufivqSPTIQz/ai-agent-connect
- **Tags:** soil, irrigation, sodicity, agriculture-tech, soil-science

## Description

This MCP server provides specialized tools for irrigation management and soil health assessment. It allows AI agents to calculate the Sodium Adsorption Ratio (SAR) using `calculate_water_sar`, estimate soil Exchangeable Sodium Percentage (ESP) with `estimate_soil_esp`, and predict soil permeability loss via `evaluate_infiltration_risk`. Additionally, it calculates precise gypsum needs for soil reclamation using `recommend_reclamation_plan`. It is designed to help manage the risks of soil dispersion and surface sealing caused by sodium-rich irrigation water.

## Tools

### evaluate_infiltration_risk
Predicts the risk of soil surface sealing and reduction in water infiltration

### calculate_water_sar
Determines the Sodium Adsorption Ratio (SAR) of irrigation water

### estimate_soil_esp
Estimates the Exchangeable Sodium Percentage (ESP) of a soil sample

### recommend_reclamation_plan
Calculates the necessary amount of gypsum required to reclaim sodic soil

## Prompt Examples

**Prompt:** 
```
Calculate the SAR for water with 5 mmol/L sodium, 2 mmol/L calcium, and 1 mmol/L magnesium.
```

**Response:** 
```
The calculated Sodium Adsorption Ratio (SAR) is 3.5, which falls under the Low hazard classification.
```

**Prompt:** 
```
What is the risk of infiltration reduction if SAR is 15, EC is 2, and current infiltration is 10 mm/h?
```

**Response:** 
```
The risk level is Severe, with a predicted infiltration reduction of 65% and a high risk of clay dispersion.
```

**Prompt:** 
```
How much gypsum is needed for a soil with 20% ESP, target 5% ESP, texture factor 1.2, depth 20cm, and bulk density 1.3?
```

**Response:** 
```
The required amount of gypsum is 4500 kg/ha, with high reclamation efficiency for this soil type.
```

## Frequently Asked Questions

**How can I calculate the risk of soil sealing?**
You can use the `evaluate_infiltration_risk` tool by providing the SAR, EC, and the current infiltration rate of the soil.

**What is the purpose of the gypsum recommendation tool?**
The `recommend_reclamation_plan` tool calculates the specific amount of gypsum needed per hectare to displace sodium and restore soil structure based on your target ESP.

**Can I estimate the sodium levels in my soil?**
Yes, the `estimate_soil_esp` tool allows you to estimate the Exchangeable Sodium Percentage using the exchangeable sodium and cation exchange capacity values.
