← Back to Plugins
MCP Server MCP

io.github.lordbasilaiassistant-sudo/contract-scanner

github By github 👁 1 views ▲ 0 votes

Smart contract security scanner — vulnerabilities, risk scores, and calldata decoding

Homepage Verified source GitHub

Install

npx -y @thryx/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@thryx/contract-scanner-mcp-server",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "RPC endpoint URL (defaults to Base mainnet)",
          "format": "string",
          "name": "RPC_URL"
        },
        {
          "description": "Premium API key for unlimited scans",
          "format": "string",
          "isSecret": true,
          "name": "THRYX_API_KEY"
        },
        {
          "description": "Basescan API key for fetching verified contract source code",
          "format": "string",
          "isSecret": true,
          "name": "BASESCAN_API_KEY"
        },
        {
          "description": "Etherscan API key for fetching verified contract source code",
          "format": "string",
          "isSecret": true,
          "name": "ETHERSCAN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...