# Precipitation Circuit Designer AI Agent Connect

> Engineering tool for designing metal recovery precipitation circuits.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_nnN9iiUwHd4JisScOWjtYiP1Hr1WKU733tXuWswT/ai-agent-connect
- **Tags:** gold-recovery, copper-recovery, merrill-crowe, reactor-design, chemical-engineering

## Description

This MCP server provides specialized engineering tools for designing hydrometallurgical precipitation circuits. It allows users to calculate reagent requirements, determine reactor dimensions, and evaluate kinetic feasibility for recovering metals like gold and copper. Use `design_precipitation_circuit` for a complete design plan, or `analyze_kinetics_feasibility` to verify if your planned retention time meets the target recovery rate.

## Tools

### analyze_kinetics_feasibility
Evaluates if the desired recovery and retention time are chemically feasible

### calculate_reactor_dimensions
Determines the physical size of the reactor needed for the circuit

### design_precipitation_circuit
Performs a complete circuit design by integrating all inputs into a cohesive plan

### get_reagent_requirements
Calculates the amount of reagent needed to achieve a specific metal recovery

## Prompt Examples

**Prompt:** 
```
Design a circuit for a solution with 5.0 g/L gold and 2.0 g/L copper using the merrill-crowe method with 95% recovery and a flow rate of 10 m3/h.
```

**Response:** 
```
The complete circuit design requires 45.2 kg of zinc dust, a reactor volume of 15.5 m3, and a retention time of 1.55 hours.
```

**Prompt:** 
```
How much reagent is needed for 2.0 g/L copper with 90% recovery using direct precipitation?
```

**Response:** 
```
The required reagent mass is 12.4 kg with a molar ratio of 1.2.
```

**Prompt:** 
```
Is a 2-hour retention time enough to recover 98% of gold?
```

**Response:** 
```
No, the target recovery of 98% is not feasible with a 2-hour retention time for gold; a longer residence time is required.
```

## Frequently Asked Questions

**What metals can I design circuits for?**
The tool is optimized for gold and copper recovery using methods like `merrill-crowe` or direct precipitation.

**How do I calculate the required reactor size?**
You can use the `calculate_reactor_dimensions` tool by providing the volumetric flow rate and the required retention time.

**Can I check if my design is chemically viable?**
Yes, the `analyze_kinetics_feasibility` tool evaluates if your target recovery is achievable within the planned retention time.
