# Hydraulic Fracture Design Suite AI Agent Connect

> Advanced tools for calculating fracture geometry, leakoff, and proppant transport.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_SG8415QZdL0KRpLM1ZlLplfxoYUIHiU8mkdgmA9e/ai-agent-connect
- **Tags:** fracturing, reservoir-engineering, geomechanics, proppant, fluid-dynamics

## Description

This MCP server provides a specialized toolkit for reservoir engineers to design hydraulic fracturing treatments. It includes tools to `analyze_fracture_geometry` using PKN, KGD, or pseudo-3d models, `calculate_leakoff_loss` based on rock permeability, `simulate_proppant_transport` to predict placement efficiency, and `evaluate_stress_barriers` to assess vertical containment risks.

## Tools

### analyze_fracture_geometry
null

### calculate_leakoff_loss
null

### evaluate_stress_barriers
null

### simulate_proppant_transport
null

## Prompt Examples

**Prompt:** 
```
Calculate the fracture dimensions using a PKN model with 40 MPa stress, 50m thickness, and 200m target length.
```

**Response:** 
```
The calculated fracture dimensions are: Length: 200.0m, Width: 0.015m, Height: 50.0m.
```

**Prompt:** 
```
What is the risk of vertical growth if target stress is 35 MPa, barrier stress is 45 MPa, and applied pressure is 40 MPa?
```

**Response:** 
```
The containment risk is low because the barrier stress is significantly higher than the applied pressure.
```

**Prompt:** 
```
Estimate fluid loss for a 10 mD permeability rock with 5000 m2 surface area using a fluid with 10 cP viscosity and 0.5 coefficient.
```

**Response:** 
```
The estimated lost volume is 250.0 m³ and the remaining volume is 750.0 m³.
```

## Frequently Asked Questions

**Which geometry models are supported?**
The suite supports PKN, KGD, and pseudo-3d models via the `analyze_fracture_geometry` tool.

**How can I check if my fracture will stay within the target zone?**
You can use the `evaluate_stress_barriers` tool to compare target stress against adjacent layer stress to determine containment risk.

**Can I predict proppant settling?**
Yes, the `simulate_proppant_transport` tool calculates settling velocity and placement efficiency based on fluid viscosity and proppant density.
