Contract Security Scanner for Grok
io.github.fino-oss/contract-scanner
Scans Base L2 smart contracts for security risks. Risk score 0-100, detects backdoors & proxies.
client:Grok
transport:stdio
runtime:npm
Install Contract Security Scanner in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"contract-scanner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fino314-oss/contract-scanner-mcp"
],
"env": {
"BASESCAN_API_KEY": "<BASESCAN_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs