# Reagent Selection Guide AI Agent Connect

> Identify optimal reagents, reaction conditions, and selectivity for chemical transformations.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_oqlBpHtthJeflnq67xNKLA6NdxOaiemYy4CsR2bv/ai-agent-connect
- **Tags:** organic-chemistry, reagents, selectivity, lab-support, chemical-synthesis

## Description

This MCP server provides organic chemists with precise decision support for chemical transformations. Use `find_optimal_reagents` to identify suitable chemical substances, `get_reaction_conditions` to determine temperature and solvent requirements, `check_functional_group_compatibility` to ensure chemoselectivity, and `evaluate_selectivity_profile` to predict regioselectivity and stereoselectivity outcomes.

## Tools

### check_functional_group_compatibility
Validates whether a proposed reagent will interfere with other groups present in a molecule

### evaluate_selectivity_profile
Provides detailed guidance on the spatial or positional outcomes of a reaction

### find_optimal_reagents
Identifies the best reagents for a specific transformation based on the starting material and product structure

### get_reaction_conditions
Determines the physical environment required for a selected reagent to work

## Prompt Examples

**Prompt:** 
```
What are the best reagents to convert Benzene to Nitrobenzene?
```

**Response:** 
```
The optimal reagent for this nitration is a mixture of concentrated nitric acid and sulfuric acid.
```

**Prompt:** 
```
What are the reaction conditions for using PCC in an oxidation?
```

**Response:** 
```
Pyridinium chlorochromate (PCC) typically requires anhydrous dichloromethane (DCM) as a solvent at room temperature.
```

**Prompt:** 
```
Will Lithium Aluminum Hydride react with an ester group?
```

**Response:** 
```
Yes, Lithium Aluminum Hydride is highly reactive and will reduce esters to primary alcohols.
```

## Frequently Asked Questions

**How do I find the best reagents for my reaction?**
You can use the `find_optimal_reagents` tool by providing the starting material and the desired product structure.

**Can I check if a reagent is safe for my specific molecule?**
Yes, use `check_functional_group_compatibility` to validate if a reagent will interfere with other functional groups in your molecule.

**What reaction conditions will be provided?**
The `get_reaction_conditions` tool provides the required temperature range, the ideal solvent system, and the typical reaction duration.
