An autonomous onchain security agent on Base that scans approvals, detects honeypots, and scores token contracts — before you sign.
Each tool is exposed as a standardized MCP capability, optimized for Base chain. Any AI client can invoke them — no custom integration required.
Enumerate every ERC-20 and ERC-721 approval on a wallet. Flag unlimited allowances. Identify unverified or malicious spender contracts before they drain funds.
Deep contract analysis for rugpull signatures — hidden mint functions, proxy upgrade patterns, adjustable tax rates, and owner-controlled blacklists.
Simulate full buy-sell cycles on-chain. Detect tokens that block selling, apply extreme sell taxes, or trap liquidity through contract logic.
A 0–100 composite rating derived from bytecode analysis, ownership status, liquidity depth, holder distribution, and contract verification state.
Revoke dangerous token approvals with signed transactions through Bankr. Supports single and batch revocation by risk level.
Full-spectrum security posture assessment. Aggregate all findings into a single report with severity ratings and remediation steps.
Vigil speaks the Model Context Protocol, purpose-built for Base L2. Any compliant AI client becomes a Base chain security expert — zero glue code.
Purpose-built for the Base L2 ecosystem. Every tool optimized for Base's contract patterns and RPC infrastructure.
Install Vigil as a Python package and connect it to any MCP client.
Add this to your MCP client configuration. Works with Cursor, Claude Desktop, and any compliant client.
{ "mcpServers": { "vigil": { "command": "python3", "args": ["-m", "vigil_mcp.server"], "env": { "BANKR_API_KEY": "bk_..." } } } }