Works with Claude, ChatGPT & any AI

Give your AI agent blockchain security in seconds.

Connect Web3 Antivirus tools to Claude, ChatGPT, or any AI assistant. Scan wallets, tokens, contracts, and transactions — no code required.

Equip Your AI with Web3 Security

Use the MCP server at https://w3avmcp.agenticledger.ai/mcp to scan blockchain addresses, tokens, and transactions for security risks. Available tools: deep_scan_address, quick_scan_address, scan_token, scan_contract, simulate_transaction, and 22 more.
1
Copy & Paste
Into Claude, ChatGPT, or any AI
2
AI connects
Learns 27 security scanning tools
3
Ask anything
Scan wallets, tokens, contracts

Connect to Your AI

Choose the method that matches your setup

Claude Desktop / Code MCP Config

Add to your Claude Desktop or Claude Code MCP config. Tools appear automatically in Claude's tool list.

{
  "mcpServers": {
    "web3antivirus": {
      "url": "https://w3avmcp.agenticledger.ai/mcp"
    }
  }
}

Claude Desktop (stdio) Local

Run the MCP server locally for faster responses. Requires Node.js and an API key from web3antivirus.io.

{
  "mcpServers": {
    "web3antivirus": {
      "command": "node",
      "args": ["path/to/mcp-stdio/dist/index.js"],
      "env": {
        "W3AV_API_KEY": "your-api-key"
      }
    }
  }
}

ChatGPT / Any AI Prompt

Just paste the prompt above into any AI chat. The AI will learn to call the MCP tools via the HTTP API.

Use the MCP server at
https://w3avmcp.agenticledger.ai/mcp

27 tools for scanning addresses,
tokens, contracts, and transactions
for blockchain security risks.

REST API Direct

Call tools directly via the REST API. No MCP client needed — just HTTP POST.

curl -X POST \
  https://w3avmcp.agenticledger.ai/api/tools/call \
  -H "Content-Type: application/json" \
  -d '{
    "name": "deep_scan_address",
    "arguments": {
      "address": "0x742d..."
    }
  }'

27 Security Tools

All available to your AI agent instantly