# Chemical Safety Intelligence

Chemical safety and industrial regulatory intelligence MCP server. Check substances against the EU SVHC Candidate List, query NIOSH occupational exposure limits, GHS hazard classifications, and cross…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add twohalves/chemical-safety

# Browse available tools
npx -y @smithery/cli@latest tool list twohalves/chemical-safety

# Get full schema for a tool
npx -y @smithery/cli@latest tool get twohalves/chemical-safety check_chemical

# Call a tool
npx -y @smithery/cli@latest tool call twohalves/chemical-safety check_chemical '{}'
```

## Direct MCP Connection

Endpoint: `https://chemical-safety--twohalves.run.tools`

## Tools (3)

- `check_chemical` — Look up a chemical substance by name or CAS number. Returns SVHC status (EU Substances of Very High Concern), NIOSH occ…
- `check_svhc_list` — Check one or more chemical substances against the EU ECHA SVHC (Substances of Very High Concern) Candidate List. Return…
- `search_chemicals` — Search across chemical safety databases by keyword. Find chemicals by name, CAS number, hazard type, target organ, or s…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get twohalves/chemical-safety <tool-name>
```
