# Post-Frac Production Forecast AI Agent Connect

> Predict well production lifecycles, flow regime transitions, and EUR following hydraulic fracturing.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_y3ODUGaIvoX92cOT0k4ABY80BBdNhFVSwbfIiHPG/ai-agent-connect
- **Tags:** oil-and-gas, reservoir-engineering, fracturing, production-forecasting, petroleum

## Description

This MCP server provides specialized reservoir engineering tools to forecast production after hydraulic fracturing. It allows AI agents to model the transition from transient flow to boundary-dominated flow and calculate critical metrics like initial production rates and Estimated Ultimate Recovery (EUR). Use `calculate_initial_rate` to determine peak production, `predict_flow_regime_transition` to identify when pressure transients hit reservoir boundaries, `generate_decline_curve` for time-specific rate predictions, and `calculate_eur` to estimate the total lifetime hydrocarbon recovery.

## Tools

### calculate_eur
Estimates the total lifetime production of the well

### calculate_initial_rate
Determines the peak production rate immediately following the completion of the hydraulic fracturing process

### generate_decline_curve
Provides the predicted production rate for a specific point in time based on the well's lifecycle

### predict_flow_regime_transition
Predicts when a well will transition from transient flow to boundary-dominated flow

## Prompt Examples

**Prompt:** 
```
What is the estimated initial production rate for a reservoir with 50mD permeability, 100m fracture length, 10mD/ft conductivity, and 3000 psi pressure?
```

**Response:** 
```
The initial production rate is 1,250 bbl/d.
```

**Prompt:** 
```
When will the well transition to boundary-dominated flow with a fracture volume of 500,000 cubic feet, porosity of 0.15, and fluid viscosity of 0.5 cP?
```

**Response:** 
```
The transition to boundary-dominated flow is predicted to occur at 450 days.
```

**Prompt:** 
```
Calculate the EUR for a well with an IP of 1000 bbl/d, a decline exponent of 0.5, and an economic limit of 50 bbl/d.
```

**Response:** 
```
The Estimated Ultimate Recovery (EUR) is 150,000 barrels with an estimated life span of 1,200 days.
```

## Frequently Asked Questions

**How does this tool handle different flow regimes?**
The tool uses `predict_flow_regime_transition` to identify when a well moves from transient flow to boundary-dominated flow, allowing for accurate decline curve modeling.

**Can I estimate the total lifetime production of a well?**
Yes, you can use the `calculate_eur` tool to estimate the Estimated Ultimate Recovery based on the initial production rate and the economic limit.

**What inputs are required for the initial rate calculation?**
To use `calculate_initial_rate`, you need to provide reservoir permeability, fracture length, fracture conductivity, and the initial reservoir pressure.
