# Wetland Restoration Hydrology AI Agent Connect

> Simulate water budgets, seasonal fluctuations, and vegetation suitability for wetland design.

## Overview
- **Category:** environment
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_PDbgMflo3K6p263YqjBzPnq3kVdrAt0Fqfio61XE/ai-agent-connect
- **Tags:** wetland, water-budget, hydrology, restoration, ecology

## Description

This MCP server provides a hydrological modeling engine for designing wetland restoration projects. It allows AI agents to calculate water budgets, predict seasonal water level fluctuations, design containment structures like berms, and evaluate ecological suitability for vegetation based on hydroperiods. Use `calculate_water_budget` to predict depth changes, `simulate_seasonal_fluctuations` to model annual cycles, `design_containment_structures` for perimeter requirements, and `evaluate_vegetation_suitability` to match biological zones to soil and water conditions.

## Tools

### evaluate_vegetation_suitability
Matches biological zones to the calculated hydrological conditions

### simulate_seasonal_fluctuations
Predicts how water levels will rise and fall throughout a typical year

### design_containment_structures
Determines the physical requirements for the wetland perimeter to prevent overflow

### calculate_water_budget
Estimates the net water balance for a specific period to predict depth changes

## Prompt Examples

**Prompt:** 
```
Calculate the water budget for a 500 hectare watershed with 200mm of rainfall, 50mm ET, and 10mm seepage for a 1.5m target depth.
```

**Response:** 
```
The net water balance is positive, and the predicted depth change is sufficient to meet the 1.5m target depth.
```

**Prompt:** 
```
What is the required berm height for a wetland with a max depth of 2.5 meters and a 0.5 meter safety buffer?
```

**Response:** 
```
The required berm height is 3.0 meters.
```

**Prompt:** 
```
Is clay soil suitable for a site with a 30-day hydroperiod?
```

**Response:** 
```
Clay soil is highly suitable for this hydroperiod, supporting permanent or seasonal aquatic zones with high stability.
```

## Frequently Asked Questions

**How can I predict if my target water depth is achievable?**
You can use the `calculate_water_budget` tool. By providing the watershed area, rainfall, evapotranspiration, and soil seepage, the tool determines if the `isTargetMet` condition is true for your desired depth.

**How do I determine the necessary height for a wetland berm?**
Use the `design_containment_structures` tool. Input the expected maximum depth from your seasonal simulations and the required freeboard to calculate the `requiredBermHeight`.

**Can this tool help with plant selection?**
Yes. The `evaluate_vegetation_suitability` tool matches hydroperiod duration and soil type to specific biological zones, providing a suitability score for different vegetation types.
