# Depletion Allowance Calculator AI Agent Connect

> Depletion Allowance Calculator MCP handles the math for natural resource tax deductions. Your AI client uses this to run cost depletion based on reserves or percentage depletion based on gross income. It compares both methods to find the best tax outcome and tracks your remaining property basis.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Ys4VohLa1sxRR06pm8wQGt2ErCt6J7baVGIz4Tnj/ai-agent-connect
- **Tags:** tax, depletion, oil, gas, accounting, irs

## Description

Calculating depletion for oil and gas properties is tedious and prone to error. This MCP gives your AI client the specific financial logic needed to handle these calculations accurately. You can switch between Cost Depletion and Percentage Depletion methods depending on your property's specific situation. Instead of manually calculating rates against gross income or dividing costs by total reserves, you just provide the data to your agent. It can determine which method leaves you with the largest deduction and keep a running tally of your remaining basis. This takes the guesswork out of resource accounting and ensures your tax math stays consistent.

## Tools

### calculate_percentage_depletion
This tool calculates your deduction using the Percentage Depletion method. It uses gross income and statutory rates to find the amount.

### compare_methods
This tool compares Cost Depletion against Percentage Depletion. It identifies which approach provides the better tax result for your specific numbers.

### get_property_summary
This tool provides a summary of your property investment. It tracks how much basis you have left and your current recovery progress.

### calculate_cost_depletion
This tool handles Cost Depletion calculations. It uses the property cost and total reserves to determine the deduction.

## Prompt Examples

**Prompt:** 
```
Calculate the cost depletion for a property with an original cost of $500,000, total reserves of 100,000 barrels, and an annual production of 5,000 barrels, with a current basis of $500,000.
```

**Response:** 
```
The annual depletion deduction is $2,500.00, and the remaining basis is $497,500.00.
```

**Prompt:** 
```
What is the percentage depletion for a production with $100,000 gross income, a current basis of $200,000, and a depletion rate of 15%?
```

**Response:** 
```
The annual depletion deduction is $15,000.00, and the remaining basis is $185,000.00.
```

**Prompt:** 
```
Compare cost depletion of $5,000 and percentage depletion of $7,000 with a marginal tax rate of 24%.
```

**Response:** 
```
The optimal method is Percentage Depletion, providing an annual deduction of $7,000. This results in a tax savings difference of $480.00 compared to Cost Depletion.
```

## Capabilities

### Method Comparison
Your agent compares cost and percentage methods to find the highest deduction.

### Basis Tracking
The MCP monitors your remaining property basis after deductions are applied.

### Income Based Math
Your AI client calculates deductions using gross income and statutory percentage rates.

### Reserve Based Math
The tool calculates deductions by dividing property cost by total reserves.

## Use Cases

### Annual Tax Planning
Compare cost and percentage depletion to maximize deductions for the year.

### Reserve Management
Calculate cost depletion based on current barrel reserves and production levels.

### Investment Tracking
Use property summaries to see how much of the initial investment has been recovered.

### Income Reporting
Apply statutory rates to gross income to find the percentage depletion amount.

## Benefits

- Eliminates manual math errors in depletion calculations.
- Identifies the most tax-efficient depletion method automatically.
- Maintains an accurate record of remaining property basis.
- Provides instant comparisons between different tax approaches.

## How It Works

You connect the MCP to your AI client and start asking for calculations.

1. Connect your AI client to the Vinkius hosted MCP.
2. Provide property details like cost, reserves, or gross income to your agent.
3. The agent calls the specific depletion tool needed for the data.
4. Your agent receives the calculation and presents the result to you.

## Frequently Asked Questions

**How does this MCP help with oil and gas taxes?**
It automates the calculation of both cost and percentage depletion deductions for natural resource properties.

**Can I compare different depletion methods?**
Yes, the compare_methods tool lets you see which method provides a better tax outcome based on your specific figures.

**What information do I need for cost depletion?**
You will need to provide the property cost, total reserves, and current basis to the agent.

**What information is needed for percentage depletion?**
You need to provide the gross income and the applicable statutory depletion rate.

**Does this track my remaining property basis?**
Yes, the get_property_summary tool tracks the remaining basis and your investment recovery progress.
