# Soil pH & Buffer Capacity Calculator AI Agent Connect

> Calculate soil buffer capacity and precise limestone requirements.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_5CVqfUBYZr3SNl1mPcgH1T86SUbaLVSjpwgyGRxx/ai-agent-connect
- **Tags:** soil, ph, limestone, agriculture, chemistry

## Description

This MCP server provides specialized tools for soil science analysis. It allows AI agents to determine a soil's resistance to pH changes using `calculate_buffer_capacity` with Adams-Evans or SMP models. Users can calculate exact limestone needs via `calculate_lime_requirement` based on CCE and fineness factors, predict future acidity with `estimate_ph_drift`, and categorize soil types using `get_soil_classification`.

## Tools

### calculate_buffer_capacity
Determines the soil's resistance to pH change

### calculate_lime_requirement
Determines the tonnage of limestone required per hectare to reach a target pH

### estimate_ph_drift
Predicts how much the soil pH will change over a specific period due to natural processes

### get_soil_classification
Categorizes the soil based on its buffering potential

## Prompt Examples

**Prompt:** 
```
What is the buffer capacity for a soil with 15 CEC, 3% organic matter, and 25% clay using the SMP method?
```

**Response:** 
```
The buffer capacity for this soil using the SMP method is 12.5 cmolc/kg per pH unit.
```

**Prompt:** 
```
How much limestone is needed to raise pH from 5.2 to 6.5 if the buffer capacity is 10 and the lime has 80% CCE and a fineness factor of 1.0?
```

**Response:** 
```
The required amount of limestone is 16.25 tonnes per hectare.
```

**Prompt:** 
```
Classify a soil with 10 CEC, 2% organic matter, and 15% clay.
```

**Response:** 
```
This soil is classified as Medium buffering intensity.
```

## Frequently Asked Questions

**What is buffer capacity?**
Buffer capacity is the soil's ability to resist changes in pH. You can use `calculate_buffer_capacity` to find this value using CEC, organic matter, and clay content.

**How do I calculate how much lime I need?**
Use the `calculate_lime_requirement` tool. You will need the current pH, target pH, the buffer capacity, the lime's CCE, and its fineness factor.

**Can I predict future soil acidity?**
Yes, the `estimate_ph_drift` tool predicts how much the pH will change over a set number of years based on natural acidification rates.
