# Well Stimulation Design AI Agent Connect

> Optimize matrix acidizing and hydraulic fracturing treatments.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_EicWcGfaQtxfxcqj7R3b9swcbT5G4UxRMjF8xtP1/ai-agent-connect
- **Tags:** stimulation, acidizing, fracturing, reservoir, petroleum

## Description

This MCP server provides specialized tools for reservoir stimulation engineering. Use `acidize_matrix` to calculate acid volumes and injection rates for mitigating formation damage. Use `fracture_design` to generate detailed hydraulic fracturing plans, including proppant schedules and fracture dimensions. The server also includes `stimulation_comparison` to evaluate the best method for specific well conditions and `skin_impact_analyzer` to predict flow rate improvements based on skin reduction.

## Tools

### skin_impact_analyzer
Predicts the impact on wellbore performance based on skin reduction

### stimulation_comparison
Evaluates whether matrix acidizing or hydraulic fracturing is more suitable

### acidize_matrix
Calculates parameters for a matrix acidizing treatment to mitigate formation damage

### fracture_design
Generates a stimulation plan for hydraulic fracturing

## Prompt Examples

**Prompt:** 
```
Compare acidizing and fracturing for a reservoir with 50 mD permeability and 5 skin.
```

**Response:** 
```
Matrix acidizing is recommended for this reservoir due to the relatively high permeability of 50 mD.
```

**Prompt:** 
```
Calculate acidizing parameters for carbonate scale damage with initial skin of 10 and target skin of 2 at 100 mD permeability.
```

**Response:** 
```
The required acid volume is 150 liters with an injection rate of 12 L/min, resulting in an expected skin reduction to 2.
```

**Prompt:** 
```
Design a fracture for a 100 mD reservoir with 50m length and 20m height using ceramic proppant for a 30% productivity increase.
```

**Response:** 
```
The fracture design includes a ceramic proppant schedule with an estimated fracture width of 0.15 inches and a predicted productivity gain of 32%.
```

## Frequently Asked Questions

**How do I decide between acidizing and fracturing?**
You can use the `stimulation_comparison` tool. It evaluates permeability and reservoir pressure to recommend the most efficient method.

**Can I calculate the required acid volume?**
Yes, the `acidize_matrix` tool calculates the necessary acid volume, injection rate, and expected skin reduction based on your formation parameters.

**What information is needed for a fracture design?**
To use `fracture_design`, you need to provide formation permeability, desired fracture length and height, proppant type, and target productivity increase.
