← Back to Plugins
MCP Server MCP

io.github.littleblakew/msds-chain

github By github 👁 1 views ▲ 0 votes

Chemical safety intelligence — 23 tools: compatibility, hazards, PPE, compliance, SDS lookup

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "msds-chain-mcp",
      "version": "1.5.10",
      "transport": {
        "type": "streamable-http",
        "url": "https://mcp.lagentbot.com/mcp"
      },
      "environmentVariables": [
        {
          "description": "API key from msdschain.lagentbot.com (free: 100 calls/month)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MSDS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...