Odel
mcp servers

mcp servers

Local
@lordbasilaiassistant-sudo1TypeScriptUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@thryx/contract-scanner-mcp-serverv1.0.2

Run

npx -y @thryx/contract-scanner-mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/contract-scanner-mcp-server"
      ]
    }
  }
}