← Back to Plugins
MCP Server MCP

io.github.shawnwollenberg/walletlens

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @shawnwollenberg/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@shawnwollenberg/walletlens-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Dedicated agent-wallet private key for paid x402 tools.",
          "format": "string",
          "isSecret": true,
          "name": "WALLETLENS_X402_PRIVATE_KEY"
        },
        {
          "description": "Maximum USDC allowed for one report. Defaults to 0.02.",
          "format": "string",
          "name": "WALLETLENS_MAX_PAYMENT_USDC"
        },
        {
          "description": "Expected WalletLens payment recipient address.",
          "format": "string",
          "name": "WALLETLENS_EXPECTED_PAY_TO"
        },
        {
          "description": "WalletLens API origin. Defaults to the production service.",
          "format": "string",
          "name": "WALLETLENS_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...