# msds-chain

Chemical safety intelligence for AI-assisted experiment design. 18 MCP tools for compatibility checks, hazard analysis, PPE, storage, waste disposal, mixing order, exposure limits, transport classifi…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add lagentbot/msds-chain

# Browse available tools
npx -y smithery tool list lagentbot/msds-chain

# Get full schema for a tool
npx -y smithery tool get lagentbot/msds-chain check_chemical_compatibility

# Call a tool
npx -y smithery tool call lagentbot/msds-chain check_chemical_compatibility '{}'
```

## Direct MCP Connection

Endpoint: `https://msds-chain--lagentbot.run.tools`

## Tools (18)

- `check_chemical_compatibility`
- `get_chemical_risk_warnings`
- `check_regulatory_compliance`
- `ask_chemical_safety`
- `get_ppe_recommendation`
- `get_storage_guidance`
- `get_emergency_response`
- `get_exposure_limits` — Get occupational exposure limits (OEL/TLV/PEL/MAC) for chemicals.
- `get_transport_classification` — Get UN transport classification for chemicals (dangerous goods shipping).
- `create_audit_session`
- `get_audit_report`
- `search_chemical_database`
- `get_sds_section`
- `get_chemical_alternatives`
- `validate_protocol_chemicals`
- `check_mixing_order`
- `get_waste_disposal`
- `batch_safety_check`

```bash
# Get full input/output schema for a tool
npx -y smithery tool get lagentbot/msds-chain <tool-name>
```
