# Linear Alkylbenzene (LAB) Plant Designer AI Agent Connect

> Engineering tool for modeling LAB production from kerosene and benzene.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_VsZMloagBjl2MTLJ1d8B3mcr6pUENBjBgvQPIBQF/ai-agent-connect
- **Tags:** chemistry, petrochemical, plant-design, alkylation, engineering-tools

## Description

This MCP server provides specialized engineering tools to design and model a Linear Alkylbenzene (LAB) production plant. It allows for precise calculation of feedstock requirements using `calculate_feedstock_requirements`, sizing of the dehydrogenation unit via `size_dehydrogenation_unit`, and modeling of the alkylation reactor with `design_alkylation_reactor`. Finally, users can assess the entire system's performance using `evaluate_plant_yield`. It supports both HF and solid catalyst modeling to ensure accurate plant design.

## Tools

### calculate_feedstock_requirements
Determines the necessary amounts of benzene and kerosene to meet a specific target LAB production capacity

### design_alkylation_reactor
Models the physical requirements of the alkylation reactor based on the chosen catalyst

### evaluate_plant_yield
Calculates the final mass of LAB produced and assesses the efficiency of the entire plant design

### size_dehydrogenation_unit
Determines the capacity of the dehydrogenation unit needed to prepare the kerosene feed

## Prompt Examples

**Prompt:** 
```
How much benzene and kerosene do I need for a 50,000 ton LAB capacity with a 0.9 yield?
```

**Response:** 
```
To achieve a 50,000 ton capacity with a 0.9 yield, you require 55,555.56 tons of total feedstock, consisting of the calculated benzene and kerosene amounts.
```

**Prompt:** 
```
What is the reactor volume needed for a kerosene feedrate of 100 with a benzene feedrate of 50 using a solid catalyst at 150 degrees?
```

**Response:** 
```
The required reactor volume is 450 cubic meters with a residence time of 4.5 hours.
```

**Prompt:** 
```
Calculate the dehydrogenation unit capacity for a kerosene feedrate of 200 and 0.85 conversion efficiency.
```

**Response:** 
```
The required unit capacity is 200 units, with 30 units of unconverted alkanes remaining.
```

## Frequently Asked Questions

**What kind of catalyst models are supported?**
The server supports modeling for both HF (Hydrogen Fluoride) and solid acid catalysts through the `design_alkylation_reactor` tool.

**How do I calculate the necessary benzene and kerosene amounts?**
You can use the `calculate_feedstock_requirements` tool by providing your target LAB capacity and the desired process yield.

**Can I evaluate the total plant efficiency?**
Yes, the `evaluate_plant_yield` tool calculates the final LAB mass, process efficiency, and byproduct mass based on your input parameters.
