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"
]
}
}
}
Run in terminal:
claude mcp add heracleum-tox-mcp-se uvx heracleum-tox-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"heracleum-tox-mcp-se": {
"command": "uvx",
"args": [
"heracleum-tox-mcp-server"
]
}
}
}
Or install with pip: pip install heracleum-tox-mcp-server