mcpbeat Sign in

Contract Scanner MCP Server

local only

Contract Scanner runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 11 · avg 4 · +37% w/w
a month agotoday
25
Installs / week
npm · @thryx/contract-scanner-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add contract-scanner -- npx -y @thryx/contract-scanner-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "contract-scanner": {
      "args": [
        "-y",
        "@thryx/contract-scanner-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.contract-scanner]
command = "npx"
args = ["-y", "@thryx/contract-scanner-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "contract-scanner": {
      "args": [
        "-y",
        "@thryx/contract-scanner-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "contract-scanner": {
      "args": [
        "-y",
        "@thryx/contract-scanner-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RPC_URL (RPC endpoint URL (defaults to Base mainnet)), THRYX_API_KEY (Premium API key for unlimited scans), BASESCAN_API_KEY (Basescan API key for fetching verified contract source code), ETHERSCAN_API_KEY (Etherscan API key for fetching verified contract source code). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Contract Scanner

same job, measured the same way
ContractOracle-Sentinel
by evozim

DeFi smart contract forensic auditor and vulnerability scanner.

answering
Contract Security Scanner
by fino-oss

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

25 installs/wk local only
Aikido MCP
by bajuzjefe

Security analysis for Aiken smart contracts on Cardano. 75 vulnerability detectors.

45 installs/wk local only
Bug Detector
by madhavi-opsera

Analyzes code for bugs, security vulnerabilities, and code smells

local only
Base Security Scanner MCP
by lordbasilaiassistant-sudo

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

255 installs/wk local only
I
Agent Security Scanner
by mikehzp

Scan AI agents for tool-calling vulnerabilities: prompt leaks, hijacking, injections, and more.

113 installs/wk local only
Synapse Audit
by digidenone

AI-Powered Security Scanner for LLMs. Detects vulnerabilities and syncs with SynapseAudit.

28 installs/wk local only
MCP Server Security Audit
by joepangallo

Scan websites for security vulnerabilities, headers, TLS, and email security.

35 installs/wk local only

Contract Scanner — questions

Answers built from our own checks of this server.

Why is there no uptime for Contract Scanner?
Contract Scanner runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @thryx/contract-scanner-mcp-server was installed 25 times last week.
Is Contract Scanner still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Contract Scanner?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @thryx/contract-scanner-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Contract Scanner?
The npm package @thryx/contract-scanner-mcp-server was installed 25 times in the last week. Week over week that is +37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.