# Chemical Incompatibility Check AI Agent Connect

> Predict hazardous chemical reactions and determine storage segregation requirements.

## Overview
- **Category:** chemistry
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_6a1Kqf3m9E9HVW2IbLm9BZg5nk39OqAGmeLttrTp/ai-agent-connect
- **Tags:** chemical, safety, storage, hazard, laboratory

## Description

This MCP server provides critical safety intelligence for chemical management. It allows AI agents to identify hazardous interactions between substances using `check_pair_compatibility` and `analyze_storage_group`. Users can also retrieve specific storage instructions via `get_segregation_recommendations` and understand chemical properties through `identify_reactive_groups`. It is designed to prevent dangerous reactions in laboratories and warehouses by enforcing proper segregation based on reactive groups.

## Tools

### analyze_storage_group
Evaluates a collection of chemicals to identify any internal incompatibilities

### check_pair_compatibility
Determines if two specific chemicals can be safely stored or handled together

### get_segregation_recommendations
Provides specific storage instructions based on a chemical's reactive group

### identify_reactive_groups
Explains the chemical properties and reactive characteristics of a specific substance

## Prompt Examples

**Prompt:** 
```
Are Sodium Chloride and Hydrochloric Acid safe to store together?
```

**Response:** 
```
Yes, Sodium Chloride and Hydrochloric Acid are compatible for storage.
```

**Prompt:** 
```
Check if this list of chemicals is safe for a single cabinet: Acetone, Nitric Acid, Ethanol.
```

**Response:** 
```
The storage plan is unsafe. Nitric Acid is incompatible with Acetone and Ethanol, posing a high risk of exothermic reaction.
```

**Prompt:** 
```
What are the storage requirements for Sulfuric Acid in a warehouse?
```

**Response:** 
```
Sulfuric Acid should be stored in a Corrosive Cabinet. It requires secondary containment and must be kept away from strong bases and organic materials.
```

## Frequently Asked Questions

**How do I check if two chemicals are safe to store together?**
You can use the `check_pair_compatibility` tool to determine if a specific pair of chemicals is compatible and what the hazard level is.

**Can I check an entire storage cabinet at once?**
Yes, the `analyze_storage_group` tool evaluates a list of chemicals to identify any internal incompatibilities within a proposed storage area.

**What kind of storage advice does it provide?**
By using `get_segregation_recommendations`, you receive specific storage classes and directives, such as whether secondary containment is required.
