# Oil PVT Properties Calculator AI Agent Connect

> Calculates critical crude oil PVT properties like bubble point, viscosity, and formation volume factor.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_L8973s8MFLWzKUSSJgnv3KvYLdW9Ki3Vft7OEerP/ai-agent-connect
- **Tags:** pvt, crude-oil, reservoir-engineering, petroleum-engineering, oil-properties

## Description

This MCP server provides specialized petroleum engineering tools to calculate Pressure-Volume-Temperature (PVT) characteristics of crude oil. It uses established correlations such as Standing, Vasquez-Beggs, and Lasater to determine essential reservoir parameters. Use `get_pvt_summary` to obtain a complete overview of the oil's state, or specific tools like `calculate_bubble_point` and `calculate_viscosity` for targeted analysis of saturated and undersaturated conditions.

## Tools

### calculate_oil_properties
Calculates the volume factor, solution gas ratio, and compressibility

### calculate_viscosity
Determines the oil's resistance to flow at specific reservoir conditions

### get_pvt_summary
Provides a comprehensive overview of the oil's state and properties

### calculate_bubble_point
Determines the pressure at which the first bubble of gas evolves from the oil

## Prompt Examples

**Prompt:** 
```
What is the bubble point pressure for an oil with 35 API, 500 GOR, 0.7 gas gravity, and 180°F using Standing correlation?
```

**Response:** 
```
The bubble point pressure is 2450.5 psi.
```

**Prompt:** 
```
Calculate the oil viscosity for an oil with 30 API, 400 GOR, 0.65 gas gravity, 200°F, at 3000 psi, given a bubble point of 2500 psi.
```

**Response:** 
```
The oil viscosity is 0.85 cP.
```

**Prompt:** 
```
Provide a full PVT summary for oil with 32 API, 600 GOR, 0.75 gas gravity, 150°F, at 2000 psi and bubble point of 2200 psi.
```

**Response:** 
```
The oil is in a saturated state. Bubble point pressure is 2200 psi, formation volume factor is 1.45, solution gas ratio is 600, viscosity is 1.12 cP, and compressibility is 3.5e-6 psi^-1.
```

## Frequently Asked Questions

**Which mathematical models are supported?**
The server supports Standing, Vasquez-Beggs, and Lasater correlations for all PVT calculations.

**How does the tool handle saturated vs undersaturated oil?**
The tool automatically determines the state by comparing the current pressure to the bubble point pressure calculated via `calculate_bubble_point`.

**Can I get a full report of all properties at once?**
Yes, you can use the `get_pvt_summary` tool to receive a comprehensive overview including formation volume factor, solution gas ratio, and viscosity.
