# Mine Breakeven Analysis AI Agent Connect

> Calculate economic thresholds for mining operations.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_wYLJRaoQRCMut8Nv8RV0NW9nlsqgsCcpNLKfCN1G/ai-agent-connect
- **Tags:** mining, economics, breakeven, analysis, production

## Description

This MCP server provides specialized computational tools for determining the economic thresholds of mining operations. It allows AI agents to evaluate the relationship between production costs, metal value, and output volume. Key capabilities include using `get_breakeven_metal_price` to find minimum market prices, `get_breakeven_grade` to determine required ore concentration, and `get_breakeven_production_rate` to find necessary production volumes. It also includes `get_economic_sensitivity` to analyze how cost and price fluctuations impact total profit.

## Tools

### get_breakeven_grade
Determines the minimum concentration of metal required in the ore to remain profitable at a given metal price and production rate

### get_breakeven_metal_price
Determines the minimum market price required for the primary metal to cover all costs at a fixed production volume and grade

### get_breakeven_production_rate
Determines the necessary volume of production required to reach the breakeven point given specific costs and metal values

### get_economic_sensitivity
Evaluates how changes in metal price and operating costs impact the overall mine profitability

## Prompt Examples

**Prompt:** 
```
What is the breakeven metal price if operating costs are 50, capital costs are 200, production rate is 10, and ore grade is 0.5?
```

**Response:** 
```
The breakeven metal price is 70.0.
```

**Prompt:** 
```
Calculate the breakeven grade for a mine with 40 operating costs, 100 capital costs, 20 production rate, and a metal price of 150.
```

**Response:** 
```
The minimum required ore grade is 0.933.
```

**Prompt:** 
```
What is the necessary production rate to break even with 30 operating costs, 50 capital costs, 100 metal price, and 0.8 ore grade?
```

**Response:** 
```
The required breakeven production rate is 1.0.
```

## Frequently Asked Questions

**What can I calculate with this tool?**
You can calculate the breakeven metal price, the minimum required ore grade, the necessary production rate, and perform economic sensitivity analysis.

**Does it account for by-product credits?**
Yes, all tools allow for the inclusion of `byProductCredits` to adjust the net operating cost.

**How do I connect this to my AI client?**
You can connect via Vinkius Edge using your personal Connection Token found in your Vinkius dashboard. It is compatible with Cursor, VS Code, Claude Desktop, and Windsurf.
