# Perforation Design Optimization AI Agent Connect

> Optimizes perforation geometry and density for oil and gas well completions.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_t2MIqZu26kHtkNdPYeYFntkWVu2NdvQFk4YP5UO3/ai-agent-connect
- **Tags:** perforation, well-completion, reservoir-engineering, sand-control, productivity

## Description

This MCP server provides specialized engineering tools to optimize perforation designs in oil and gas well completions. It calculates ideal perforation density, phasing, and penetration depth based on formation strength and sand control requirements. Users can use `optimize_design_workflow` to find the best balance between reservoir productivity and wellbore stability, or use `validate_sand_stability` to ensure a design won't cause formation collapse. It also includes `estimate_productivity_impact` to predict performance relative to an ideal state.

## Tools

### calculate_perforation_geometry
Determines the optimal physical characteristics of the perforation pattern

### estimate_productivity_impact
Predicts how the chosen design will perform relative to an ideal state

### optimize_design_workflow
An orchestration tool that iterates through design parameters to find the best balance between productivity and stability

### validate_sand_stability
Checks if the proposed perforation design will cause the formation to collapse or produce sand

## Prompt Examples

**Prompt:** 
```
Find the best perforation design for a formation with strength 0.8, strict sand control, a target productivity of 500, and a damaged zone radius of 0.2.
```

**Response:** 
```
The optimal design features a perforation density of 4 shots per unit, 60 degree phasing, and a penetration depth of 0.5 units, ensuring stability with a safety margin of 0.15.
```

**Prompt:** 
```
Calculate the perforation geometry for a rock with strength 0.5 and moderate sand control for a target productivity of 300.
```

**Response:** 
```
The recommended geometry is 6 shots per unit, 90 degree phasing, and a penetration depth of 0.4 units.
```

**Prompt:** 
```
Check if a design with density 12 and strength 0.3 is stable for strict sand control.
```

**Response:** 
```
No, the design is unstable. The high perforation density in a low-strength formation exceeds the safety threshold.
```

## Frequently Asked Questions

**How do I ensure my perforation design is stable?**
You can use the `validate_sand_stability` tool to check if your proposed density and formation strength meet safety requirements.

**Can I automate the entire design process?**
Yes, the `optimize_design_workflow` tool automates the iteration through parameters to find the most productive design that remains safe.

**What inputs are required for productivity estimation?**
To use `estimate_productivity_impact`, you need the geometry result, the damaged zone radius, and the underbalance pressure.
