# Groundwater Monitoring Program Designer AI Agent Connect

> Design comprehensive groundwater monitoring strategies including well placement and sampling schedules.

## Overview
- **Category:** compliance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_6cOiLS9FhSCKqQLseBrWJZ0cRs9tLmPuN6MTE6CF/ai-agent-connect
- **Tags:** groundwater, monitoring, environmental-science, hydrogeology, regulatory-compliance

## Description

This MCP server provides specialized tools for designing groundwater monitoring programs. It integrates site hydrogeology, contaminant profiles, and regulatory constraints to determine optimal well placement, sampling frequency, and required analytical parameters. Use `design_well_network` to establish spatial distribution, `calculate_sampling_schedule` to set collection intervals, `generate_parameter_list` to identify necessary chemical tests, and `validate_compliance` to audit the final program against regulatory standards.

## Tools

### validate_compliance
Audits a proposed monitoring program against specific regulatory and hydrogeological constraints

### calculate_sampling_schedule
Establishes how often water samples must be collected from the defined well network

### design_well_network
Determines the optimal spatial distribution and quantity of monitoring wells for a site

### generate_parameter_list
Defines the specific chemical or biological substances that must be tested for

## Prompt Examples

**Prompt:** 
```
Design a well network for a site with a north-flowing gradient, a sandy aquifer, and a plume area of 50m width by 200m length.
```

**Response:** 
```
The optimized network requires 6 wells: 1 upgradient well to establish baseline quality and 5 downgradient wells distributed along the leading edge of the plume to capture migration.
```

**Prompt:** 
```
What parameters should I test for if I suspect benzene contamination under US-EPA-GW regulations?
```

**Response:** 
```
The required testing includes benzene, toluene, ethylbenzene, and xylenes (BTEX), along with mandatory baseline indicators such as pH, conductivity, and dissolved oxygen.
```

**Prompt:** 
```
Is my monitoring program compliant if I only have one downgradient well for a high-risk site?
```

**Response:** 
```
No, the program is non-compliant. For a high-risk site, the `validate_compliance` check indicates that the downgradient well count is insufficient to capture the plume width.
```

## Frequently Asked Questions

**How do I determine where to place monitoring wells?**
You can use the `design_well_network` tool. Provide the site hydrogeology (gradient, flow direction, aquifer type) and the estimated contaminant plume area to receive an optimized well count and location plan.

**Can this tool help with regulatory compliance?**
Yes. The `validate_compliance` tool audits your proposed monitoring program against specific regulatory and hydrogeological constraints to identify any deficiencies.

**How often should I sample my groundwater?**
The `calculate_sampling_schedule` tool determines the frequency based on your well network, the volatility of the contaminants, and the specific regulatory standard you are following.
