# Reaction Equilibrium Composition AI Agent Connect

> Calculates equilibrium composition, conversion, and temperature sensitivity for reacting chemical systems.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_FzobSNmJMBJMze30QkIEttamp8ed5R1AV7Qy44jZ/ai-agent-connect
- **Tags:** chemical-equilibrium, stoichiometry, thermodynamics, reaction-kinetics, chemical-engineering

## Description

This MCP server provides chemical engineering tools to determine the equilibrium state of reacting systems. It allows for calculating the final concentrations of species using `equilibrium_composition`, determining reactant consumption via `reaction_conversion`, and evaluating temperature effects through `sensitivity_analysis`. It is designed to handle multiple simultaneous reactions and complex stoichiometric networks.

## Tools

### equilibrium_composition
Determines the final concentrations of all chemical species when the system reaches equilibrium

### reaction_conversion
Calculates the extent to which specific reactants have been consumed

### sensitivity_analysis
Evaluates how changes in temperature affect the equilibrium position

### system_summary
Provides a high-level overview of the system state

## Prompt Examples

**Prompt:** 
```
Calculate the equilibrium composition for a reaction where 2 moles of A react with 1 mole of B to form C, at 500K.
```

**Response:** 
```
The equilibrium composition at 500K results in 0.5 moles of A, 0.25 moles of B, and 0.75 moles of C.
```

**Prompt:** 
```
What is the conversion of reactant A in this system?
```

**Response:** 
```
The conversion of reactant A is 75%.
```

**Prompt:** 
```
How does increasing the temperature by 50K affect the moles of product C?
```

**Response:** 
```
Increasing the temperature by 50K results in an increase of 0.15 moles of product C.
```

## Frequently Asked Questions

**What can I calculate with this server?**
You can calculate the final species concentrations using `equilibrium_composition`, the percentage of reactant consumed using `reaction_conversion`, and how temperature shifts affect the system using `sensitivity_analysis`.

**Does it support multiple simultaneous reactions?**
Yes, the tools are designed to handle complex reaction networks where multiple reactions occur simultaneously within the same system.

**How is temperature handled?**
Temperature is provided in Kelvin. You can use `sensitivity_analysis` to see how a specific temperature delta changes the equilibrium position.
