DrainBrain MCP Server provides Solana token rug-pull risk scanning for AI agents and developer tools. It uses a 3-model ML ensemble (heuristic + XGBoost + GRU temporal) to score tokens 0-100 for rug-pull risk, detect honeypots via Jupiter buy/sell simulation, and identify the current rug lifecycle stage. Tools: scan (single token analysis), batch_scan (up to 10 tokens), health (model status), compare (side-by-side safety comparison). Published on npm as drainbrain-mcp-server. Helps Solana developers and trading bot builders verify token safety before integrating swap logic.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"env": {
"DRAINBRAIN_API_KEY": ""
},
"args": [
"-y",
"drainbrain-mcp-server"
],
"command": "npx"
}