Skip to content
Cursor

Contract Security Scanner for Cursor

io.github.fino-oss/contract-scanner

Scans Base L2 smart contracts for security risks. Risk score 0-100, detects backdoors & proxies.

client:Cursor transport:stdio runtime:npm

Install Contract Security Scanner in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "contract-scanner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@fino314-oss/contract-scanner-mcp"
      ],
      "env": {
        "BASESCAN_API_KEY": "<BASESCAN_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Contract Security Scanner in other clients