# Metallurgical Accounting AI Agent Connect

> Precise metal balance, recovery reconciliation, and loss identification for mining operations.

## Overview
- **Category:** analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_0Gk1OYVniDWM9W9qIPFkaPQQ4pQWTxibhYbCAeGk/ai-agent-connect
- **Tags:** metallurgy, metal-balance, recovery, mining-tech, accounting

## Description

This MCP server provides specialized tools for metallurgical accounting in mining and processing plants. It enables precise tracking of metal mass and grade through the entire circuit. Use `calculate_metal_balance` to determine the discrepancy between input and output, `reconcile_recovery` to compare actual performance against targets, `identify_losses` to isolate missing metal, and `validate_measurement_integrity` to ensure mass balances fall within acceptable error margins.

## Tools

### calculate_metal_balance
Determines the total metal flow and identifies the discrepancy between input and output

### identify_losses
Specifically isolates and categorizes the missing metal within the system

### reconcile_recovery
Calculates the actual metallurgical recovery and compares it against a target performance level

### validate_measurement_integrity
Evaluates if the current mass balance is within acceptable bounds of measurement uncertainty

## Prompt Examples

**Prompt:** 
```
Calculate the metal balance for a feed of 1000 tons at 2% grade, with a product of 200 tons at 10% grade and tails of 800 tons at 0.1% grade.
```

**Response:** 
```
The feed metal is 20.0 units, the product metal is 20.0 units, and the tails metal is 0.8 units. The balance discrepancy is -0.8 units.
```

**Prompt:** 
```
What is the recovery if I have 50 tons of product metal from 500 tons of feed metal, with a target of 85%?
```

**Response:** 
```
The actual recovery is 10.0%, which is Below Target compared to the 85.0% target.
```

**Prompt:** 
```
Identify the losses if feed metal is 100, product metal is 85, and tails metal is 10.
```

**Response:** 
```
The total loss is 5.0 units, and the identified losses are 5.0 units.
```

## Frequently Asked Questions

**How do I calculate the metal balance?**
You can use the `calculate_metal_balance` tool by providing the feed tonnage, feed grade, a list of products (tonnage and grade), and the tails data.

**Can I check if my measurement error is acceptable?**
Yes, the `validate_measurement_integrity` tool evaluates if the balance discrepancy is within your specified allowable error margin.

**How are losses identified?**
The `identify_losses` tool isolates missing metal by comparing feed metal against the sum of product and tails metal.
