Skip to content
Claude Desktop

base security scanner mcp for Claude Desktop

io.github.lordbasilaiassistant-sudo/base-security-scanner-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install base security scanner mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

base security scanner mcp in other clients