# Urea Plant Design Engineer AI Agent Connect

> Specialized engineering tool for urea production plant design and feedstock validation.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_htTyPP7qRuFyYQYLpIFDIUGG1uyEO2EBtRhVwhPP/ai-agent-connect
- **Tags:** urea, chemical-engineering, plant-design, stoichiometry, process-technology

## Description

This MCP server provides specialized chemical engineering tools for designing urea production facilities. It allows engineers to use `calculate_reactor_specs` to determine physical reactor requirements, `calculate_recycle_requirements` to manage unreacted gas recovery, and `design_finishing_system` to select between prilling or granulation processes. It also includes `validate_feedstock_balance` to ensure ammonia and CO2 supplies meet stoichiometric needs for technologies like Stamicarbon, Snamprogetti, or ACES.

## Tools

### calculate_reactor_specs
Determines the physical and operating requirements of the urea synthesis reactor

### calculate_recycle_requirements
Calculates the volume of unreacted gases that must be recovered and returned to the system

### design_finishing_system
Selects and specifies the appropriate equipment for converting liquid urea to solid product

### validate_feedstock_balance
Verifies if the provided ammonia and carbon dioxide levels can sustain the desired plant capacity

## Prompt Examples

**Prompt:** 
```
Calculate the reactor specifications for a 1000 ton/day plant using Stamicarbon technology.
```

**Response:** 
```
The required reactor volume is 45 cubic meters with an operating pressure of 150 bar and temperature of 185°C.
```

**Prompt:** 
```
What is the recycle requirement for a reactor with 50 cubic meters volume using Snamprogetti at 0.6 conversion rate?
```

**Response:** 
```
The recycle ratio is 0.4 and the estimated recycle flow rate is 120 metric tons per day.
```

**Prompt:** 
```
Design a granulation system for a 500 ton/day urea plant using ACES technology.
```

**Response:** 
```
The granulation system requires a rotating drum with a capacity of 500 tons/day and a medium energy intensity profile.
```

## Frequently Asked Questions

**Which process technologies are supported?**
The server supports Stamicarbon, Snamprogetti, and ACES process architectures.

**Can I design the solid product system?**
Yes, you can use `design_finishing_system` to specify either prilling or granulation equipment based on your capacity requirements.

**How do I check if my feedstock is sufficient?**
Use the `validate_feedstock_balance` tool to verify if your ammonia and CO2 supplies meet the stoichiometric requirements for your target capacity.
