io.github.lordbasilaiassistant-sudo/multi-wallet MCP Server
io.github.lordbasilaiassistant-sudo/multi-wallet
What is the io.github.lordbasilaiassistant-sudo/multi-wallet MCP server?
Multi-wallet management for AI agents — generate, distribute, consolidate on EVM
How to install io.github.lordbasilaiassistant-sudo/multi-wallet
Copy-paste configuration for popular MCP clients.
RPC_URLRPC endpoint URL (defaults to Base mainnet)
THRYX_API_KEYsecretPremium API key for unlimited access
DEPLOYER_PRIVATE_KEYsecretPrivate key for write operations like distributing ETH
WALLET_PASSWORDsecretPassword for encrypted wallet storage
{
"mcpServers": {
"multi-wallet": {
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
],
"env": {
"RPC_URL": "<YOUR_RPC_URL>",
"THRYX_API_KEY": "<YOUR_THRYX_API_KEY>",
"DEPLOYER_PRIVATE_KEY": "<YOUR_DEPLOYER_PRIVATE_KEY>",
"WALLET_PASSWORD": "<YOUR_WALLET_PASSWORD>"
}
}
}
}{
"mcpServers": {
"multi-wallet": {
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
],
"env": {
"RPC_URL": "<YOUR_RPC_URL>",
"THRYX_API_KEY": "<YOUR_THRYX_API_KEY>",
"DEPLOYER_PRIVATE_KEY": "<YOUR_DEPLOYER_PRIVATE_KEY>",
"WALLET_PASSWORD": "<YOUR_WALLET_PASSWORD>"
}
}
}
}{
"mcpServers": {
"multi-wallet": {
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
],
"env": {
"RPC_URL": "<YOUR_RPC_URL>",
"THRYX_API_KEY": "<YOUR_THRYX_API_KEY>",
"DEPLOYER_PRIVATE_KEY": "<YOUR_DEPLOYER_PRIVATE_KEY>",
"WALLET_PASSWORD": "<YOUR_WALLET_PASSWORD>"
}
}
}
}{
"servers": {
"multi-wallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
],
"env": {
"RPC_URL": "<YOUR_RPC_URL>",
"THRYX_API_KEY": "<YOUR_THRYX_API_KEY>",
"DEPLOYER_PRIVATE_KEY": "<YOUR_DEPLOYER_PRIVATE_KEY>",
"WALLET_PASSWORD": "<YOUR_WALLET_PASSWORD>"
}
}
}
}claude mcp add multi-wallet --env RPC_URL=<YOUR_RPC_URL> --env THRYX_API_KEY=<YOUR_THRYX_API_KEY> --env DEPLOYER_PRIVATE_KEY=<YOUR_DEPLOYER_PRIVATE_KEY> --env WALLET_PASSWORD=<YOUR_WALLET_PASSWORD> -- npx -y @thryx/multi-wallet-mcp-serverRelated MCP servers
MCP server for AI agents to detect flash loan arbitrage opportunities across DEXes on Base. Scan Uni
View repository →MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle
View repository →MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on
View repository →MCP server for real-time token prices on Base from on-chain DEX pools.
View repository →MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.
View repository →MCP server to discover and trade new token launches on Base chain.
View repository →