# Well Productivity Index Analyzer AI Agent Connect

> Calculate productivity indices, assess skin damage, and identify stimulation candidates.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ch2diVlVItviNTg6xERnrebfrMGzATpkTOJshULg/ai-agent-connect
- **Tags:** reservoir, productivity, skin-factor, stimulation, petroleum-engineering

## Description

This MCP server provides specialized tools for petroleum engineers to evaluate well performance. Use `calculate_well_productivity` to determine the productivity index (PI), specific PI, and ideal PI for a specific well. You can also use `evaluate_skin_impact` to quantify how much flow is lost due to near-wellbore damage, or `get_stimulation_priority` to rank wells that would benefit most from acidizing or fracturing. It connects your AI assistant directly to core reservoir engineering calculations.

## Tools

### get_stimulation_priority
Ranks a set of wells based on their potential for productivity gain through stimulation

### calculate_well_productivity
Performs the primary productivity analysis for a single well

### compare_wells_efficiency
Compares multiple wells to determine which are performing best relative to their formation thickness

### evaluate_skin_impact
Isolates and quantifies the impact of the skin factor on the well's performance

## Prompt Examples

**Prompt:** 
```
Calculate the productivity for a well with a flow rate of 500, reservoir pressure of 3000, bottomhole pressure of 2500, thickness of 50, and a skin factor of 2.
```

**Response:** 
```
The productivity index is 100.0, the specific productivity index is 2.0, and the ideal productivity index is 150.0. The well is currently Damaged.
```

**Prompt:** 
```
What is the impact of a skin factor if the actual PI is 80 and the ideal PI is 120?
```

**Response:** 
```
The skin factor impact is 40.0, resulting in a flow loss percentage of 33.33%, which is classified as Moderate damage.
```

**Prompt:** 
```
Rank these wells for stimulation: Well_A (actual PI 50, ideal PI 100), Well_B (actual PI 80, ideal PI 85).
```

**Response:** 
```
The prioritized well is Well_A because it has a much higher potential for productivity gain.
```

## Frequently Asked Questions

**How do I calculate the productivity of a specific well?**
You can use the `calculate_well_productivity` tool. Provide the flow rate, reservoir pressure, flowing bottomhole pressure, reservoir thickness, and the skin factor.

**How can I identify which wells need stimulation?**
Use the `get_stimulation_priority` tool with a list of well analysis data to rank wells by their potential for productivity gain.

**What is the purpose of the skin factor analysis?**
The `evaluate_skin_impact` tool quantifies the flow loss percentage and damage severity caused by the skin factor, helping to determine if a well is damaged or stimulated.
