Connect Web3 Antivirus tools to Claude, ChatGPT, or any AI assistant. Scan wallets, tokens, contracts, and transactions — no code required.
Choose the method that matches your setup
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"
}
}
}
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"
}
}
}
}
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.
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..." } }'
All available to your AI agent instantly