# Mining Tax Regime Analysis AI Agent Connect

> Quantify fiscal impact, government take, and effective tax rates for mining projects.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_d7Yv6aCjUumxqYZGi67QPD9AMxVEeoF7SrA6xbGn/ai-agent-connect
- **Tags:** taxation, mining, economics, fiscal, royalties

## Description

This MCP server provides an analytical engine to quantify the fiscal impact of taxation, royalties, and incentives on mining project economics. It allows users to calculate the effective tax rate, determine the total government take, and evaluate after-tax project economics. Use `get_project_tax_summary` to assess the total tax burden, `calculate_depreciation_impact` to model asset depreciation, `evaluate_incentive_impact` to account for tax holidays, and `simulate_project_economics` to find the final net profit for investors.

## Tools

### calculate_depreciation_impact
Determines how much the depreciation of mining equipment affects taxable income

### evaluate_incentive_impact
Calculates how tax holidays or specific incentives modify the final tax liability

### get_project_tax_summary
Provides a high-level overview of the total tax burden and government involvement

### simulate_project_economics
Provides the final remaining value for investors after all fiscal obligations

## Prompt Examples

**Prompt:** 
```
What is the total tax burden for a project with 100M revenue, 40M operating costs, 30% corporate tax, 5% mining tax, and 3% royalty?
```

**Response:** 
```
The total tax paid is 28,000,000, resulting in an effective tax rate of 46.67% and a government take of 28%.
```

**Prompt:** 
```
Calculate the net profit for a project with 50M revenue, 20M operating costs, 5M depreciation, and 10M total taxes.
```

**Response:** 
```
The net profit for the project is 15,000,000 with a profit margin of 30%.
```

**Prompt:** 
```
How much depreciation is there for a 10M asset with a 5 year useful life in year 2?
```

**Response:** 
```
The annual depreciation amount is 2,000,000, and the remaining asset value is 6,000,000.
```

## Frequently Asked Questions

**How do I calculate the government take?**
You can use the `get_project_tax_summary` tool to calculate the total government take by providing revenue, operating costs, and tax rates.

**Can I model tax holidays?**
Yes, the `evaluate_incentive_impact` tool allows you to determine if a tax holiday is active and how it modifies your tax liability.

**How is depreciation handled?**
The `calculate_depreciation_impact` tool calculates annual depreciation based on asset value and useful life to determine its impact on taxable income.
