From 3bb1d916e31c8ed2f9de3a4ed22618d49c49148c Mon Sep 17 00:00:00 2001 From: wengchingyen Date: Tue, 21 Apr 2026 00:20:35 +0800 Subject: [PATCH] =?UTF-8?q?Add=20MSDS=20Chain=20=E2=80=94=20Chemical=20Saf?= =?UTF-8?q?ety=20Intelligence=20MCP=20Server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude-plugin/marketplace.json | 7 +++++++ msds-chain/.claude-plugin/plugin.json | 15 +++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 msds-chain/.claude-plugin/plugin.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f9411c3..0cf9b18 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -147,6 +147,13 @@ "description": "Medidata's MCP Connector for Claude with Platform Help and Predictive Site Ranking for clinical trials", "category": "life-sciences", "tags": ["clinical-trials", "site-ranking", "trial-planning", "medidata"] + }, + { + "name": "msds-chain", + "source": "./msds-chain", + "description": "Chemical safety intelligence — compatibility checks, hazard analysis, PPE, storage, waste disposal, mixing order, regulatory compliance, and signed audit reports", + "category": "life-sciences", + "tags": ["chemistry", "safety", "msds", "sds", "ghs", "compliance", "ehs", "lab-automation"] } ] } diff --git a/msds-chain/.claude-plugin/plugin.json b/msds-chain/.claude-plugin/plugin.json new file mode 100644 index 0000000..ddbbdc5 --- /dev/null +++ b/msds-chain/.claude-plugin/plugin.json @@ -0,0 +1,15 @@ +{ + "name": "msds-chain", + "version": "1.0.0", + "description": "Chemical safety intelligence for AI-assisted experiment design. MSDS Chain provides 18 tools for pairwise compatibility checks, GHS hazard analysis, PPE recommendations, storage guidance, waste disposal, mixing order safety, occupational exposure limits, transport classification, multi-region regulatory compliance (EU/US/CN/JP/KR/CA/AU/TW), safer chemical alternatives, protocol text parsing, SDS section lookup, and signed audit reports with Ed25519 receipts.", + "author": { + "name": "LAgentBot Pte. Ltd.", + "url": "https://msdschain.lagentbot.com" + }, + "mcpServers": { + "msds-chain": { + "type": "http", + "url": "https://mcp.lagentbot.com/mcp" + } + } +}