streamable-httpMITupdated 3mo ago
Chemical hazard data from ECHA, NIOSH, GHS, and ICSC in one MCP. Look up SVHC candidate list status, occupational exposure limits, GHS hazard classifications, and cross-reference into cosmetic and food additive databases ā all source-linked and free.
What can you do with chemical safety?
Roots by Benda ā Chemical Safety & Industrial Regulatory Intelligence MCP Server
Chemical hazard data from ECHA, NIOSH, GHS, and ICSC in one MCP. Look up SVHC candidate list status, occupational exposure limits, GHS hazard classifications, and cross-reference into cosmetic and food additive databases ā all source-linked and free.
Equivalent data access through commercial platforms (Chemwatch, ScienceDirect Toxicology) costs $10,000+/year. This MCP is free.
Live endpoint: https://chem-mcp-server.rootsbybenda.workers.dev/mcp
SSE fallback: https://chem-mcp-server.rootsbybenda.workers.dev/sse
Tools
check_chemical
Look up a chemical substance by name or CAS number. Returns EU ECHA SVHC status, NIOSH occupational exposure data (REL/PEL/IDLH), GHS hazard classification, ICSC safety card data, and cosmetic/food cross-references for hazard assessment.
query: "formaldehyde"
ā SVHC: Yes (Candidate List 2012-06-18, CMR 1B); NIOSH REL: 0.016 ppm TWA;
GHS: H301+H311+H331, H350, H370; Cosmetic: banned EU Annex II; Food: E240 (banned EU)
check_svhc_list
Check one or more chemical substances against the EU ECHA SVHC Candidate List. Resolves names to CAS numbers when possible and returns flagged substances, reasons for inclusion, dates, and source-linked detail URLs.
substances: "bisphenol A, DEHP, lead chromate"
ā 3/3 flagged: BPA (ED, 2017-01-12), DEHP (Repr. 1B, 2008-10-28), Lead chromate (CMR, 2008-10-28)
search_chemicals
Search chemical safety records by keyword across SVHC, NIOSH, GHS, and ICSC data. Use when you need to find hazardous chemicals by effect, exposure route, hazard phrase, organ target, or regulatory status.
query: "neurotoxic solvent" ā matches across GHS H370 (nervous system), NIOSH CNS depressants
Data
| Dataset | Records |
|---|---|
| ECHA SVHC Candidate List substances | 253 |
| NIOSH occupational exposure profiles | 677 |
| GHS hazard classifications (PubChem) | 468,165 |
| Substance identifiers (CAS ā EC ā INCI ā CID crosswalk) | 73,252 |
| ICSC safety cards | included |
| Cross-references to cosmetic ingredients | 30,553 |
| Cross-references to food additives | 6,450 |
100% source-traceability: every record links back to ECHA, NIOSH, PubChem, or ICSC primary sources.
Sources: ECHA SVHC Candidate List, NIOSH Pocket Guide to Chemical Hazards, PubChem GHS classifications, ILO International Chemical Safety Cards.
Quick Start
Claude Desktop / Claude Code
Add to your MCP config:
{
"mcpServers": {
"roots-chemical-safety": {
"url": "https://chem-mcp-server.rootsbybenda.workers.dev/sse"
}
}
}
Cursor / Windsurf / Zed
Use the Streamable HTTP endpoint:
https://chem-mcp-server.rootsbybenda.workers.dev/mcp
Rate Limits
Every caller receives full data; a 60 requests/minute abuse-prevention limit applies per IP.
Built With
- Cloudflare Workers + Agents SDK
- Cloudflare D1 (SQLite at the edge)
- Durable Objects (session-scoped rate limiting)
- Model Context Protocol (MCP)
Who Built This
Roots by Benda ā regulatory intelligence platform built by Shahar Ben-David with Claude. Chemical safety database assembled from primary sources across ECHA, NIOSH, PubChem, and ILO ICSC.
- Website: rootsbybenda.com
- LinkedIn: Shahar Ben-David
License
MIT
Install
Add chemical safety to your client. Pick the one you use.
claude mcp add --transport http chemical-safety https://chem-mcp-server.rootsbybenda.workers.dev/mcpcodex mcp add chemical-safety --url https://chem-mcp-server.rootsbybenda.workers.dev/mcp{
"mcpServers": {
"chemical-safety": {
"url": "https://chem-mcp-server.rootsbybenda.workers.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"chemical-safety": {
"type": "http",
"url": "https://chem-mcp-server.rootsbybenda.workers.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"chemical-safety": {
"url": "https://chem-mcp-server.rootsbybenda.workers.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"chemical-safety": {
"serverUrl": "https://chem-mcp-server.rootsbybenda.workers.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 101 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.1.2Latest | May 22, 2026 |
| 1.1.1 | May 17, 2026 |
| 1.1.0 | May 16, 2026 |