# Gas Injection Miscibility Engine AI Agent Connect

> Calculates Minimum Miscibility Pressure (MMP) and analyzes EOR gas injection mechanisms.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_8a6lK5Me0KHUMegCznXPLfy88wzUaQuyUNP0vvXs/ai-agent-connect
- **Tags:** eor, petroleum, miscibility, reservoir-engineering, gas-injection

## Description

This MCP server provides specialized tools for Enhanced Oil Recovery (EOR) analysis. It allows AI agents to calculate the Minimum Miscibility Pressure (MMP) using `calculate_mmp_correlation`, identify whether a system follows a vaporizing or condensing drive via `analyze_miscibility_mechanism`, quantify how impurities like CO2 or N2 shift pressure requirements with `assess_impurity_impact`, and design hydrocarbon enrichment plans using `evaluate_enrichment_strategy`.

## Tools

### analyze_miscibility_mechanism
Identify the miscibility mechanism (Vaporizing or Condensing drive)

### assess_impurity_impact
Quantify the impact of impurities on the MMP

### calculate_mmp_correlation
Estimate Minimum Miscibility Pressure (MMP) using empirical correlations

### evaluate_enrichment_strategy
Determine the hydrocarbon enrichment needed to reach a target MMP

## Prompt Examples

**Prompt:** 
```
Calculate the MMP for a reservoir at 350K using the Alston correlation with a specific oil and gas composition.
```

**Response:** 
```
The calculated Minimum Miscibility Pressure (MMP) using the Alston correlation is 3250 psi, indicating a vaporizing drive mechanism.
```

**Prompt:** 
```
What is the impact of adding 5% Nitrogen to my injection gas?
```

**Response:** 
```
The addition of 5% Nitrogen increases the required MMP by 450 psi, which is categorized as a high impact severity.
```

**Prompt:** 
```
Determine if the current pressure of 2800 psi is sufficient for miscibility.
```

**Response:** 
```
At 2800 psi, the system is not miscible as the required MMP is 3100 psi.
```

## Frequently Asked Questions

**What is the difference between the correlation types?**
The `calculate_mmp_correlation` tool supports Alston, Glasø, and Yuan models, which use different mathematical approaches to estimate pressure based on fluid properties.

**How does CO2 affect the MMP?**
Using `assess_impurity_impact`, you can see that CO2 typically decreases the required MMP, making it easier to achieve miscibility.

**Can I plan gas enrichment?**
Yes, the `evaluate_enrichment_strategy` tool identifies the specific hydrocarbons needed to lower the MMP to your target level.
