# Gravity Separation Design Engine AI Agent Connect

> Select optimal gravity separation equipment and estimate recovery performance.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_PCVL8J5OplCoV988MHkx8rWDDOFWOq9qm7fG9XOJ/ai-agent-connect
- **Tags:** gravity-separation, mineral-processing, metallurgy, engineering-tools, recovery-optimization

## Description

This MCP server provides specialized tools for mineral processing design. It allows AI agents to calculate the concentration criterion, select the most suitable equipment such as `select_equipment`, predict recovery efficiency using `estimate_recovery`, and evaluate if a mineral stream is viable via `analyze_feed_feasibility`. It also provides process optimization suggestions through `optimize_circuit_parameters` to improve recovery or manage throughput.

## Tools

### optimize_circuit_parameters
Suggests adjustments to the process to improve recovery or throughput

### select_equipment
Determines the most suitable type of gravity separation equipment for a specific mineral feed

### analyze_feed_feasibility
Evaluates if a specific mineral stream is even capable of being separated via gravity methods

### estimate_recovery
Predicts the efficiency of the separation process for a chosen piece of equipment

## Prompt Examples

**Prompt:** 
```
What equipment should I use for a mineral with density 4.5, gangue density 2.7, particle size 50-150 microns, and throughput of 50?
```

**Response:** 
```
The most suitable equipment for these parameters is spirals.
```

**Prompt:** 
```
Is it feasible to separate a mineral with density 3.0 and gangue density 2.6 in water?
```

**Response:** 
```
The concentration criterion is 1.4, which indicates that separation is possible but may be difficult.
```

**Prompt:** 
```
Predict the recovery for spirals with mineral density 4.0, gangue density 2.5, and average particle size of 80 microns.
```

**Response:** 
```
The estimated recovery is 75% with a grade estimate of 0.85.
```

## Frequently Asked Questions

**How do I know which equipment to use?**
You can use the `select_equipment` tool by providing the mineral density, gangue density, particle size range, and throughput to find the best fit.

**Can I check if my mineral separation is possible?**
Yes, the `analyze_feed_feasibility` tool evaluates the concentration criterion to determine if gravity separation is feasible for your specific mineral stream.

**How can I improve my recovery rates?**
The `optimize_circuit_parameters` tool provides specific suggested actions to improve recovery or manage throughput constraints.
