← Back to Plugins
MCP Server MCP

WalletTriage

github By github 👁 1 views ▲ 0 votes

Real-time exploit-exposure risk check for EVM wallets, paid per query via x402 (USDC on Base).

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "wallettriage-mcp",
      "version": "0.1.5",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key (0x + 64 hex) of a dedicated low-balance session wallet that signs gasless x402 USDC payments on Base. Never use your main key.",
          "isRequired": true,
          "isSecret": true,
          "name": "EVM_PRIVATE_KEY"
        },
        {
          "description": "WalletTriage API base URL. Defaults to the public production gateway; set to http://localhost:4021 for local development.",
          "default": "https://api.wallettriage.com",
          "name": "GATEWAY_URL"
        },
        {
          "description": "Safety cap: refuse any x402 payment requirement above this many atomic USDC units (6 decimals). Default 100000 = US$0.10.",
          "default": "100000",
          "name": "MAX_PAYMENT_ATOMIC"
        },
        {
          "description": "Default chain when the caller omits one: eth, base, polygon, arbitrum, optimism, bsc.",
          "default": "eth",
          "name": "DEFAULT_SCAN_CHAIN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...