# Atom Economy Calculator AI Agent Connect

> Calculate atom economy, E-factor, and waste metrics for chemical reactions.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_EjwX1RWUSF1OguCxRLpRPopnztdvZig2Bbdq8ryT/ai-agent-connect
- **Tags:** chemistry, atom-economy, e-factor, green-chemistry, stoichiometry

## Description

This MCP server provides tools to evaluate the environmental impact and efficiency of chemical reactions. Use `get_atom_economy` to find the theoretical efficiency of a reaction, `get_waste_metrics` to determine the mass of byproducts, and `get_environmental_impact` to calculate the E-factor including solvents and catalyst recovery. You can also use `analyze_reaction_efficiency` for a high-level comparison of theoretical versus practical impact.

## Tools

### analyze_reaction_efficiency
Provides a high-level comparison of theoretical efficiency versus practical environmental impact

### get_atom_economy
Calculates the theoretical atom economy percentage for a specific target product

### get_environmental_impact
Calculates the E-factor, accounting for both stoichiometric waste and auxiliary substances like solvents

### get_waste_metrics
Determines the mass of waste products generated by the reaction

## Prompt Examples

**Prompt:** 
```
What is the atom economy for the reaction H2 + O2 -> H2O with H2O as the target product?
```

**Response:** 
```
The atom economy for the reaction H2 + O2 -> H2O is 100%.
```

**Prompt:** 
```
Calculate the E-factor for H2 + O2 -> H2O with 50g of solvent used.
```

**Response:** 
```
The E-factor for this reaction, including 50g of solvent, is 50.0.
```

**Prompt:** 
```
Analyze the efficiency of the reaction H2 + O2 -> H2O.
```

**Response:** 
```
The reaction has an atom economy of 100% and an E-factor of 0.0, indicating maximum efficiency.
```

## Frequently Asked Questions

**How do I calculate the E-factor?**
You can use the `get_environmental_impact` tool. Provide the reaction equation, the target product, and optionally the mass of solvents used to get the E-factor.

**Does this account for catalysts?**
Yes, the `get_environmental_impact` tool allows you to specify a `catalystRecoveryRate` to account for any unrecovered catalyst in the waste mass.

**What is the difference between atom economy and E-factor?**
Atom economy is a theoretical measure of how many reactant atoms end up in the product, while E-factor is a practical measure of total waste generated, including solvents.
