# Site Remediation Planner AI Agent Connect

> Generates comprehensive remediation strategies, timelines, and cost estimates for contaminated sites.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_vLDmGWcklx6yt0IuOtv3oxcwSKTcqrBPb5zpfsH5/ai-agent-connect
- **Tags:** remediation, environmental-science, soil-cleanup, cost-estimation, site-assessment

## Description

This MCP server provides professional decision-support for environmental engineers and site managers. It connects AI agents to specialized remediation logic to calculate optimal cleanup strategies. Using `plan_remediation`, agents can generate full strategies including technology selection, estimated duration, and cost projections. The server also provides granular tools like `evaluate_feasibility` to test specific technologies against site conditions, `calculate_timeline` for duration modeling, and `estimate_remediation_cost` for financial forecasting based on volume and approach type.

## Tools

### calculate_timeline
Calculates the expected time required to reach cleanup goals

### estimate_remediation_cost
Provides a financial projection for the proposed remediation work

### evaluate_feasibility
Determines if a specific remediation technology is suitable for the site

### plan_remediation
Generates a full remediation strategy including technology selection, timeline, and cost

## Prompt Examples

**Prompt:** 
```
Generate a remediation plan for a site with Lead concentrations at 500mg/kg and a cleanup goal of 100mg/kg. Soil permeability is low and groundwater is at 5 meters.
```

**Response:** 
```
The recommended approach is active remediation using soil excavation and stabilization. The estimated duration is 14 months with a projected cost of $450,000.
```

**Prompt:** 
```
Is thermal desorption feasible for a site contaminated with Heavy Metals and low soil permeability?
```

**Response:** 
```
No, thermal desorption is not feasible for this site because heavy metals are non-volatile and require physical removal or stabilization instead.
```

**Prompt:** 
```
Estimate the cost for an active remediation approach treating 5000 cubic meters of soil using soil excavation.
```

**Response:** 
```
The estimated total cost for treating 5000 cubic meters via soil excavation is $320,000, including mobilization and energy expenses.
```

## Frequently Asked Questions

**How does the tool decide between active and passive remediation?**
The decision is driven by the gap between current contaminant concentrations and cleanup goals, as well as site-specific factors like `soilPermeability`. If the gap is extreme or permeability is too low for natural movement, the engine prioritizes active remediation.

**Can I check if a specific technology is suitable for my site?**
Yes, you can use the `evaluate_feasibility` tool to determine if a specific technology is physically and chemically suitable based on your site's contaminants and physical parameters.

**What inputs are required for a full remediation plan?**
To use `plan_remediation`, you must provide the list of contaminant types, their current concentrations, the target cleanup goals, and site conditions such as soil permeability and groundwater depth.
