# Well-Test Interpretation AI Agent Connect

> Analyzes pressure transient data to characterize reservoir properties and wellbore performance.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_E53YAfKWSw4hOL5N9z96m7KbEm3ugkOzOauANtC2/ai-agent-connect
- **Tags:** reservoir, pressure-transient, petroleum, geoscience, wellbore

## Description

This MCP server provides expert-level pressure transient analysis (PTA). It connects AI agents to specialized tools for interpreting pressure and flow rate data. Using `analyze_flow_regimes`, agents can identify radial, linear, or dual-porosity flow patterns. The `calculate_reservoir_parameters` tool determines permeability and skin factor, while `detect_wellbore_storage` and `identify_boundary_effects` help distinguish early-time wellbore effects from late-time reservoir boundaries.

## Tools

### analyze_flow_regimes
Identifies flow patterns

### calculate_reservoir_parameters
Calculates reservoir properties

### detect_wellbore_storage
Detects wellbore storage effects

### identify_boundary_effects
Identifies boundary effects

## Prompt Examples

**Prompt:** 
```
Identify the flow regimes in this pressure data.
```

**Response:** 
```
The analysis shows a period of Wellbore Storage followed by a stable Radial Flow regime.
```

**Prompt:** 
```
Calculate the reservoir permeability and skin factor.
```

**Response:** 
```
The reservoir permeability is 150 mD and the skin factor is -2.5.
```

**Prompt:** 
```
Are there any boundary effects present in the late-time data?
```

**Response:** 
```
Yes, a constant pressure boundary was detected at a distance of 200 feet.
```

## Frequently Asked Questions

**What kind of data is required for analysis?**
You need to provide pressure and derivative data, along with fluid and reservoir properties like viscosity and porosity.

**Can this tool detect dual-porosity reservoirs?**
Yes, the `analyze_flow_regimes` tool is designed to detect the characteristic signature of dual-porosity systems.

**How are reservoir properties calculated?**
Properties like permeability and skin factor are calculated using the `calculate_reservoir_parameters` tool based on identified flow regimes.
