Catalog
WalletTriage
Officialby wallettriage · JavaScript
Real-time exploit-exposure risk check for EVM wallets, paid per query via x402 (USDC on Base).
Real-time exploit-exposure risk check for EVM wallets, paid per query via x402 (USDC on Base).
README not available yet.
Install
Configuration
Environment variables
EVM_PRIVATE_KEYrequiredsecretPrivate key (0x + 64 hex) of a dedicated low-balance session wallet that signs gasless x402 USDC payments on Base. Never use your main key.
GATEWAY_URLdefault https://api.wallettriage.comWalletTriage API base URL. Defaults to the public production gateway; set to http://localhost:4021 for local development.
MAX_PAYMENT_ATOMICdefault 100000Safety cap: refuse any x402 payment requirement above this many atomic USDC units (6 decimals). Default 100000 = US$0.10.
DEFAULT_SCAN_CHAINdefault ethDefault chain when the caller omits one: eth, base, polygon, arbitrum, optimism, bsc.
claude_desktop_config.json
{
"mcpServers": {
"wallettriage-mcp": {
"command": "npx",
"args": [
"-y",
"wallettriage-mcp@0.1.5"
],
"env": {
"EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>",
"GATEWAY_URL": "https://api.wallettriage.com",
"MAX_PAYMENT_ATOMIC": "100000",
"DEFAULT_SCAN_CHAIN": "eth"
}
}
}
}