# Magnetic Separation Design AI Agent Connect

> Design optimal magnetic separation circuits by calculating field strength, equipment selection, and efficiency.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Lar73FwXob8PAqSZzWYI59PG5Xy37bckJc00KD3w/ai-agent-connect
- **Tags:** magnetic-separation, mineral-processing, metallurgy, circuit-design, efficiency-prediction

## Description

This MCP server provides specialized engineering tools for designing magnetic separation circuits. It allows users to determine optimal magnetic field strength, select the correct equipment type (such as LIMS, MIMS, WHIMS, or HGMS), and predict separation efficiency based on mineral susceptibility, particle size, and throughput. Use `design_separation_circuit` to generate a full design, `evaluate_equipment_suitability` to verify machinery, or `predict_efficiency_loss` to account for physical factors like particle size and medium type.

## Tools

### compare_wet_vs_dry_parameters
Provides a comparative analysis of how the separation performance would change if switching between wet and dry modes

### evaluate_equipment_suitability
Determines if a specific piece of magnetic equipment is capable of handling the provided mineral characteristics

### predict_efficiency_loss
Calculates the potential loss of target minerals due to specific environmental or physical factors

### design_separation_circuit
Generates a complete magnetic separation design including field strength, equipment type, and predicted efficiency

## Prompt Examples

**Prompt:** 
```
Design a magnetic separation circuit for a mineral with 0.05 susceptibility, 50 micron particle size, and 100 tons per hour throughput using wet separation.
```

**Response:** 
```
The recommended design requires a magnetic field strength of 0.8 Tesla using WHIMS equipment, with a predicted separation efficiency of 94.5%.
```

**Prompt:** 
```
Is a LIMS equipment suitable for a mineral with 0.5 susceptibility and 200 micron particle size?
```

**Response:** 
```
Yes, LIMS is suitable for this mineral profile with a high confidence score.
```

**Prompt:** 
```
Compare wet vs dry separation for a mineral with 0.1 susceptibility and 40 micron particle size.
```

**Response:** 
```
Wet separation is recommended for this fine particle size to maximize efficiency, providing a significant advantage over dry separation.
```

## Frequently Asked Questions

**How do I design a new separation circuit?**
You can use the `design_separation_circuit` tool by providing the mineral susceptibility, particle size, throughput, and whether the process is wet or dry.

**Can I check if my equipment is suitable for a specific ore?**
Yes, use the `evaluate_equipment_suitability` tool to check if a specific equipment type matches your mineral's susceptibility and particle size.

**How does particle size affect my efficiency?**
Smaller particles can lead to higher losses. You can use `predict_efficiency_loss` to calculate how particle size and the separation medium impact your results.
