CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Chemical Safety

rootsbymenda/chem-mcp-server
HTTP, SSEregistry active
Summary

Connects to ECHA, NIOSH, PubChem, and ILO ICSC databases to look up chemical hazard data across 468,000 substances. Exposes three tools: check_chemical returns SVHC status, occupational exposure limits, GHS classifications, and cosmetic/food regulatory flags for a given substance. check_svhc_list batch-validates chemicals against the EU Candidate List. search_chemicals finds substances by hazard phrase, organ target, or effect type. Runs on Cloudflare Workers with D1 for edge-distributed queries. Reach for this when you need free, source-linked alternatives to commercial chemical safety platforms like Chemwatch, or when building regulatory compliance workflows that need programmatic access to SVHC, REL/PEL, or GHS data without API fees.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Roots by Benda — Chemical Safety & Industrial Regulatory Intelligence MCP Server

smithery badge

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

DatasetRecords
ECHA SVHC Candidate List substances253
NIOSH occupational exposure profiles677
GHS hazard classifications (PubChem)468,165
Substance identifiers (CAS ↔ EC ↔ INCI ↔ CID crosswalk)73,252
ICSC safety cardsincluded
Cross-references to cosmetic ingredients30,553
Cross-references to food additives6,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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP, SSE
UpdatedMay 22, 2026
View on GitHub