Catalog
Drainbrain
Officialby meltingpixelsai
AI-powered Solana token rug pull detection with ML ensemble scoring and honeypot detection.
Detect Solana token rug pulls and honeypots using ML ensemble scoring.
README not available yet.
Install
Configuration
Environment variables
DRAINBRAIN_API_KEYrequiredsecretYour DrainBrain API key (get one free at https://rugslayer.com/drainbrain)
DRAINBRAIN_API_URLDrainBrain API base URL (defaults to https://rugslayer.com)
claude_desktop_config.json
{
"mcpServers": {
"drainbrain": {
"command": "npx",
"args": [
"-y",
"drainbrain-mcp-server@1.0.2"
],
"env": {
"DRAINBRAIN_API_KEY": "<YOUR_DRAINBRAIN_API_KEY>",
"DRAINBRAIN_API_URL": "<YOUR_DRAINBRAIN_API_URL>"
}
}
}
}