# Inorganic Synthesis Planner AI Agent Connect

> Plans multi-step synthesis pathways for inorganic compounds using available reagents.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_9c1MQtjiVNNPPWVgbT4SLoBOYxluNaH4jDM4h20N/ai-agent-connect
- **Tags:** inorganic, synthesis, chemistry, reaction, laboratory

## Description

This MCP server provides specialized tools for designing inorganic chemical synthesis routes. It can `plan_synthesis_pathway` to find reaction sequences from a reagent inventory, `analyze_reaction_conditions` to determine temperature and atmosphere requirements, `evaluate_purification_strategy` to isolate products, and `check_reagent_compatibility` to ensure safe handling of chemicals.

## Tools

### analyze_reaction_conditions
Provides detailed environmental requirements for a specific chemical transformation

### check_reagent_compatibility
Checks if specific reagents can be stored or handled together without dangerous reactions

### evaluate_purification_strategy
Identifies the best method to isolate the product from a specific reaction mixture

### plan_synthesis_pathway
Generates a complete multi-step sequence to reach a target compound from available reagents

## Prompt Examples

**Prompt:** 
```
Plan a synthesis for Silver Chloride using Silver Nitrate and Sodium Chloride.
```

**Response:** 
```
To synthesize Silver Chloride, react Silver Nitrate with Sodium Chloride in an aqueous solution. The reaction produces Silver Chloride as a precipitate.
```

**Prompt:** 
```
What are the reaction conditions for producing Magnesium Oxide from Magnesium?
```

**Response:** 
```
The reaction typically requires heating Magnesium in the presence of Oxygen at high temperatures.
```

**Prompt:** 
```
Are Sodium and Water compatible for storage?
```

**Response:** 
```
No, Sodium and Water are highly incompatible and will react violently upon contact.
```

## Frequently Asked Questions

**How does the tool determine the synthesis pathway?**
The `plan_synthesis_pathway` tool analyzes the available reagent inventory to find a continuous chain of reactions that leads to the target compound.

**Can I check if two chemicals are safe to store together?**
Yes, you can use `check_reagent_compatibility` to identify potential hazards or violent reactions between specific reagents.

**Does it provide information on reaction environments?**
Yes, `analyze_reaction_conditions` provides details on temperature, pressure, preferred solvents, and required atmospheres like Argon or Nitrogen.
