mcpbeat Sign in

Drainbrain MCP Server

local only

Drainbrain runs on your own machine — the client starts it, so there is no endpoint to ping.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · drainbrain-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add drainbrain -- npx -y drainbrain-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "drainbrain": {
      "args": [
        "-y",
        "drainbrain-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.drainbrain]
command = "npx"
args = ["-y", "drainbrain-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "drainbrain": {
      "args": [
        "-y",
        "drainbrain-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "drainbrain": {
      "args": [
        "-y",
        "drainbrain-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DRAINBRAIN_API_KEY (Your DrainBrain API key (get one free at https://rugslayer.com/drainbrain)), DRAINBRAIN_API_URL (DrainBrain API base URL (defaults to https://rugslayer.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Drainbrain

same job, measured the same way
Token Risk
by pipeworx-io

Token Risk — rug-pull / honeypot screening for crypto tokens.

answering
Megalaunch MCP
by jacksun911

AI-powered meme token launch service on Solana/pump.fun with bundled buys and Jito speed

31 installs/wk local only
Vigil Fraud Alert
by dgtalquantumleap-ai

Proximity-based card fraud detection with AI risk scoring.

23 installs/wk local only
I
Guava Wallet Intelligence
by guava-research

Crypto security, honeypot detection, wallet analysis, and token risk scoring across 31 blockchains.

659 installs/wk answering
Ton Jetton Risk MCP
by mrvlyouknowwho

Token rug/honeypot risk screening: EVM (7 chains, live sell simulation), Solana, TON. Free, keyless.

local only
Rug Munch MCP
by amarodeabreu

Crypto risk intelligence: 19 tools for rug pull detection, AI forensics, and token analysis.

58 installs/wk local only
Tnt House Risk Data API
by menantonio83-hue

RiskDataApi — Solana token risk scoring for AI agents. Safety score, insider clusters, honeypot.

3 tools answering
PageCrawl
by pagecrawl

Monitor web pages for changes with AI-powered change detection, diffs, and alerts.

answering

Drainbrain — questions

Answers built from our own checks of this server.

Why is there no uptime for Drainbrain?
Drainbrain runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package drainbrain-mcp-server.
Is Drainbrain still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Drainbrain?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls drainbrain-mcp-server straight from npm; nothing to host, nothing to sign up for.