# Hydrocracker Unit Design AI Agent Connect

> Engineering tool for sizing hydrocracker reactors, estimating hydrogen demand, and predicting product yields.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_0Mm4455I6VB7jSZ75S9YhGaAiuq35L7uxAzurDbE/ai-agent-connect
- **Tags:** hydrocracking, reactor-design, hydrogen-demand, yield-prediction, refinery-optimization

## Description

This MCP server provides specialized engineering capabilities for hydrocracking unit design. It allows users to calculate critical reactor parameters using `calculate_reactor_sizing`, predict hydrogen requirements via `estimate_hydrogen_demand`, and model product distributions with `generate_product_yields`. Additionally, it can validate if the resulting products meet refinery standards through `evaluate_product_quality`.

## Tools

### calculate_reactor_sizing
Determines the physical dimensions required for the reactor vessel

### estimate_hydrogen_demand
Predicts the total hydrogen consumption for the process

### evaluate_product_quality
Checks if the predicted products meet specific refinery quality standards

### generate_product_yields
Predicts the volume and mass of each product in the final slate

## Prompt Examples

**Prompt:** 
```
What is the required reactor volume for a feed flow rate of 5000 kg/h at 0.8 conversion severity and 400 degrees Celsius?
```

**Response:** 
```
The required reactor volume is 125.5 m³ with a residence time of 2.5 hours and a catalyst mass of 85,000 kg.
```

**Prompt:** 
```
Estimate the hydrogen demand for 10000 kg/h of feed with 0.5% sulfur and 0.1% nitrogen at 0.7 conversion severity.
```

**Response:** 
```
The total hydrogen consumption is 450 kg/h with a hydrogen utilization ratio of 0.85.
```

**Prompt:** 
```
What will the product yields be for a 2000 kg/h feed at 0.9 conversion severity with a target slate of 40% naphtha and 60% diesel?
```

**Response:** 
```
The predicted yields are 800 kg/h of naphtha and 1200 kg/h of diesel, totaling 2000 kg/h.
```

## Frequently Asked Questions

**How do I determine the required reactor size?**
You can use the `calculate_reactor_sizing` tool by providing the feedstock mass flow rate, the intended conversion severity, and the operating temperature.

**Can I predict the hydrogen needed for my specific feedstock?**
Yes, the `estimate_hydrogen_demand` tool calculates hydrogen consumption based on feed flow rate, sulfur and nitrogen content, and conversion severity.

**How can I check if my diesel meets quality targets?**
Use the `evaluate_product_quality` tool to verify if the predicted products meet specific metrics like cetane number or distillation ranges.
