# Formation Damage Assessment AI Agent Connect

> Formation Damage Assessment MCP gives your AI client the specialized math needed for reservoir engineering. It calculates skin factors from pressure data, predicts how chemical fluids might damage a well, and quantifies permeability loss due to physical blockages. You can also forecast how much production you'll actually gain after running remedial treatments.

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

## Description

You can use this MCP to handle the heavy lifting of reservoir damage calculations directly within your AI client. Instead of manually running formulas, you provide your agent with pressure, flow, and permeability data to get immediate results. It handles the math for determining skin factors and assessing how much permeability is lost when fines migrate or fluids invade the formation. If you are planning a workover, you can use it to model how much productivity you'll actually see after a stimulation treatment. It also helps you avoid mistakes by predicting if specific chemicals will cause damage through filtrate invasion. This turns your agent into a specialized engineering assistant that understands the relationship between wellbore damage and reservoir flow capacity.

## Tools

### analyze_skin_factor
This tool calculates the extent of wellbore damage. It uses your provided pressure and flow data to determine the skin factor.

### estimate_stimulation_gain
This tool forecasts productivity increases. It predicts the expected improvement in flow after you perform remedial well treatments.

### evaluate_fluid_compatibility
This tool predicts chemical risks. It assesses the likelihood and severity of damage caused by fluid interactions and filtrate invasion.

### quantify_permeability_loss
This tool measures physical blockage. It calculates how much reservoir flow capacity is lost due to various damage mechanisms.

## Prompt Examples

**Prompt:** 
```
Calculate the skin factor for a well with 100 mD permeability, 5m wellbore radius, and this well test data: {"pressureDrawdown": 50, "flowingRate": 200, "reservoirPressure": 3000}
```

**Response:** 
```
The calculated skin factor is 2.5 and the damage radius is 1.2 meters.
```

**Prompt:** 
```
What is the expected productivity increase if I reduce the skin from 5 to 0 with a current flow rate of 500 bpd?
```

**Response:** 
```
The expected flow rate after stimulation is 1250 bpd, representing a 150% productivity improvement.
```

**Prompt:** 
```
How much permeability is lost if the initial permeability is 200 mD, invasion depth is 2m, and fines migration factor is 0.5?
```

**Response:** 
```
The permeability reduction ratio is 0.4, resulting in an impaired zone permeability of 80 mD.
```

## Capabilities

### Skin Factor Analysis
Your agent uses this to determine wellbore damage from pressure and flow measurements.

### Fluid Compatibility Checks
Your agent uses this to predict if chemical treatments will cause further damage.

### Permeability Loss Calculation
Your agent uses this to quantify how much physical blockage is reducing flow.

### Productivity Forecasting
Your agent uses this to estimate the benefits of planned stimulation treatments.

## Use Cases

### Stimulation Planning
Model the expected increase in flow rate to justify the cost of a well stimulation job.

### Damage Assessment
Determine the skin factor and damage radius using recent well test data.

### Fluid Selection
Check if a specific chemical fluid is compatible with the formation to avoid invasion damage.

### Permeability Monitoring
Calculate how much permeability has been lost due to fines migration or physical blockage.

## Benefits

- Calculates skin factors directly from raw pressure and flow data.
- Predicts productivity gains from remedial treatments before you spend the money.
- Identifies chemical damage risks from filtrate invasion.
- Quantifies the impact of physical blockages on reservoir capacity.

## How It Works

You connect the MCP to your AI client and start running engineering calculations immediately.

1. Connect your preferred MCP-compatible client to Vinkius.
2. Provide your reservoir data, such as pressure, flow rate, or permeability, to your agent.
3. The agent calls the specific tool needed for your calculation.
4. The MCP returns the calculated skin factor, permeability loss, or productivity gain.
5. You use these results to make engineering decisions or update your models.

## Frequently Asked Questions

**What kind of data do I need for skin factor analysis?**
You need pressure drawdown, flowing rate, and reservoir pressure to use the analyze_skin_factor tool.

**Can this MCP help with stimulation planning?**
Yes, you can use the estimate_stimulation_gain tool to forecast productivity increases after remedial treatments.

**How does it handle chemical damage?**
The evaluate_fluid_compatibility tool predicts the likelihood and severity of damage caused by chemical interactions.

**Which AI clients can use this MCP?**
You can use this with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code.

**Does it calculate permeability loss?**
Yes, the quantify_permeability_loss tool calculates the impact of physical blockage on reservoir flow capacity.
