Skip to content

base security scanner mcp for Cline

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

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

client:Cline transport:stdio runtime:npm

Install base security scanner mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

base security scanner mcp in other clients