# Interference Test Analysis AI Agent Connect

> Analyzes hydraulic communication and reservoir properties between wells.

## Overview
- **Category:** geoscience
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_yIRiL8cZiPk2fZflPApIF18sDYTBIJp00cEIUaIW/ai-agent-connect
- **Tags:** permeability, connectivity, diffusivity, reservoir, interference-test

## Description

This MCP server provides advanced reservoir engineering tools to analyze interference tests. It uses the diffusivity equation to determine interwell connectivity, permeability, and reservoir boundaries. Use `get_connectivity_profile` to evaluate hydraulic communication, `calculate_reservoir_properties` for physical reservoir characteristics, `detect_reservoir_boundaries` to find faults or edges, and `analyze_directional_permeability` to determine reservoir anisotropy.

## Tools

### analyze_directional_permeability
Determines the anisotropy of the reservoir by comparing responses across different orientations

### get_connectivity_profile
Evaluates the hydraulic communication between a specific pair of wells

### calculate_reservoir_properties
Derives fundamental physical properties of the reservoir using the diffusivity relationship

### detect_reservoir_boundaries
Identifies the presence and location of reservoir limits such as faults or edges

## Prompt Examples

**Prompt:** 
```
Check the connectivity between well A-1 and observation well B-2.
```

**Response:** 
```
The connectivity index between well A-1 and B-2 is 0.85 with a response delay of 12 hours, indicating strong hydraulic communication.
```

**Prompt:** 
```
Are there any reservoir boundaries near the active well?
```

**Response:** 
```
A boundary was detected at an estimated distance of 450 meters from the active well.
```

**Prompt:** 
```
What is the permeability of the reservoir?
```

**Response:** 
```
The calculated permeability is 150 mD with a transmissibility of 2500 mD-ft.
```

## Frequently Asked Questions

**How do I check if two wells are connected?**
You can use the `get_connectivity_profile` tool to evaluate the hydraulic communication between a specific active well and an observation well.

**Can this tool detect faults in the reservoir?**
Yes, the `detect_reservoir_boundaries` tool identifies the presence and estimated distance of reservoir limits like faults.

**How is permeability calculated?**
The `calculate_reservoir_properties` tool derives permeability by analyzing the pressure response relative to rate changes using the diffusivity equation.
