# Production Allocation Model AI Agent Connect

> Distribute commingled reservoir production volumes across specific geological zones or wells.

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

## Description

This MCP server provides specialized engineering tools for reservoir management. It allows AI agents to calculate production splits using methodologies like `get_allocation_by_method` (well test, production logging, or tracer), evaluate how physical properties influence distribution via `get_zone_contribution_analysis`, and monitor mass balance accuracy with `get_historical_reconciliation_report`. It also includes `get_tracer_efficiency_check` to validate tracer-based recovery rates.

## Tools

### get_allocation_by_method
Calculates the production split for a set of zones using a specific measurement technique

### get_historical_reconciliation_report


### get_tracer_efficiency_check
Specifically assesses the validity of a tracer-based allocation based on tracer recovery rates

### get_zone_contribution_analysis
Evaluates how changes in zone physical properties impact the total production distribution

## Prompt Examples

**Prompt:** 
```
Calculate the production split for a total of 5000 barrels using the well_test method with two zones: Zone A with a metric value of 60 and Zone B with 40.
```

**Response:** 
```
The allocated production is 3000 barrels for Zone A and 2000 barrels for Zone B.
```

**Prompt:** 
```
Analyze the contribution of zones where the total production is 1000 and Zone 1 has a property weight of 7 and Zone 2 has a property weight of 3.
```

**Response:** 
```
Zone 1 contributes 700 units and Zone 2 contributes 300 units.
```

**Prompt:** 
```
Check tracer efficiency if 100 units were injected, 95 units were recovered, and Zone X has a concentration of 50.
```

**Response:** 
```
The recovery rate is 95%, and the allocated volume for Zone X is 47.5 units.
```

## Frequently Asked Questions

**What methodologies are supported for production splitting?**
The server supports well test, production logging, and tracer-based methodologies through the `get_allocation_by_method` tool.

**How can I check if my tracer recovery is valid?**
You can use the `get_tracer_efficiency_check` tool to assess recovery rates and validate zone-specific allocations.

**Can I analyze historical allocation accuracy?**
Yes, the `get_historical_reconciliation_report` tool analyzes the delta between estimated volumes and actual measured totals over time.
