# Produced Water Treatment Designer AI Agent Connect

> Design and size oil-water separation systems including API separators, flotation cells, and filtration units.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_EkWwjq4CNbDCgbSuxgyBqllqV6OIQ6qAp3hOoSBu/ai-agent-connect
- **Tags:** separation, flotation, filtration, api-separator, hydrocarbons

## Description

This MCP server provides specialized engineering tools for designing produced water treatment systems in oil and gas operations. It allows engineers to calculate the physical dimensions of an API separator using `get_separator_sizing`, determine the necessary surface area for flotation units with `get_flotation_dimensions`, and select an optimal sequence of equipment via `get_treatment_train_selection`. Additionally, it can calculate tertiary polishing needs using `get_filtration_requirements`. The tools account for dispersed oil removal and help meet strict environmental discharge or reservoir reinjection specifications.

## Tools

### get_filtration_requirements
Determines the filter media type and surface area required for tertiary polishing

### get_flotation_dimensions
Calculates the surface area and volume needed for a flotation cell

### get_separator_sizing
Determines the required physical dimensions of an API-style gravity separator

### get_treatment_train_selection
Recommends a specific sequence of equipment (a "train") to meet a final specification

## Prompt Examples

**Prompt:** 
```
What size API separator do I need for a flow rate of 500 m3/h with 1000 ppm oil in water, aiming for 50 ppm?
```

**Response:** 
```
The required API separator would have a vessel diameter of 3.5 meters and a length of 12 meters, providing a residence time of 15 minutes.
```

**Prompt:** 
```
Recommend a treatment train for 100 m3/h of water starting at 2000 ppm oil for reinjection.
```

**Response:** 
```
The recommended treatment train is: API Separator followed by a Flotation cell and a final Filtration step.
```

**Prompt:** 
```
Calculate flotation cell dimensions for 250 m3/h with 500 ppm oil in water and a target of 20 ppm.
```

**Response:** 
```
The flotation cell requires a surface area of 45 square meters and a cell volume of 90 cubic meters.
```

## Frequently Asked Questions

**How do I size a gravity separator?**
You can use the `get_separator_sizing` tool by providing the flow rate, the initial oil concentration, and your target oil concentration.

**Can this tool help select a full treatment sequence?**
Yes, the `get_treatment_train_selection` tool recommends a specific sequence of equipment to meet your final discharge or reinjection requirements.

**Does it support reinjection specifications?**
Yes, the tools account for the stricter requirements often needed for reservoir reinjection versus environmental discharge.
