{
  "mcp_version": "2025-11-25",
  "name": "drainbrain",
  "display_name": "DrainBrain - Solana Token Scanner",
  "description": "Scan any Solana token for rug pull risk using a 5-model ML ensemble. Returns risk score, honeypot detection, temporal analysis, wallet clustering.",
  "version": "1.0.0",
  "vendor": "RugSlayer",
  "homepage": "https://rugslayer.com/drainbrain",
  "repository": "https://github.com/meltingpixelsai/rugslayer",
  "license": "Proprietary",
  "authentication": {
    "type": "bearer",
    "instructions": "Get a free API key at https://rugslayer.com/drainbrain#keys or POST to /api/drainbrain/v1/keys with {name, email}"
  },
  "endpoints": {
    "streamable_http": "https://agents.rugslayer.com/mcp"
  },
  "pricing": {
    "model": "freemium",
    "free_tools": ["list_tools", "health", "scan_token_preview"],
    "paid_tools": {
      "scan_token": "$0.01",
      "get_trading_signals": "$0.02",
      "get_market_regime": "$0.02",
      "get_social_trends": "$0.02",
      "get_competitor_intel": "$0.02"
    },
    "payment_methods": ["x402_usdc_solana", "api_key_bearer"],
    "subscription_url": "https://rugslayer.com/pricing"
  },
  "rate_limits": {
    "free": "100 calls/day",
    "pro": "10000 calls/min",
    "payg": "1000 calls/min"
  },
  "tools": [
    {
      "name": "list_tools",
      "description": "List all available Harvey Intel tools with pricing and input requirements. Use this for discovery.",
      "price": "FREE",
      "input_schema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "health",
      "description": "Check Harvey Intel server status, uptime, and payment network configuration.",
      "price": "FREE",
      "input_schema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "scan_token_preview",
      "description": "Quick risk level check for a Solana token. Returns LOW/MEDIUM/HIGH/CRITICAL. Free preview - use scan_token for full ML analysis.",
      "price": "FREE",
      "input_schema": {
        "type": "object",
        "required": ["mint"],
        "properties": {
          "mint": {
            "type": "string",
            "description": "Solana token mint address (base58, 32-44 characters)"
          }
        }
      }
    },
    {
      "name": "scan_token",
      "description": "Full DrainBrain risk analysis for a Solana token using a 5-model AI ensemble. Returns score 0-100, risk level, rug stage (0-5), honeypot detection, risk flags, and temporal prediction.",
      "price": "$0.01 USDC",
      "input_schema": {
        "type": "object",
        "required": ["mint"],
        "properties": {
          "mint": {
            "type": "string",
            "description": "Solana token mint address (base58, 32-44 characters)"
          }
        }
      }
    },
    {
      "name": "get_trading_signals",
      "description": "CORTEX AI trading signals - direction, confidence score, and historical win rate for Solana tokens.",
      "price": "$0.02 USDC",
      "input_schema": {
        "type": "object",
        "properties": {
          "token": {
            "type": "string",
            "description": "Filter by specific token mint address (optional)"
          }
        }
      }
    },
    {
      "name": "get_market_regime",
      "description": "CORTEX market regime detection - HOT/NORMAL/COLD with graduation velocity and on-chain activity metrics.",
      "price": "$0.02 USDC",
      "input_schema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_social_trends",
      "description": "Synthia social intelligence - trending terms, frequency, and sources from social media monitoring. Configurable lookback period.",
      "price": "$0.02 USDC",
      "input_schema": {
        "type": "object",
        "properties": {
          "hours": {
            "type": "number",
            "description": "Lookback period in hours (default: 24, max: 168)",
            "minimum": 1,
            "maximum": 168
          }
        }
      }
    },
    {
      "name": "get_competitor_intel",
      "description": "Synthia competitor tracking - feature launches, pricing changes, and strategic moves in the Solana ecosystem.",
      "price": "$0.02 USDC",
      "input_schema": {
        "type": "object",
        "properties": {
          "competitor": {
            "type": "string",
            "description": "Filter by competitor name (partial match, optional)"
          }
        }
      }
    }
  ],
  "install": {
    "npm": "npx -y @meltingpixels/harvey-intel",
    "claude_code": "claude mcp add harvey-intel --transport http https://agents.rugslayer.com/mcp",
    "claude_desktop": {
      "command": "npx",
      "args": ["-y", "@meltingpixels/harvey-intel"],
      "env": {
        "DRAINBRAIN_API_KEY": "your-api-key"
      }
    }
  },
  "categories": ["security", "blockchain", "defi"],
  "tags": ["solana", "rug-pull", "ml", "token-scanner", "x402", "usdc"],
  "see_also": {
    "harvey_intel": {
      "description": "x402-paid MCP server. Pay-per-call USDC on Solana, no API keys needed.",
      "url": "https://agents.rugslayer.com/mcp",
      "npm": "@meltingpixels/harvey-intel",
      "registry": "io.github.meltingpixelsai/harvey-intel",
      "smithery": "meltingpixelsai/harvey-intel"
    }
  }
}
