# Fiscal Regime Analysis AI Agent Connect

> Analyze economic outcomes for oil and gas projects using Concessionary and PSC models.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_xZKgvRT1d93a1tTSRd2reRIwsoNhCY7ILV6pyhlM/ai-agent-connect
- **Tags:** oil-and-gas, fiscal-regime, economics, energy-sector, taxation

## Description

This MCP server provides specialized tools to evaluate the fiscal impact of hydrocarbon extraction. It allows users to calculate government and contractor takes, effective tax rates, and net profits under different legal frameworks. Use `analyze_concession_economics` for concession-based projects, `analyze_psc_economics` for Production Sharing Contracts, and `compare_regimes` to determine which model yields a higher contractor take for a specific scenario. It also includes `get_fiscal_summary` for high-level economic splits.

### Available Tools

`analyze_concession_tool`, `analyze_psc_tool`, `compare_regimes_tool`, `get_fiscal_summary_tool`

## Tools

### analyze_psc_tool
Evaluates the fiscal outcome for a project operating under a Production Sharing Contract (PSC)

### compare_regimes_tool
Provides a direct comparison between a Concessionary model and a PSC model

### get_fiscal_summary_tool
Generates a high-level summary of the economic split for a given project scenario

### analyze_concession_tool
Evaluates the fiscal outcome for a project operating under a Concessionary regime

## Prompt Examples

**Prompt:** 
```
Calculate the economics for a concession project with $1,000,000 revenue, 10% royalty, 30% tax, and $500,000 operating costs.
```

**Response:** 
```
The government take is $190,000, the contractor take is $310,000, and the effective tax rate is 19%.
```

**Prompt:** 
```
Compare a concession model (1000 revenue, 0.1 royalty, 0.3 tax, 500 costs) with a PSC model (1000 revenue, 0.7 cost limit, 0.5 profit split, 500 costs, 0.3 tax).
```

**Response:** 
```
The PSC model is the winner for the contractor.
```

**Prompt:** 
```
What is the economic split if the government takes $400 and the contractor takes $600?
```

**Response:** 
```
The total value is $1,000, with a 40% government share and a 60% contractor share.
```

## Frequently Asked Questions

**What is the difference between the two models?**
The Concessionary model involves the contractor paying royalties and taxes, while the Production Sharing Contract (PSC) involves splitting 'profit oil' after cost recovery. Tools available: `analyze_concession_tool`, `analyze_psc_tool`, `compare_regimes_tool`.

**How can I compare two different fiscal models?**
You can use the `compare_regimes` tool by providing the parameters for both the concessionary and PSC models.

**Can I get a summary of the economic split?**
Yes, the `get_fiscal_summary` tool provides the total value and the percentage split between the government and the contractor.
