# SDS Hazard Communication Evaluator AI Agent Connect

> Evaluates Safety Data Sheet (SDS) compliance against GHS and OSHA HCS standards.

## Overview
- **Category:** compliance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_RuTQ1T3dxBKeHkA4UMFIUt3B5iKoBG8SGggPe3t0/ai-agent-connect
- **Tags:** sds, ghs, osha, compliance, safety-data-sheet

## Description

This MCP server provides specialized tools to ensure Safety Data Sheets (SDS) meet global and regional regulatory requirements. Use `analyze_sds_completeness` to verify all mandatory sections are present for specific jurisdictions like the USA or EU. Use `evaluate_hazard_classification` to cross-reference hazard statements with chemical properties. You can also `generate_compliance_checklist` for a detailed pass/fail report and `recommend_improvements` to receive actionable steps for correcting compliance gaps.

## Tools

### analyze_sds_completeness
g., USA or EU).

Determines if all mandatory sections required by a specific jurisdiction are present in the provided SDS

### evaluate_hazard_classification
Validates if the hazard classifications in the SDS align with the chemical properties described

### generate_compliance_checklist
Produces a granular, itemized checklist of regulatory requirements that have been met or failed

### recommend_improvements
Provides actionable advice to correct identified compliance gaps and improve hazard communication

## Prompt Examples

**Prompt:** 
```
Check if this SDS is complete for the USA: [SDS Text Content]
```

**Response:** 
```
The SDS is incomplete. Missing sections: 2 (Hazard Identification) and 15 (Regulatory Information).
```

**Prompt:** 
```
Does this SDS hazard classification match these properties: Highly flammable liquid, clear liquid, colorless? [SDS Text Content]
```

**Response:** 
```
The classification matches the described properties.
```

**Prompt:** 
```
Generate a compliance checklist for this SDS for the EU: [SDS Text Content]
```

**Response:** 
```
Compliance Score: 85%. Passed: Section 1, 3, 4. Failed: Section 2 (Missing pictogram for flammability).
```

## Frequently Asked Questions

**Which jurisdictions are supported?**
The server supports major regulatory frameworks including GHS, USA (OSHA HCS), and EU (CLP/REACH).

**Can I use this to find missing sections in my SDS?**
Yes, the `analyze_sds_completeness` tool specifically identifies which mandatory sections are missing based on the selected jurisdiction.

**How do I get advice on fixing errors?**
You can use the `recommend_improvements` tool by providing the output from a completeness or checklist analysis.
