# Named Reaction Database AI Agent Connect

> A specialized lookup service for organic named reactions, mechanisms, and substrate compatibility.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_IyTvTvogKGkrDQ8EH88B3yESih2ZsZBaMdOpiQmD/ai-agent-connect
- **Tags:** organic-chemistry, reaction-mechanisms, catalysis, molecular-modeling, laboratory-research

## Description

This MCP server provides organic chemists with a precise interface to query a comprehensive database of named reactions. It allows for deep exploration of chemical transformations, including detailed reaction mechanisms, typical reaction conditions, and substrate scope. Users can use `find_reaction_by_name` to retrieve core definitions, `search_reaction_by_transformation` to discover reactions based on functional group changes, `get_reaction_variations` to find modern improvements like new catalysts, and `analyze_substrate_compatibility` to evaluate if a specific molecule is suitable for a given reaction.

## Tools

### find_reaction_by_name
Retrieves the core definition and fundamental details of a specific named reaction

### analyze_substrate_compatibility
Determines if a specific molecule is likely to be a successful substrate for a given reaction

### get_reaction_variations
Identifies specific modifications or modern improvements to a standard named reaction

### search_reaction_by_transformation
Finds reactions that achieve a specific structural change between reactants and products

## Prompt Examples

**Prompt:** 
```
What is the mechanism for the Diels-Alder reaction?
```

**Response:** 
```
The Diels-Alder reaction is a [4+2] cycloaddition between a conjugated diene and a substituted alkene (dienophile). The mechanism involves a concerted, pericyclic process where three pi bonds are broken and two new sigma bonds and one new pi bond are formed in a single step.
```

**Prompt:** 
```
Find reactions that transform an alcohol into an aldehyde.
```

**Response:** 
```
Common reactions for this transformation include the Swern oxidation, PCC (Pyridinium chlorochromate) oxidation, and Dess-Martin periodinane oxidation.
```

**Prompt:** 
```
Is a molecule with a primary alcohol and a benzene ring compatible with the Wittig reaction?
```

**Response:** 
```
The Wittig reaction typically requires an aldehyde or ketone to react with a phosphonium ylide. A primary alcohol alone is not a direct substrate for the Wittig reaction; it would first need to be oxidized to an aldehyde.
```

## Frequently Asked Questions

**How can I find reactions that convert one functional group to another?**
You can use the `search_reaction_by_transformation` tool by specifying the reactant type and the desired product type.

**Can I check if a specific molecule will work with a reaction?**
Yes, use the `analyze_substrate_compatibility` tool. Provide the reaction name and a description of the molecule's functional groups.

**Does this include modern variations of classic reactions?**
Yes, the `get_reaction_variations` tool allows you to find modern improvements, such as new catalysts or ligands, for established reactions.
