# Terminal Spill Response Plan AI Agent Connect

> Develop oil spill response plans by modeling discharge scenarios, environmental risk, and resource deployment.

## Overview
- **Category:** maritime
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_lzRI9UXP2FiPokJ1O6YVkXvT66Gqrr4hULWpQdkO/ai-agent-connect
- **Tags:** oil-spill, maritime-safety, environmental-protection, emergency-response, trajectory-modeling

## Description

This MCP server provides critical tools for maritime terminal safety and environmental protection. It allows AI agents to model oil spill scenarios by calculating the `get_worst_case_discharge` for specific terminal configurations. Users can predict oil movement using `simulate_oil_trajectory` based on wind and current data, identify ecological risks with `assess_area_sensitivity`, and evaluate resource sufficiency through `calculate_response_gap`. This enables rapid, data-driven decision-making during environmental emergencies.

## Tools

### get_worst_case_discharge
Determines the maximum potential oil volume for a specific terminal configuration

### assess_area_sensitivity
Identifies and ranks the risks to specific environmental or economic zones

### calculate_response_gap
Evaluates if currently available resources are sufficient to contain the predicted spill

### simulate_oil_trajectory
Predicts the movement and spread of a spill based on environmental conditions

## Prompt Examples

**Prompt:** 
```
What is the worst-case discharge for terminal T-402 if there is a tank rupture?
```

**Response:** 
```
The worst-case discharge for terminal T-402 during a tank rupture is 5,000 cubic meters with a discharge rate of 250 cubic meters per hour.
```

**Prompt:** 
```
Predict the oil trajectory for a 500 cubic meter spill at lat 25.0, lng -80.0 with 10 knot wind and 2 knot current.
```

**Response:** 
```
The oil is predicted to move North-East, covering a spread area of 1.2 square kilometers, with an arrival at the Coral Reef Sanctuary in 4.5 hours.
```

**Prompt:** 
```
Are my resources sufficient for a spill covering 5000 square meters if I have 1000 meters of boom and 50 cubic meters per hour skimming capacity?
```

**Response:** 
```
No, the resources are insufficient. There is a boom deficit of 250 meters and a critical shortfall in skimming capacity.
```

## Frequently Asked Questions

**How do I calculate the maximum potential oil release?**
You can use the `get_worst_case_discharge` tool by providing the terminal ID and the type of failure being simulated.

**Can I predict where the oil will spread?**
Yes, the `simulate_oil_trajectory` tool predicts the movement and spread based on spill location, volume, wind, and water currents.

**How do I know if my response equipment is enough?**
Use the `calculate_response_gap` tool to compare your available boom length and skimmer capacity against the predicted spill area and duration.
