Skip to content
Zed

walletlens for Zed

io.github.shawnwollenberg/walletlens

EVM wallet reports and Robinhood Stock Token intelligence paid with USDC over x402.

client:Zed transport:stdio runtime:npm

Install walletlens in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "walletlens": {
      "command": "npx",
      "args": [
        "-y",
        "@shawnwollenberg/walletlens-mcp"
      ],
      "env": {
        "WALLETLENS_X402_PRIVATE_KEY": "<WALLETLENS_X402_PRIVATE_KEY>",
        "WALLETLENS_MAX_PAYMENT_USDC": "<WALLETLENS_MAX_PAYMENT_USDC>",
        "WALLETLENS_EXPECTED_PAY_TO": "<WALLETLENS_EXPECTED_PAY_TO>",
        "WALLETLENS_BASE_URL": "<WALLETLENS_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

walletlens in other clients