AgentHubAgentHub

drainbrain

MCP ServerMCP Registry官方收录

io.github.meltingpixelsai/drainbrain · v1.0.2

AI-powered Solana token rug pull detection with ML ensemble scoring and honeypot detection.

概览

drainbrain 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "drainbrain": {
      "command": "npx",
      "args": [
        "-y",
        "drainbrain-mcp-server"
      ],
      "env": {
        "DRAINBRAIN_API_KEY": "<DRAINBRAIN_API_KEY>"
      }
    }
  }
}

环境变量

DRAINBRAIN_API_KEY必填secret

Your DrainBrain API key (get one free at https://rugslayer.com/drainbrain)

DRAINBRAIN_API_URL可选

DrainBrain API base URL (defaults to https://rugslayer.com)

相关资源

统一 Manifest

{
  "id": "io.github.meltingpixelsai/drainbrain",
  "type": "mcp-server",
  "version": "1.0.2",
  "displayName": "drainbrain",
  "description": "AI-powered Solana token rug pull detection with ML ensemble scoring and honeypot detection.",
  "repository": {
    "url": "https://github.com/meltingpixelsai/rugslayer",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "drainbrain-mcp-server",
        "version": "1.0.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "DRAINBRAIN_API_KEY",
            "description": "Your DrainBrain API key (get one free at https://rugslayer.com/drainbrain)",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "DRAINBRAIN_API_URL",
            "description": "DrainBrain API base URL (defaults to https://rugslayer.com)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.meltingpixelsai/drainbrain",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.meltingpixelsai%2Fdrainbrain/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
drainbrain — MCP Server 安装与配置 · AgentHub