# Oil Spill Volume Estimation AI Agent Connect

> Calculates oil spill volumes, flow decay, and environmental impact.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_rw4nBgrctMGSdtvXDzB9PqYVDuG8xx1wy9ckRLYC/ai-agent-connect
- **Tags:** oil-spill, environmental-impact, fluid-dynamics, emergency-management, physics

## Description

This MCP server provides specialized tools for emergency responders and environmental engineers to quantify oil spills. It uses orifice flow equations and drainage models to calculate the total volume released, the rate at which flow decays as pressure drops, and the resulting environmental impact. Use `get_total_release_volume` to find the total quantity escaped, `get_flow_rate_decay_profile` to analyze pressure-driven flow changes, `estimate_environmental_impact` to determine net volume after containment, and `calculate_impacted_area` to estimate the physical footprint on land or water.

## Tools

### calculate_impacted_area
Estimates the physical surface area covered by the spilled oil

### get_total_release_volume
Calculates the total quantity of oil that escaped the source before isolation

### estimate_environmental_impact
Estimates the net volume of oil that actually reaches the environment after containment efforts

### get_flow_rate_decay_profile
Provides a snapshot of how the flow rate decreases over the course of the spill

## Prompt Examples

**Prompt:** 
```
Calculate the total volume for a spill with a 30 minute duration, 500 PSI pressure, 2 inch hole, and 10 minute detection time.
```

**Response:** 
```
The total volume released is 1250 barrels, with 416.67 barrels released during the uncontrolled detection period.
```

**Prompt:** 
```
What is the environmental impact of 5000 barrels if containment efficiency is 0.75?
```

**Response:** 
```
The captured volume is 3750 barrels and the net environmental volume is 1250 barrels.
```

**Prompt:** 
```
Estimate the area covered by 1000 barrels of oil on water.
```

**Response:** 
```
The estimated surface area covered is 50000 square_meters.
```

## Frequently Asked Questions

**How do I calculate the total volume of the spill?**
You can use the `get_total_release_volume` tool by providing the release duration, initial pressure, hole size, and detection time.

**Can I estimate the area covered by the oil?**
Yes, the `calculate_impacted_area` tool allows you to estimate the surface area covered based on the net volume and whether the spill is on land or water.

**How does containment efficiency affect the results?**
The `estimate_environmental_impact` tool uses the containment efficiency to calculate how much oil was successfully captured versus how much reached the environment.
