# Pressure Oxidation (POX) Design Suite AI Agent Connect

> Technical design tools for pressure oxidation (POX) circuits in refractory gold processing.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_6J3HfE3PkFDvtFDSvV6EBc86SgqsF3rvlMHzLqJ7/ai-agent-connect
- **Tags:** gold, mining, chemical-engineering, metallurgy, autoclave

## Description

This MCP server provides specialized engineering tools for designing pressure oxidation (POX) circuits used to treat refractory gold ores. It enables precise calculation of autoclave sizing, oxygen requirements, and thermal management. Use `calculate_autoclave_requirements` to determine vessel volume and residence time, `calculate_oxygen_demand` to quantify oxidant needs, `estimate_thermal_load` to manage exothermic heat generation, and `design_operating_conditions` to establish optimal temperature and pressure profiles for specific ore types.

## Tools

### calculate_autoclave_requirements
Determines the physical sizing and residence requirements for the autoclave

### calculate_oxygen_demand
Calculates the total oxygen required to satisfy the oxidation of the sulfide content

### design_operating_conditions
Suggests optimal temperature and pressure settings based on the desired oxidation efficiency

### estimate_thermal_load
Estimates the heat generated by the exothermic oxidation reaction

## Prompt Examples

**Prompt:** 
```
Calculate the autoclave volume needed for 500 tonnes per hour of ore with 35% solids density and 4 hours of residence time.
```

**Response:** 
```
The required autoclave volume is 285.71 cubic meters, with a slurry flow rate of 1428.57 tonnes per hour.
```

**Prompt:** 
```
What is the oxygen demand for 200 tph of ore with 5% sulfur content and 90% oxidation degree?
```

**Response:** 
```
The total oxygen demand is 18,000 kg/h with a molar flow of 562.5 kmol/h.
```

**Prompt:** 
```
Suggest operating conditions for an arsenopyrite-dominant ore with 0.8 oxidation degree.
```

**Response:** 
```
The suggested operating conditions are a target temperature of 220°C and a total pressure of 3200 kPa.
```

## Frequently Asked Questions

**What can I calculate with this server?**
You can calculate autoclave volume, oxygen mass flow, thermal heat generation rates, and optimal operating conditions like temperature and pressure.

**How do I determine the autoclave size?**
Use the `calculate_autoclave_requirements` tool by providing the ore throughput, solids density, and required residence time.

**Does this account for different ore types?**
Yes, the `design_operating_conditions` tool allows you to specify ore types like pyrite-rich or arsenopyrite-dominant to get tailored pressure and temperature settings.
