Server data from the Official MCP Registry
Chemical hazard lookup: SVHC, GHS, NIOSH, ICSC. 468K classifications. Free.
Chemical hazard lookup: SVHC, GHS, NIOSH, ICSC. 468K classifications. Free.
Remote endpoints: streamable-http: https://chem-mcp-server.rootsbybenda.workers.dev/mcp sse: https://chem-mcp-server.rootsbybenda.workers.dev/sse
This is a well-architected MCP server for chemical safety data with clean code, proper authentication, and appropriate permissions. The server implements HMAC-validated API key authentication with constant-time comparison, uses parameterized SQL queries to prevent injection, and has proper input validation. A low-severity issue exists with in-memory rate limiting that could be bypassed, and the batch import script uses shell execution on internally-generated inputs (low risk but not ideal). Overall, this is a solid implementation suitable for production use. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
4 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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
check_chemicalLook 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_listCheck 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_chemicalsSearch 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
| 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.
Add to your MCP config:
{
"mcpServers": {
"roots-chemical-safety": {
"url": "https://chem-mcp-server.rootsbybenda.workers.dev/sse"
}
}
}
Use the Streamable HTTP endpoint:
https://chem-mcp-server.rootsbybenda.workers.dev/mcp
Every caller receives full data; a 60 requests/minute abuse-prevention limit applies per IP.
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.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.