# Concentrator Capacity Expansion Evaluator AI Agent Connect

> Evaluates capital expenditures and economic viability for concentrator capacity increases.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_YzsW43USfWr8gIwAjKEHhiMABkyHOLPp5lzXo1Sk/ai-agent-connect
- **Tags:** mining, capex, capacity, economics, expansion

## Description

This MCP server provides specialized tools for mining engineers and financial analysts to evaluate concentrator capacity expansion. It allows for comparing different strategies like debottlenecking versus new line installation. Use `analyze_expansion_options` to determine physical and financial characteristics, `calculate_expansion_economics` to find net value and annualized return, `compare_expansion_strategies` to rank options by efficiency, and `validate_constraints` to ensure proposed expansions stay within physical site limits.

## Tools

### analyze_expansion_options
Compares different expansion strategies to determine their physical and financial characteristics

### calculate_expansion_economics
Determines the financial viability of a specific expansion option

### compare_expansion_strategies
Ranks different expansion options based on their net value

### validate_constraints
Ensures a proposed expansion is physically and logically compatible with the current facility state

## Prompt Examples

**Prompt:** 
```
Compare two expansion options: a debottlenecking option with 50 units added at 100 cost, and a new line with 200 units added at 500 cost. Revenue per unit is 10 and life is 5 years.
```

**Response:** 
```
The new line is the most efficient option with a net value of 500 and an efficiency ratio of 1.0, compared to the debottlenecking option which has a net value of 400.
```

**Prompt:** 
```
Is it feasible to add 500 units of capacity if the current capacity is 1000 and the max facility limit is 1200?
```

**Response:** 
```
No, the expansion is infeasible because the resulting total capacity of 1500 exceeds the maximum facility limit of 1200.
```

**Prompt:** 
```
Calculate the economics for an expansion with 100 incremental capacity, 50 CAPEX, 20 revenue per unit, and a 10 year life.
```

**Response:** 
```
The expansion has a total CAPEX of 50, total incremental revenue of 2000, a net value of 1950, and an annualized return of 195.
```

## Frequently Asked Questions

**How do I compare debottlenecking vs new line installation?**
You can use `analyze_expansion_options` to get the characteristics of both paths, then use `compare_expansion_strategies` to rank them based on net value.

**Can I check if an expansion is physically possible?**
Yes, use the `validate_constraints` tool to check if a proposed expansion exceeds the maximum facility limit.

**How is the economic return calculated?**
The `calculate_expansion_economics` tool calculates the net value by subtracting CAPEX from total incremental revenue, then provides the annualized return.
