👛

Multi-Wallet Management

Create, manage, and sync multiple Solana wallets from one place

Key Features

  • Create Wallets: Generate multiple Solana wallets instantly
  • Sync Balances: Real-time balance updates from the blockchain
  • Bulk Operations: Create 50 wallets at once, fund multiple wallets
  • Consolidate Funds: Gather all SOL/USDC into main wallet
  • Secure Storage: Encrypted private keys, managed for you

Wallet Management Tools

create_wallet

Create a new wallet

list_wallets

List all wallets

set_default_wallet

Set primary wallet

delete_wallet

Delete a wallet

sync_wallet_balances

Refresh balances

cleanup_empty_wallets

Delete empty wallets

create_bulk_wallets

Create 50 wallets at once

fund_wallets_bulk

Send SOL to multiple wallets

consolidate_wallets

Combine funds to main wallet

Example Usage

Claude Desktop / Cursor

User: "Create 10 new wallets for me"
AI: [Calls create_bulk_wallets]
AI: Created 10 wallets with IDs:
   - Wallet 1 (7xKXX...)
   - Wallet 2 (9mPPA...)
   ...

User: "Show me all my wallets"
AI: [Calls list_wallets]
AI: You have 15 wallets:
   Default: 5.2 SOL
   Wallet 2: 0.5 SOL
   Wallet 3: 1.8 SOL
   Total: 7.5 SOL across all wallets

User: "Bring all my funds to my main wallet"
AI: [Calls consolidate_wallets]
AI: Consolidated 7.2 SOL and 1,500 USDC to main wallet

REST API

# Create a wallet
curl -X POST https://solanamcp.dev/api/tools/create_wallet \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"walletName": "Trading Wallet"}'

# List all wallets
curl -X POST https://solanamcp.dev/api/tools/list_wallets \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json"

# Sync wallet balances
curl -X POST https://solanamcp.dev/api/tools/sync_wallet_balances \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json"

Perfect For

Airdrop Farming

Create multiple wallets to maximize airdrop opportunities

Testing & Development

Generate test wallets for your dApp testing

Fund Distribution

Distribute funds across multiple wallets

Organization

Separate trading, savings, and NFT wallets

Get Started

Sign up to access multi-wallet management features

Create Account