# Oil Field Economics Model AI Agent Connect

> Perform detailed economic analysis for oil field developments using DCF modeling.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_QR8Szrx4xoWDu6KPs0s7NQjHRwx1lEYKTXbivY6M/ai-agent-connect
- **Tags:** oil, gas, economics, dcf, npv, irr

## Description

This MCP server provides a complete suite of tools for oil and gas economic evaluation. It uses discounted cash flow (DCF) modeling to calculate critical financial metrics including NPV, IRR, payout period, and ROI. Users can model complex production profiles, account for inflation, and apply specific fiscal terms like royalties and taxes. The server includes tools to `calculate_project_economics` for single scenarios, `run_sensitivity_analysis` to test variable volatility, `get_production_summary` for physical output analysis, and `compare_scenarios` to evaluate competing development strategies.

## Tools

### compare_scenarios
Compares two different development scenarios

### get_production_summary
Provides a high-level overview of the physical production characteristics

### run_sensitivity_analysis
Evaluates how changes in key variables impact the project NPV

### calculate_project_economics
Calculates core economic metrics (NPV, IRR, Payout, ROI) for a single development scenario

## Prompt Examples

**Prompt:** 
```
Calculate the economics for a project with 500M CAPEX, 50M annual OPEX, and a 10% discount rate.
```

**Response:** 
```
The project has an NPV of $125,400,000, an IRR of 14.2%, a payout period of 6.5 years, and an ROI of 1.25.
```

**Prompt:** 
```
What is the peak production for a profile with volumes of 100, 200, 150, and 50 units per year?
```

**Response:** 
```
The peak production is 200 units, occurring in year 2.
```

**Prompt:** 
```
Run a sensitivity analysis on CAPEX with a variance of -10% and +10%.
```

**Response:** 
```
At -10% CAPEX, the NPV is $150,000,000. At +10% CAPEX, the NPV is $100,000,000.
```

## Frequently Asked Questions

**What metrics can I calculate?**
You can calculate Net Present Value (NPV), Internal Rate of Return (IRR), the project payout period, and Return on Investment (ROI) using `calculate_project_economics`.

**How do I test how oil price changes affect my project?**
Use the `run_sensitivity_analysis` tool. You provide your base scenario and specify 'oilPrice' as the variable to vary along with a range of percentage deviations.

**Can I compare two different development plans?**
Yes, the `compare_scenarios` tool allows you to input two different development scenarios to determine which is more economically viable based on NPV.
