# Hazardous Chemical Inventory Manager AI Agent Connect

> Manage chemical safety, storage compliance, and regulatory reporting.

## Overview
- **Category:** compliance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_GuFyZahSzI5bOKFgt8kMDAhTElMFL8aQGigw4LFl/ai-agent-connect
- **Tags:** chemical, osha, epcra, safety, inventory

## Description

This MCP server provides essential tools for managing hazardous chemical inventories and ensuring regulatory compliance. Use `get_chemical_safety_profile` to retrieve hazard classifications and reportable quantities for specific substances. Verify storage safety using `check_storage_compliance` to detect incompatible chemicals or capacity violations. Automatically determine regulatory needs with `calculate_reporting_obligations` for EPCRA and emergency planning, and ensure all safety documentation is present via `verify_documentation_status`.

## Tools

### calculate_reporting_obligations
Calculate regulatory reporting requirements based on inventory

### check_storage_compliance
Check if a list of chemicals can be safely stored in a specific area

### get_chemical_safety_profile
Get the specific hazard classifications and regulatory thresholds for a chemical

### verify_documentation_status
Verify if all chemicals in the inventory have required SDS and labels

## Prompt Examples

**Prompt:** 
```
What is the safety profile for Acetone?
```

**Response:** 
```
Acetone is classified as a Flammable liquid with a reportable quantity threshold defined by regulatory standards.
```

**Prompt:** 
```
Is it safe to store 50kg of Ethanol and 20kg of Nitric Acid in Cabinet A?
```

**Response:** 
```
No, the storage is non-compliant. Incompatible chemicals detected: Flammables and Oxidizers.
```

**Prompt:** 
```
Do I need to file an emergency plan for my current inventory?
```

**Response:** 
```
Yes, the cumulative quantity of certain hazard classes has reached the Threshold Planning Quantity, requiring an emergency plan.
```

## Frequently Asked Questions

**How do I check if my chemicals are stored safely?**
You can use the `check_storage_compliance` tool by providing your current inventory list and the specific storage area ID.

**Can this tool help with EPCRA reporting?**
Yes, the `calculate_reporting_obligations` tool identifies if any chemical quantities have triggered EPCRA reporting requirements.

**How do I verify if my SDS documentation is complete?**
Use the `verify_documentation_status` tool to check if all chemicals in your inventory have the required Safety Data Sheets and labels.
