# Production Sharing Contract Model AI Agent Connect

> Models the economic distribution of resources within a Production Sharing Contract (PSC).

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_y5eC15MNkS9rjx6avG3TSlkmysc1qL0UOurQfHA9/ai-agent-connect
- **Tags:** psc, oil-and-gas, economics, resource-management, contract-modeling

## Description

This MCP server provides tools to model the economic distribution of resources in a Production Sharing Contract (PSC). It allows AI agents to calculate the breakdown of production between a state entity and a contractor. Key capabilities include using `calculate_period_economics` to determine cost oil and profit oil, `simulate_sliding_scale` to adjust splits based on production tiers, `apply_investment_credits` for depreciation and incentives, and `get_contractor_entitlement` to find the final volume claims.

## Tools

### apply_investment_credits
Applies depreciation and specific investment incentives to recoverable costs

### calculate_period_economics
Calculates the economic breakdown of production for a specific period

### get_contractor_entitlement
Calculates the specific volume the contractor is allowed to claim

### simulate_sliding_scale
Simulates how the profit split changes as production progresses through different tiers

## Prompt Examples

**Prompt:** 
```
Calculate the economics for a period with 1000 units of production, a 60% cost recovery limit, and a 50/50 profit split.
```

**Response:** 
```
The cost oil is 600 units and the profit oil is 400 units. With a 50/50 split, the government receives 200 units and the contractor receives 200 units of profit oil.
```

**Prompt:** 
```
What is the contractor's entitlement if cost oil is 500, profit oil is 500, and the contractor's profit split is 0.6?
```

**Response:** 
```
The contractor's total entitlement is 800 units (500 from cost oil and 300 from profit oil).
```

**Prompt:** 
```
Apply a 5% investment credit to a base expenditure of 1000.
```

**Response:** 
```
The total credit value is 50.
```

## Frequently Asked Questions

**What is the purpose of this MCP?**
It models the economic distribution of resources in a Production Sharing Contract, calculating cost oil, profit oil, and entitlements.

**How does the sliding scale work?**
You can use `simulate_sliding_scale` to determine how the profit split changes as production volume reaches different predefined thresholds.

**Can I calculate the contractor's final share?**
Yes, the `get_contractor_entitlement` tool calculates the total volume the contractor is allowed to claim from both cost oil and profit oil.
