🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@thryx/contract-scanner-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thryx/contract-scanner-mcp-server

MCP server for Solidity smart contract security scanning — analyze contracts for vulnerabilities, decode calldata, compare contracts before interacting

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
35
-14.63%
Maintainers
1
Weekly downloads
 
Created
Source

@thryx/contract-scanner-mcp-server

Smart contract security scanner for AI agents. Analyze any Solidity contract for vulnerabilities before interacting with it.

Installation

npm install @thryx/contract-scanner-mcp-server

Setup

Add to your MCP client config:

{
  "mcpServers": {
    "contract-scanner": {
      "command": "npx",
      "args": ["@thryx/contract-scanner-mcp-server"],
      "env": {
        "THRYX_API_KEY": "your-api-key"
      }
    }
  }
}

Tools

ToolDescriptionTier
scanner_analyze_contractFull security report with risk score 0-100, vulnerability findings, and actionable recommendationsPro
scanner_compare_contractsCompare two contracts side-by-side for clone detection and risk comparisonPro
scanner_check_addressQuick check — contract vs EOA, verification status, risk flagsFree
scanner_decode_calldataDecode raw calldata to human-readable function calls with danger flagsFree

Environment Variables

VariableRequiredDescription
RPC_URLNoRPC endpoint (default: Base mainnet)
BASESCAN_API_KEYNoEnables verified source analysis on Base
ETHERSCAN_API_KEYNoEnables verified source analysis on Ethereum
ARBISCAN_API_KEYNoEnables verified source analysis on Arbitrum
THRYX_API_KEYNoPremium API key for unlimited scans

Supported Chains

  • Base (8453) — default
  • Ethereum (1)
  • Arbitrum One (42161)

License

MIT

Keywords

mcp

FAQs

Package last updated on 07 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts