# Groundwater Recharge Estimator AI Agent Connect

> Estimates groundwater recharge and well yield impacts using water balance and mass balance methods.

## Overview
- **Category:** environmental-science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_bbOIcmrNR0oiZkk55Ew2GQfJh41nGzjFHsI5pyaL/ai-agent-connect
- **Tags:** groundwater, recharge, hydrology, water-balance, climate

## Description

This MCP server provides specialized tools for hydrological modeling. It allows AI agents to calculate groundwater recharge using the `calculate_water_balance` method or the `calculate_chloride_mass_balance` approach. Users can also predict how changes in water levels affect local resources with `estimate_well_yield_impact` and refine estimates based on environmental factors using `analyze_soil_vegetation_interaction`.

## Tools

### analyze_soil_vegetation_interaction
Modifies recharge expectations based on specific soil types and plant characteristics

### calculate_chloride_mass_balance
Estimates recharge using chloride concentration ratios

### calculate_water_balance
Estimates recharge based on the volumetric water balance approach

### estimate_well_yield_impact
Predicts how changes in recharge will affect water availability for extraction

## Prompt Examples

**Prompt:** 
```
Calculate the annual recharge if precipitation is 1200mm, ET is 500mm, soil capacity is 300mm, and rooting depth is 500mm.
```

**Response:** 
```
The estimated annual recharge is 700 mm, with a recharge coefficient of 58.33%.
```

**Prompt:** 
```
What is the impact on well yield if current recharge is 500mm and projected recharge drops to 400mm with an extraction rate of 1000 cubic meters?
```

**Response:** 
```
The projected yield change is a 20% decrease, and the water availability status is declining.
```

**Prompt:** 
```
Estimate recharge using chloride mass balance with 5 mg/L in rain, 0.5 mg/L in groundwater, and 1000mm precipitation.
```

**Response:** 
```
The estimated annual recharge is 100 mm, representing a 10% recharge coefficient.
```

## Frequently Asked Questions

**What methods are used for recharge estimation?**
The server uses the volumetric water balance method via `calculate_water_balance` and the chloride mass balance method via `calculate_chloride_mass_balance`.

**Can I predict the impact on my local well?**
Yes, you can use `estimate_well_yield_impact` to see how changes in annual recharge will affect the volume of water available for extraction.

**How do soil and plants affect the results?**
The `analyze_soil_vegetation_interaction` tool adjusts recharge estimates by accounting for soil texture and the density of vegetation.
