Loading MCP server directory, please wait...
Real-time exploit-exposure risk check for EVM wallets, paid per query via x402 (USDC on Base).
npx @getmcp/cli add io.github.wallettriage/wallettriage-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
EVM_PRIVATE_KEYPrivate key (0x + 64 hex) of a dedicated low-balance session wallet that signs gasless x402 USDC payments on Base. Never use your main key.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wallettriage/wallettriage-mcp": {
"command": "npx",
"args": [
"-y",
"wallettriage-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "",
"GATEWAY_URL": "https://api.wallettriage.com",
"MAX_PAYMENT_ATOMIC": "100000",
"DEFAULT_SCAN_CHAIN": "eth"
}
}
}
}