roots-mcp-server

rootsbymenda/roots-mcp-server
★ 0 stars TypeScript 📊 Data/Analytics Updated 2d ago
Cosmetic & Chemical Regulatory Intelligence MCP Server — 30K+ ingredients, 46K+ NOAEL studies, 55+ jurisdictions. The first MCP server for cosmetic regulatory data.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "roots-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "rootsbymenda/roots-mcp-server"
      ]
    }
  }
}