Odel
base security scanner mcp

base security scanner mcp

Local
@lordbasilaiassistant-sudo1JavaScriptUpdated 6mo ago

MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbase-security-scanner-mcpv1.0.3

Run

npx -y base-security-scanner-mcp

MCP client config

{
  "mcpServers": {
    "base-security-scanner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "base-security-scanner-mcp"
      ]
    }
  }
}