# Reservoir Limit Test AI Agent Connect

> Identify geological boundaries, drainage areas, and aquifer support using pressure transient analysis.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_zXpwAn0w12qMBWBpUp4bnTyjiXh5u0yT9AhEDA3p/ai-agent-connect
- **Tags:** reservoir, pressure-transient, geology, oil-and-gas, engineering

## Description

This MCP server provides specialized tools for reservoir engineering. It allows AI agents to analyze pressure transient data to determine reservoir limits. Use `get_boundary_type` to identify no-flow or constant pressure boundaries, `calculate_drainage_area` to estimate the active drainage volume, `detect_faults_and_channels` to find linear geological features, and `evaluate_aquifer_support` to quantify water drive influence.

## Tools

### calculate_drainage_area
Estimates the total area of the reservoir currently being drained by the well

### detect_faults_and_channels
Identifies the presence of linear features like faults or narrow channel geometries

### evaluate_aquifer_support
Quantifies the degree to which an external water source is maintaining reservoir pressure

### get_boundary_type
Identifies the nature of the reservoir limits based on pressure trends

## Prompt Examples

**Prompt:** 
```
What is the boundary type for this pressure data?
```

**Response:** 
```
The reservoir exhibits a no-flow boundary with a confidence score of 0.85.
```

**Prompt:** 
```
Calculate the drainage area for the current well.
```

**Response:** 
```
The estimated drainage area is 450 acres with a shape factor of radial.
```

**Prompt:** 
```
Are there any faults detected in this flow regime?
```

**Response:** 
```
Yes, a linear fault has been detected with an orientation of 45 degrees.
```

## Frequently Asked Questions

**How can I identify if a reservoir has a no-flow boundary?**
You can use the `get_boundary_type` tool. By providing pressure data and production history, the tool analyzes the pressure derivative to detect sudden increases that indicate a no-flow boundary.

**Can this tool detect faults in the reservoir?**
Yes, the `detect_faults_and_channels` tool identifies linear features like faults or narrow channel geometries by analyzing the pressure derivative and the identified flow regime.

**How is the drainage area calculated?**
The `calculate_drainage_area` tool estimates the area by correlating the rate of pressure depletion with fluid transmissibility and viscosity.
