heracleum-tox-mcp-server

chemagents/heracleum-tox-mcp-server
★ 0 stars Python Other Updated 5d ago
MCP server reproducing Rassabina & Fedorov 2025 (Plants 14, 3253): in-silico toxicology of Heracleum sosnowskyi metabolites — clustering, LD50, hepato/DILI/cardio/carcinogenicity, applicability domain, synthesis cost. Open-source analogues of the Syntelly platform (RDKit, t-SNE, CatBoost/XGBoost on TDC/TOXRIC, ASKCOS).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "heracleum-tox-mcp-se": {
      "command": "uvx",
      "args": [
        "heracleum-tox-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install heracleum-tox-mcp-server