# Water PVT Properties AI Agent Connect

> Calculates physical and thermodynamic properties of formation water.

## Overview
- **Category:** petroleum-engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_PQ8fsHKoTGtpI5QOxyXTvp7DqpyIP8R1mG8FfaUi/ai-agent-connect
- **Tags:** pvt, brine, salinity, reservoir-engineering, water-properties

## Description

This MCP server provides tools to calculate critical PVT properties of formation water. It determines the water formation volume factor, viscosity, compressibility, and gas solubility by accounting for salinity, pressure, and temperature. Use `get_water_viscosity` to find flow resistance or `get_gas_solubility_in_water` to determine gas capacity in brine.

## Tools

### get_gas_solubility_in_water
Calculates the maximum amount of gas that can be dissolved in the formation water

### get_water_viscosity
Calculates the resistance of the formation water to flow

### get_water_compressibility
Determines how much the water volume changes per unit of pressure change

### get_water_formation_volume_factor
Determines how the volume of water changes from reservoir to standard conditions

## Prompt Examples

**Prompt:** 
```
What is the water viscosity at 35000 ppm salinity, 4500 psi, and 200 degrees Fahrenheit?
```

**Response:** 
```
The water viscosity is 0.324 cP.
```

**Prompt:** 
```
Calculate the gas solubility for methane at 50000 ppm, 3000 psi, and 180 degrees Fahrenheit.
```

**Response:** 
```
The gas solubility for methane is 0.0152 scf/cc.
```

**Prompt:** 
```
Find the water formation volume factor for 40000 ppm salinity at 5000 psi and 250 degrees Fahrenheit.
```

**Response:** 
```
The water formation volume factor is 1.0045.
```

## Frequently Asked Questions

**What properties can be calculated?**
You can calculate the water formation volume factor, viscosity, isothermal compressibility, and gas solubility in water.

**How does salinity affect the results?**
Salinity is a key input that influences density, viscosity, and the 'salting-out' effect on gas solubility.

**Which AI clients are compatible?**
This server is compatible with Cursor, VS Code, Claude Desktop, Windsurf, and any MCP-compatible client via Vinkius Edge.
