# Reserves Reconciliation AI Agent Connect

> Reconcile oil and gas reserve changes between reporting periods.

## Overview
- **Category:** accounting
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_50Vxw14Gm2do63mEsxlxbIN3QL6s93kDTBI7xvYW/ai-agent-connect
- **Tags:** oil-and-gas, reserves, reconciliation, upstream, petroleum-engineering

## Description

This MCP server provides specialized engineering and accounting tools to bridge the gap between opening and closing reserve volumes. It allows AI agents to calculate the reserve bridge using `calculate_reserve_bridge`, analyze the impact of technical versus commercial revisions with `analyze_revision_impact`, determine depletion efficiency via `calculate_production_efficiency`, and verify mathematical accuracy using `validate_reconciliation_integrity`.

## Tools

### analyze_revision_impact
Analyze the impact of technical vs commercial revisions

### calculate_production_efficiency
Calculate production efficiency relative to total depletion

### calculate_reserve_bridge
Calculate the reserve bridge between opening and closing volumes

### validate_reconciliation_integrity
Validate the mathematical integrity of a reconciliation

## Prompt Examples

**Prompt:** 
```
Calculate the reserve bridge for an opening volume of 1000, production of 200, discoveries of 50, and technical revisions of -10.
```

**Response:** 
```
The closing reserves are 840, with a total change of -160.
```

**Prompt:** 
```
Analyze the impact of a 50 unit technical revision and a 20 unit commercial revision.
```

**Response:** 
```
The primary driver is Technical, with a total impact of 70.
```

**Prompt:** 
```
What is the production efficiency if production is 150, opening reserves were 1000, and other depletions are 50?
```

**Response:** 
```
The production percentage is 75%.
```

## Frequently Asked Questions

**What is a reserve bridge?**
A reserve bridge is a reconciliation that explains the movement from opening reserves to closing reserves by accounting for production, discoveries, revisions, and other factors.

**How can I check if my reconciliation is mathematically correct?**
You can use the `validate_reconciliation_integrity` tool to verify that the sum of all movements correctly bridges the opening and closing volumes.

**Does this tool handle commercial revisions?**
Yes, the `calculate_reserve_bridge` tool specifically includes a parameter for commercial revisions to account for economic changes in reserve viability.
