# Reactor Network Synthesis AI Agent Connect

> Optimizes reactor configurations, volumes, and sequences to maximize selectivity and economic yield.

## Overview
- **Category:** optimization
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ggl6Q5Xy8vaiYjLff9oVIc9isPOLLbrVZOyE7fMB/ai-agent-connect
- **Tags:** reactor-design, selectivity, cstr, pfr, reaction-kinetics

## Description

This MCP server provides a specialized optimization engine for chemical engineering. It allows AI agents to determine the most efficient arrangement of reactor types, such as CSTR and PFR, to maximize product selectivity and economic yield. By using `find_optimal_network`, agents can identify the best sequence of reactors for complex reaction networks, including consecutive and autocatalytic reactions. The server also includes `analyze_reaction_dynamics` to simulate behavior in specific environments, `calculate_economic_impact` to quantify financial viability, and `compare_configurations` to rank different reactor setups based on selectivity, conversion, or economy.

## Tools

### compare_configurations
Ranks multiple different reactor arrangements against each other based on user-defined priorities

### analyze_reaction_dynamics
Evaluates how specific reaction types will behave under different reactor environments

### calculate_economic_impact
Quantifies the financial viability of a proposed reactor arrangement

### find_optimal_network
Identifies the best reactor configuration to meet specific selectivity and conversion goals

## Prompt Examples

**Prompt:** 
```
Find the best reactor configuration for a reaction network with a target selectivity of 0.85 and conversion of 0.90.
```

**Response:** 
```
The optimal arrangement is a PFR followed by a CSTR, with a total volume of 450L, achieving 0.87 selectivity and 0.92 conversion.
```

**Prompt:** 
```
What is the economic impact of a 500L CSTR arrangement with a product value of 50 and feed cost of 10?
```

**Response:** 
```
The proposed arrangement yields a net profit of 1250 with a profit margin of 25%.
```

**Prompt:** 
```
Simulate the reaction dynamics for a consecutive reaction in a PFR.
```

**Response:** 
```
The simulation shows a selectivity profile that peaks at 0.75 before declining as the secondary reaction consumes the desired product.
```

## Frequently Asked Questions

**What kind of reactor arrangements can be optimized?**
The engine optimizes combinations and sequences of CSTR (Continuous Stirred-Tank Reactor) and PFR (Plug Flow Reactor) units to meet specific selectivity and conversion targets.

**How does the tool handle autocatalytic reactions?**
When using `find_optimal_network`, the engine favors configurations that maintain high product concentrations early in the process to support the autocatalytic nature of the reaction.

**Can I compare the economic viability of different setups?**
Yes, you can use `calculate_economic_impact` to find the net profit and costs for a specific arrangement, or `compare_configurations` to rank multiple setups based on economy.
