# Unitization Allocations AI Agent Connect

> Calculates unitization equity, cost allocations, and revenue distributions.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_dz17GkWmABQWDoOCuD08qcgFWJNCr8zvNd7fxuC6/ai-agent-connect
- **Tags:** unitization, equity, reserves, revenue-distribution, oil-and-gas

## Description

This MCP server provides specialized tools for the oil and gas industry to manage unitization processes. It connects AI agents to core calculation engines for determining ownership interests and financial distributions. Use `get_equity_determination` to calculate ownership based on tract reserves, `calculate_financial_distributions` to split revenue and costs, `apply_redetermination` to update equity when new geological data arrives, and `get_historical_adjustments` to correct past payments.

## Tools

### apply_redetermination
Updates the unit's ownership structure based on new geological data

### calculate_financial_distributions
Determines how much money should be paid to or charged to each party based on recent activity

### get_equity_determination
Calculates the current ownership interest for all parties involved in the unit

### get_historical_adjustments
Identifies the necessary corrections for past distributions due to changes in equity

## Prompt Examples

**Prompt:** 
```
Calculate the equity for two parties where Party A has 600 units of reserves and Party B has 400 units.
```

**Response:** 
```
Party A has 60% equity and Party B has 40% equity.
```

**Prompt:** 
```
If total revenue is $1,000,000 and costs are $200,000, what is the net amount for a party with 50% equity?
```

**Response:** 
```
The net amount for the party is $400,000.
```

**Prompt:** 
```
What happens if we use `apply_redetermination` with new reserve volumes?
```

**Response:** 
```
The tool will calculate the new equity percentages and provide an adjustment factor based on the change in total reserves.
```

## Frequently Asked Questions

**How is equity determined?**
Equity is determined by dividing a party's specific reserve volume by the total reserves of the entire unit using the `get_equity_determination` tool.

**Can I adjust for new geological data?**
Yes, you can use `apply_redetermination` to update the unit's ownership structure based on new reserve volumes.

**How are historical errors corrected?**
You can identify necessary corrections for past distributions using the `get_historical_adjustments` tool.
