# Mining Project NPV Analysis AI Agent Connect

> Financial feasibility analysis for mining projects using DCF modeling.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_AQyksMTOMthVyXrQQvMdbvOZ68HjiDkto47e8pvN/ai-agent-connect
- **Tags:** npv, irr, mining, dcf, financial-modeling

## Description

This MCP server provides a complete suite of financial tools for evaluating mining operations. It uses discounted cash flow (DCF) modeling to calculate critical indicators like NPV, IRR, and payback period. Users can use `calculate_project_metrics` to get a full financial profile, `compare_scenarios` to evaluate different project configurations, `analyze_sensitivity` to test how variables like metal price affect value, and `calculate_break_even_price` to find the minimum profitable price point.

## Tools

### analyze_sensitivity
Determines how sensitive the NPV is to changes in a single specific variable

### calculate_break_even_price
Identifies the minimum metal price required to achieve a zero NPV

### calculate_project_metrics
Provides a full suite of primary financial indicators for a single mining project scenario

### compare_scenarios
Evaluates the relative performance of two different project configurations

## Prompt Examples

**Prompt:** 
```
Calculate the NPV and IRR for a project with 100M CAPEX, 50 OPEX per unit, a production of 10,000 units for 5 years, a metal price of 150, a 10% discount rate, 30% tax, 5% royalty, and 10M annual depreciation.
```

**Response:** 
```
The project has an NPV of $125,450,000 and an IRR of 18.5%. The payback period is 3.2 years.
```

**Prompt:** 
```
What is the break-even metal price for a project with 50M CAPEX and 40 OPEX per unit?
```

**Response:** 
```
The minimum metal price required to achieve a zero NPV is $85.50 per unit.
```

**Prompt:** 
```
How sensitive is the NPV to a 10% increase in metal price?
```

**Response:** 
```
A 10% increase in metal price results in an NPV of $145,000,000, compared to the base NPV of $125,450,000.
```

## Frequently Asked Questions

**What metrics does this server calculate?**
The server calculates Net Present Value (NPV), Internal Rate of Return (IRR), payback period, and total project value using `calculate_project_metrics`.

**How can I compare two different mining scenarios?**
You can use the `compare_scenarios` tool by providing the parameter sets for both scenarios as JSON strings.

**Can I find the minimum price needed to make a project viable?**
Yes, the `calculate_break_even_price` tool identifies the minimum metal price required to achieve a zero NPV.
