# Lime Requirement Calculator MCP MCP

> The Lime Requirement Calculator determines precise limestone dosages needed for soil correction. It uses established agronomy methods—like base saturation and SMP buffer analysis—to calculate exact material needs, then projects the total financial cost for any given field area.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Tags:** lime, dosage, soil-correction, agriculture-tech, agronomy

## Description

Getting accurate lime dosage used to be a manual mess of lab reports, formulas, and guesswork. This MCP changes that. Instead of wrestling with complex chemical equations in spreadsheets, your agent handles the entire calculation process. You input your soil test data (like base saturation levels and CTC), and the system immediately determines what amount of lime is needed to hit your target pH or buffer level. It's not just a dosage estimate; it calculates the total mass required for specific acreage and tells you the actual cost. Because this MCP lives in the Vinkius catalog, you connect once from any compatible agent—Claude, Cursor, Windsurf, or VS Code—and get access to specialized tools like dozens of others, all within one place.

## Tools

### calculate_base_saturation_dosage
Calculates the amount of lime required to reach a desired base saturation level using V%, CTC, and PRNT.

### calculate_smp_dosage
Determines the necessary lime dosage based on Soil Modification Potential (SMP) buffer capacity measurements.

### calculate_total_expenditure
Estimates the total material mass and financial cost required for a specific field area.

## Prompt Examples

**Prompt:** 
```
Calculate lime dosage for a soil with 40% V%, target 65%, CTC of 10, and PRNT of 85%.
```

**Response:** 
```
The `calculate_base_saturation_dosage` tool would calculate the required dosage based on these parameters.
```

**Prompt:** 
```
What is the cost for 50 hectares if I need 2 tonnes per hectare at $150 per tonne?
```

**Response:** 
```
Using `calculate_total_expenditure`, the total mass needed is 100 tonnes, with a total cost of $15,000.
```

**Prompt:** 
```
Determine lime needs using SMP value of 4.5 and target of 6.0.
```

**Response:** 
```
The `calculate_smp_dosage` tool will compute the necessary dosage per hectare to reach the target equilibrium.
```

## Capabilities

### Determine Base Saturation Dosage
Calculates the specific amount of lime needed to raise a soil's base saturation level to your target percentage.

### Assess SMP Buffer Needs
Determines the required lime dosage using the established Soil Modification Potential (SMP) buffer method.

### Project Total Costs
Estimates both the total physical mass of lime needed and the overall financial investment for a specific field area.

## Use Cases

### Soil Testing Batch Analysis
A farm manager receives 50 soil samples with varying metrics. Instead of running five different formulas for each sample, they use the MCP to run `calculate_base_saturation_dosage` on all fifty inputs in one go, getting a comparative list of required lime amounts.

### Budgeting for Next Season
A crop consultant needs to give a client an annual budget. They use the MCP's `calculate_total_expenditure` tool, inputting the projected acreage and current market costs, giving the client a single, reliable financial estimate.

### Comparing Scientific Methods
An agronomist is debating which method to recommend. They use the MCP to run both `calculate_base_saturation_dosage` and `calculate_smp_dosage` side-by-side, allowing them to advise the client based on the best fit for their unique soil type.

## Benefits

- You avoid guessing. By running the `calculate_base_saturation_dosage` tool, you get a precise lime amount tailored to your specific soil chemistry metrics (V%, CTC, PRNT).
- Budgeting becomes easy. Use the `calculate_total_expenditure` tool to instantly project the full material weight and associated cost for any size field.
- You don't rely on one method only. You can compare results from two separate scientific models—base saturation vs. SMP buffer—to ensure your recommendation is robust.
- It saves time compared to spreadsheets. Instead of manually plugging data into multiple formulas, you feed the soil test report directly to this MCP.
- Better resource management. By accurately calculating dosage, you minimize both waste and under-correction, keeping costs down while maximizing crop potential.

## How It Works

The bottom line is: it takes raw lab data and spits out three actionable numbers: how much lime you need, how much money it will cost, and which method was used to get that answer.

1. Feed your agent the necessary soil test parameters, including current measurements (like V%, CTC, etc.) and your desired target levels.
2. Tell the MCP which calculation method you want to use—for example, base saturation or the SMP buffer method.
3. The system outputs the recommended dosage per area, along with a total mass estimate and the final calculated expenditure.

## Frequently Asked Questions

**What is the base saturation method?**
It calculates lime dosage by finding the difference between target and current V%, adjusted by soil CTC and lime PRNT using `calculate_base_saturation_dosage`.

**How do I estimate total costs?**
Use the `calculate_total_expenditure` tool by providing your field area, dosage per hectare, and the market price per tonne.

**Does it support the SMP buffer method?**
Yes, the `calculate_smp_dosage` tool allows you to determine lime requirements based on current and target SMP buffer values.

**When I run `calculate_base_saturation_dosage`, what units is the resulting lime dosage in?**
The MCP provides the required dosage in metric tonnes per area unit (e.g., tonnes/hectare). This standard measurement lets you immediately apply the result to your field size.

**If my soil test is missing key data, what should I do before using `calculate_smp_dosage`?**
The system will flag any missing or out-of-range parameters for the SMP buffer capacity. Always ensure you input complete and validated readings from your lab results.

**Can I run two different methods, like `calculate_base_saturation_dosage` and `calculate_smp_dosage`, in one session?**
Yes, running both tools sequentially lets you compare the required dosages. This comparison helps confirm which method provides the most reliable figure for your specific soil type.

**How does `calculate_total_expenditure` handle fluctuating market prices?**
You define the unit cost (price per tonne) directly in the calculation parameters. This lets you model changes, such as expected price drops or bulk discounts, without changing any other inputs.

**What if I need to calculate requirements for multiple field sizes? Is there a limit on volume?**
The platform supports batch processing up to standard commercial volumes. If you run into performance issues with very large datasets, contact support; otherwise, the tools handle high throughput efficiently.