walletlens for Windsurf
io.github.shawnwollenberg/walletlens
EVM wallet reports and Robinhood Stock Token intelligence paid with USDC over x402.
client:Windsurf
transport:stdio
runtime:npm
Install walletlens in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs