# Safety Data Sheet Synthesis AI Agent Connect

> Generates regulatory-compliant GHS Safety Data Sheet (SDS) summaries from chemical data.

## Overview
- **Category:** chemistry
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_GlEPxprtf3QKcNtOIu6NnqnhIEzDhKulUGmt28SG/ai-agent-connect
- **Tags:** ghs, sds, chemical, safety, compliance

## Description

This MCP server automates the generation of critical Safety Data Sheet (SDS) sections using GHS standards. It allows AI agents to analyze chemical mixtures via `analyze_composition`, assign hazard categories with `classify_hazards`, retrieve standardized safety phrases using `generate_precautionary_statements`, and suggest protective measures through `recommend_exposure_controls`. It is designed to ensure regulatory compliance for chemical safety documentation.

## Tools

### analyze_composition
Total concentration must be 100%.

Determines the hazard profile of a chemical mixture based on its constituents

### classify_hazards
Assigns GHS hazard categories based on physical and health data

### generate_precautionary_statements
Selects the appropriate safety phrases based on identified hazards

### recommend_exposure_controls
Suggests engineering controls and Personal Protective Equipment (PPE)

## Prompt Examples

**Prompt:** 
```
Analyze this mixture: 70% Ethanol (CAS 64-17-5) and 30% Water.
```

**Response:** 
```
The mixture is classified as a Flammable Liquid, Category 2, due to the high concentration of Ethanol.
```

**Prompt:** 
```
What are the hazard classes for a substance with a flash point of 15°C?
```

**Response:** 
```
The substance is classified as a Flammable Liquid, Category 2.
```

**Prompt:** 
```
Generate precautionary statements for a Flammable Liquid Category 2.
```

**Response:** 
```
Keep away from heat, hot surfaces, sparks, open flames and other ignition sources. No smoking.
```

## Frequently Asked Questions

**What standards does this server follow?**
The server follows the Globally Harmonized System (GHS) for the classification and labeling of chemicals.

**Can I analyze mixtures?**
Yes, you can use the `analyze_composition` tool to determine the hazard profile of a mixture based on its individual components.

**Does it provide PPE recommendations?**
Yes, the `recommend_exposure_controls` tool provides suggestions for engineering controls and Personal Protective Equipment based on identified hazards.
