# Terephthalic Acid Plant Designer AI Agent Connect

> Engineering tool for designing Purified Terephthalic Acid (PTA) production plants.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_OeV1i7aXKNI19MAZ3HmvHA8swikbRsfRoPRKAFA7/ai-agent-connect
- **Tags:** pta, chemical-engineering, oxidation, purification, process-design

## Description

This MCP server provides specialized engineering calculations for designing a Purified Terephthalic Acid (PTA) plant. It allows AI agents to model the entire production chain from p-xylene oxidation to final purification. Users can use `calculate_oxidation_reactor` to determine reactor sizing, `design_catalyst_system` to optimize chemical compositions, `evaluate_purification_stage` to manage 4-CBA impurity levels, and `estimate_solvent_recovery` to ensure acetic acid efficiency. It is designed to bridge chemical engineering expertise with AI-driven process optimization.

## Tools

### evaluate_purification_stage
Calculates the purification requirements to meet specific product grades

### calculate_oxidation_reactor
Determines the necessary reactor size and operating conditions based on feed availability

### design_catalyst_system
Specifies the required catalyst composition and concentration for the oxidation

### estimate_solvent_recovery
Calculates the efficiency and mass of acetic acid that must be recovered

## Prompt Examples

**Prompt:** 
```
Calculate the reactor requirements for 50,000 tons of PTA capacity with 100,000 tons of p-xylene available at 180 degrees.
```

**Response:** 
```
The required reactor volume is 450 cubic meters with a temperature setpoint of 180°C, yielding an estimated 48,500 tons of PTA.
```

**Prompt:** 
```
What catalyst composition is needed for a 450 cubic meter reactor to achieve 99.9% purity?
```

**Response:** 
```
To achieve 99.9% purity in a 450 cubic meter reactor, the system requires a cobalt concentration of 0.05 and a manganese concentration of 0.03.
```

**Prompt:** 
```
Estimate the solvent recovery for 5000 tons of acetic acid with a 2% impurity loss rate.
```

**Response:** 
```
The system will recover 4,900 tons of acetic acid, requiring 100 tons of makeup solvent.
```

## Frequently Asked Questions

**How do I calculate the reactor size?**
You can use the `calculate_oxidation_reactor` tool by providing the available p-xylene mass, the target annual capacity, and the desired reaction temperature.

**Can this tool help manage 4-CBA impurities?**
Yes, the `evaluate_purification_stage` tool specifically calculates the hydrogen consumption and filtration cycles needed to reach your target 4-CBA concentration.

**How is the catalyst system determined?**
The `design_catalyst_system` tool determines the required cobalt and manganese concentrations based on your reactor volume and the target purity of the PTA.
