WalletTriage for Cursor
io.github.wallettriage/wallettriage-mcp
Real-time exploit-exposure risk check for EVM wallets, paid per query via x402 (USDC on Base).
client:Cursor
transport:stdio
runtime:npm
Install WalletTriage in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wallettriage-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wallettriage-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>",
"GATEWAY_URL": "<GATEWAY_URL>",
"MAX_PAYMENT_ATOMIC": "<MAX_PAYMENT_ATOMIC>",
"DEFAULT_SCAN_CHAIN": "<DEFAULT_SCAN_CHAIN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs