🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@thryx/multi-wallet-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thryx/multi-wallet-mcp-server

MCP server for multi-wallet management on Base/EVM — generate wallets, check balances, distribute ETH, execute coordinated swaps

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

@thryx/multi-wallet-mcp-server

Multi-wallet management for AI agents on Base/EVM. Generate wallet pools, check balances, distribute ETH, and scan tokens.

Installation

npm install @thryx/multi-wallet-mcp-server

Setup

Add to your MCP client config:

{
  "mcpServers": {
    "multi-wallet": {
      "command": "npx",
      "args": ["@thryx/multi-wallet-mcp-server"],
      "env": {
        "THRYX_API_KEY": "your-api-key"
      }
    }
  }
}

Tools

ToolDescriptionTier
wallet_generateGenerate N new EVM wallets (keys stored server-side, never exposed)Pro
wallet_importImport existing wallet by private keyPro
wallet_listList all managed wallets with addresses and labelsFree
wallet_get_balancesCheck ETH + token balances for a single walletFree
wallet_get_all_balancesBatch check ETH balances for all managed walletsFree
wallet_get_token_balanceCheck any ERC-20 token balanceFree
wallet_distribute_ethDistribute ETH from one wallet to many (simulation supported)Pro
wallet_consolidate_ethSweep ETH from all wallets to one addressPro
wallet_scan_tokenSecurity scan a token contract for rug risk (score 0-100)Free
wallet_get_gasCurrent gas prices on chainFree

Environment Variables

VariableRequiredDescription
RPC_URLNoRPC endpoint (default: Base mainnet)
DEPLOYER_PRIVATE_KEYNoFor write operations (distribute, consolidate)
THRYX_API_KEYNoPremium API key for unlimited access

Supported Chains

  • Base (8453) — default
  • Ethereum (1)
  • Arbitrum One (42161)

License

MIT

Keywords

mcp

FAQs

Package last updated on 07 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts