MCP Server
MCP
io.github.lordbasilaiassistant-sudo/multi-wallet
Multi-wallet management for AI agents — generate, distribute, consolidate on EVM
Install
npx -y @thryx/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@thryx/multi-wallet-mcp-server",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "RPC endpoint URL (defaults to Base mainnet)",
"format": "string",
"name": "RPC_URL"
},
{
"description": "Premium API key for unlimited access",
"format": "string",
"isSecret": true,
"name": "THRYX_API_KEY"
},
{
"description": "Private key for write operations like distributing ETH",
"format": "string",
"isSecret": true,
"name": "DEPLOYER_PRIVATE_KEY"
},
{
"description": "Password for encrypted wallet storage",
"format": "string",
"isSecret": true,
"name": "WALLET_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment