# Flammability Classification Engine AI Agent Connect

> Classifies flammable liquids and gases using GHS and NFPA standards.

## Overview
- **Category:** chemistry
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Lwqg4ym5trwjRrGy5Q9d7Pv92oZw248rCkxzTeho/ai-agent-connect
- **Tags:** ghs, nfpa, chemical-safety, flammability, hazard-analysis

## Description

This MCP server provides specialized tools for chemical safety analysis. It determines GHS hazard categories and NFPA flammability ratings for liquids and gases based on thermal properties like flash point and boiling point. Users can evaluate immediate ignition risks with `check_ambient_risk` and retrieve regulatory storage guidelines using `get_storage_compliance`. The engine also handles specific liquid and gas classifications via `classify_liquid` and `classify_gas`.

## Tools

### check_ambient_risk
Evaluates the immediate ignition risk based on current environmental conditions

### classify_gas
Determines the hazard classification for flammable gases

### classify_liquid
Determines the GHS and NFPA classifications for a flammable liquid

### get_storage_compliance
Provides specific regulatory storage guidelines for a classified substance

## Prompt Examples

**Prompt:** 
```
Classify a liquid with a flash point of -20C, boiling point of 78C, and a flammable range of 1.5 to 10.0.
```

**Response:** 
```
The liquid is classified as GHS Category 2 with an NFPA rating of 3. Required pictograms: Flame. Storage instructions: Store in a cool, well-ventilated area in an explosion-proof cabinet.
```

**Prompt:** 
```
What is the risk if the ambient temperature is 25C and the flash point is 20C for a Category 2 liquid?
```

**Response:** 
```
The risk level is Extreme. Ignition probability is high because the ambient temperature exceeds the flash point. Immediate evacuation or specialized safety protocols are required.
```

**Prompt:** 
```
What are the storage requirements for a substance with GHS Category 1 and NFPA rating 4?
```

**Response:** 
```
The substance must be stored in a specialized Flammable Cabinet with high-volume mechanical ventilation. Use explosion-proof containment and ensure the storage zone temperature remains below the specified maximum safety threshold.
```

## Frequently Asked Questions

**What standards does this tool use for classification?**
The tool uses the Globally Harmonized System (GHS) for hazard categories and the NFPA 704 standard for flammability ratings.

**How can I check if a substance is safe to store in my current environment?**
You can use the `check_ambient_risk` tool by providing the substance's flash point and the current ambient temperature to assess immediate ignition probability.

**Does this tool provide storage instructions?**
Yes, both `classify_liquid` and `classify_gas` return specific storage instructions, and `get_storage_compliance` provides detailed regulatory guidelines for storage zones and containment.
