# Mine Capital Cost Estimator AI Agent Connect

> Calculates pre-production and sustaining CAPEX for mining projects.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_NWbKHNNcwv97yVjltXQh9dhKw08wqq0NohL7DFTU/ai-agent-connect
- **Tags:** capex, mining, cost-estimation, financial-modeling, infrastructure

## Description

This MCP server provides specialized tools for mining project financial planning. It allows users to calculate pre-production CAPEX using factorial, parametric, or detailed methods, and estimate sustaining CAPEX over a mine's lifecycle. Users can retrieve regional cost adjustments via `get_location_multiplier` and perform complex financial adjustments using `apply_currency_and_inflation` to account for inflation and currency fluctuations.

## Tools

### apply_currency_and_inflation
Adjusts a base cost figure for inflation and converts it to a specified currency

### estimate_pre_production_capex
Calculates the total initial capital required to start mining operations

### estimate_sustaining_capex
Predicts the ongoing capital needed to maintain the mine throughout its lifecycle

### get_location_multiplier
Retrieves the cost adjustment factor for a specific geographic region

## Prompt Examples

**Prompt:** 
```
Estimate the pre-production CAPEX for an open pit mine with a capacity of 5,000,000 tonnes per year and a location factor of 1.2 using the parametric method.
```

**Response:** 
```
The estimated pre-production CAPEX for the open pit mine is $450,000,000, including a $45,000,000 contingency allowance.
```

**Prompt:** 
```
What is the annual sustaining CAPEX for an underground mine with 2,000,000 tonnes annual capacity and a 15-year mine life with a 0.05 equipment replacement rate?
```

**Response:** 
```
The annual sustaining CAPEX is $12,500,000, with a total lifetime sustaining CAPEX of $187,500,000.
```

**Prompt:** 
```
Get the location multiplier for Australia.
```

**Response:** 
```
The location multiplier for Australia is 1.15.
```

## Frequently Asked Questions

**What estimation methods are supported?**
The server supports factorial, parametric, and detailed estimation methodologies via the `estimate_pre_production_capex` tool.

**Can I adjust for regional cost differences?**
Yes, you can use `get_location_multiplier` to find the specific adjustment factor for a geographic region.

**How does the tool handle inflation?**
The `apply_currency_and_inflation` tool applies compound inflation over a specified number of years to your base amount.
