# PET Resin Plant Designer AI Agent Connect

> Design PET resin production facilities by calculating mass balance, reactor volumes, and SSP requirements.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_kq3xssWi1lRa1UoRO8IO4c8G9Dj7rMycyEyXigsi/ai-agent-connect
- **Tags:** pet, polymerization, chemical-engineering, resin, manufacturing-design

## Description

This MCP server provides specialized engineering tools for designing Polyethylene Terephthalate (PET) resin plants. It handles the complex chemical transitions from monomers to high-viscosity polymers. Users can use `calculate_mass_balance` to determine feedstock needs, `design_liquid_phase_reactors` to size the esterification, prepolymerization, and finishing stages, and `evaluate_ssp_requirement` to decide if Solid-State Polymerization is needed for high-grade bottle resin. Finally, `generate_plant_summary` aggregates all data into a complete plant configuration report.

## Tools

### generate_plant_summary
Inputs must be JSON strings.

Aggregates all design data into a single coherent plant configuration report

### calculate_mass_balance
Determines the required feedstock amounts to meet a target production capacity

### design_liquid_phase_reactors
Sizes the primary melt-phase reactors (Esterification, Prepolymerization, and Finishing)

### evaluate_ssp_requirement
Determines if a Solid-State Polymerization (SSP) unit is necessary

## Prompt Examples

**Prompt:** 
```
Calculate the mass balance for a 100,000 ton capacity plant using PTA with an EG ratio of 1.2.
```

**Response:** 
```
The required feedstock for a 100,000 metric ton capacity plant using PTA and an EG ratio of 1.2 is 85,000 metric tons of PTA and 102,000 metric tons of EG, resulting in a byproduct mass of 17,000 metric tons.
```

**Prompt:** 
```
What is the reactor volume needed for a 50,000 ton PTA-based plant with a target IV of 0.8?
```

**Response:** 
```
For a 50,000 ton capacity plant using PTA and a target IV of 0.8, the required reactor volumes are 450 m³ for esterification, 320 m³ for prepolymerization, and 580 m³ for finishing.
```

**Prompt:** 
```
Do I need an SSP unit for a bottle-grade resin with an IV of 0.85?
```

**Response:** 
```
Yes, for a bottle-grade product with a target IV of 0.85, a Solid-State Polymerization (SSP) unit is required to reach the necessary viscosity.
```

## Frequently Asked Questions

**How do I calculate the required amount of PTA and EG?**
You can use the `calculate_mass_balance` tool by providing the target annual capacity, the feedstock type (PTA or DMT), and the required EG ratio.

**When is Solid-State Polymerization (SSP) required?**
SSP is typically required when the target Intrinsic Viscosity (IV) for bottle-grade resin exceeds what can be achieved in the liquid phase. Use `evaluate_ssp_requirement` to confirm.

**Can I design a plant for both fiber and bottle grade resin?**
Yes. By specifying the `productType` as 'fiber' or 'bottle' in the tools, the design calculations for reactor volumes and SSP requirements will adjust accordingly.
