# Reservoir Material Balance Engine AI Agent Connect

> Quantify hydrocarbon volumes and identify reservoir drive mechanisms.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_sOhAJpPWzr8WnYtJ5pSR4yJWzb88enyYIuzeMSXm/ai-agent-connect
- **Tags:** reservoir-engineering, material-balance, petroleum, hydrocarbons, geoscience

## Description

This MCP server provides specialized analytical tools for reservoir engineering. It allows AI agents to perform material balance analysis to determine Original Oil in Place (OOIP) or Original Gas in Place (OGIP). Using `calculate_initial_volumes`, agents can reconcile production history with pressure depletion. The `analyze_drive_mechanisms` tool decomposes energy sources into solution gas, gas cap, and water drive contributions. For future planning, `predict_reservoir_performance` forecasts pressure and production trends, while `validate_pvt_consistency` ensures fluid properties remain physically consistent with reservoir conditions.

## Tools

### validate_pvt_consistency
Ensure fluid properties are physically consistent with reservoir conditions

### analyze_drive_mechanisms
Identify and quantify the relative contribution of different energy sources

### calculate_initial_volumes
Determine the initial amount of oil or gas present in the reservoir

### predict_reservoir_performance
Forecast future reservoir pressure and cumulative production

## Prompt Examples

**Prompt:** 
```
Calculate the initial oil in place for an oil reservoir with the following data.
```

**Response:** 
```
The calculated Original Oil in Place (OOIP) is 45.2 million STB with an uncertainty factor of 0.05.
```

**Prompt:** 
```
What are the drive mechanism contributions for this reservoir?
```

**Response:** 
```
The reservoir energy is driven by 60% water drive, 30% solution gas drive, and 10% gas cap expansion.
```

**Prompt:** 
```
Predict the reservoir pressure for the next 12 months.
```

**Response:** 
```
The predicted reservoir pressure after 12 months is 2,850 psi, with an estimated remaining reserve of 12.4 MMSTB.
```

## Frequently Asked Questions

**How do I calculate the initial oil in place?**
You can use the `calculate_initial_volumes` tool by providing the reservoir type, production data, pressure data, PVT properties, and reservoir statistics.

**Can this tool identify the primary drive mechanism?**
Yes, the `analyze_drive_mechanisms` tool identifies the relative percentage contribution of solution gas, gas cap, and water drive.

**How accurate are the performance forecasts?**
Forecasts generated by `predict_reservoir_performance` follow the trends established by the identified drive mechanisms and current reservoir state.
