Skip to content

base security scanner mcp for Grok

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

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

client:Grok transport:stdio runtime:npm

Install base security scanner mcp in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

base security scanner mcp in other clients