Labsco
CryptoAPIs-io logo

CryptoAPIs MCP HD Wallet

โ˜… 1

from CryptoAPIs-io

MCP server for HD wallet management, balance retrieval, and sync on EVM, UTXO, and XRP blockchains via Crypto APIs

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” An MCP server for Crypto APIs' Wallet-as-a-Service that tracks and manages HD wallets by their extended public key (xPub/yPub/zPub) โ€” private keys never leave your device.

What you get โ€”

  • Sync by xPub โ€” provide an extended public key and Crypto APIs tracks all derived addresses, balances, and transactions
  • Address derivation โ€” generate receiving and change addresses from the xPub
  • Wallet queries โ€” aggregated balances, transaction lists, UTXOs, and assets across derived addresses
  • Prepare unsigned transactions for local signing; supports EVM chains, UTXO chains (BTC, LTC, DOGE, etc.), and XRP

Requirements โ€” Node.js 18+ and a Crypto APIs account plus CRYPTOAPIS_API_KEY.

Cost snapshot โ€” The npm package's license is unspecified in the README. It fronts the Crypto APIs service, which requires an account and API key โ€” usage is billed by Crypto APIs (no prices shown).

Setup effort โ€” npx @cryptoapis-io/mcp-hd-wallet --api-key ..., or set the env var; stdio or HTTP transport.

Our take โ€” A safe design for watch-only/prepare-only wallet work since private keys stay local; the caveat is the hard dependency on a paid Crypto APIs account, and it only prepares transactions โ€” signing needs the separate @cryptoapis-io/mcp-signer.

Source: the project README โ€” summarized 2026-07-08.