CryptoAPIs MCP HD Wallet
JSON →MCP server for HD wallet management, balance retrieval, and sync on EVM, UTXO, and XRP blockchains via Crypto APIs
Install
npx @cryptoapis-io/mcp-hd-wallet Tools · 6
- generate_mnemonic Generate a new mnemonic phrase (BIP39) for HD wallet creation.
- create_wallet Create an HD wallet from a mnemonic phrase with optional passphrase.
- derive_address Derive a cryptocurrency address from an HD wallet using a derivation path.
- sign_transaction Sign a transaction using an HD wallet's private key.
- get_balance Get the balance of a cryptocurrency address.
- get_transaction_history Get transaction history for a cryptocurrency address.
Environment variables
YOUR_API_KEYCRYPTOAPIS_API_KEY
★ 1 GitHub stars