Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

WalletTriage in other clients