New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@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

Source
npmnpm
Version
1.0.0
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 09 Mar 2026

Related posts