Contract Scanner runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 7 Apr 2026.
Smart contract security scanner — vulnerabilities, risk scores, and calldata decoding
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.
claude mcp add contract-scanner -- npx -y @thryx/contract-scanner-mcp-server
{
"mcpServers": {
"contract-scanner": {
"args": [
"-y",
"@thryx/contract-scanner-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.contract-scanner]
command = "npx"
args = ["-y", "@thryx/contract-scanner-mcp-server"]
{
"mcpServers": {
"contract-scanner": {
"args": [
"-y",
"@thryx/contract-scanner-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"contract-scanner": {
"args": [
"-y",
"@thryx/contract-scanner-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.