Skip to content
Cursor

walletlens for Cursor

io.github.shawnwollenberg/walletlens

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

client:Cursor transport:stdio runtime:npm

Install walletlens 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": {
    "walletlens": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

walletlens in other clients