Smart contract security auditor for Claude Code — vuln detection, exploit PoCs, mainnet-fork simulation, audit cards, on-chain certificates. Solidity + Vyper · 38 commands · 19 agents · 33 skills · 9 MCP servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rugproof": {
"command": "npx",
"args": [
"-y",
"omermaksutii/RugProof"
]
}
}
}
Run in terminal:
claude mcp add rugproof npx -y omermaksutii/RugProof
Add to .cursor/mcp.json:
{
"mcpServers": {
"rugproof": {
"command": "npx",
"args": [
"-y",
"omermaksutii/RugProof"
]
}
}
}