
Mcp Hd Wallet
Manage HD wallet sync, balances, and related wallet operations on EVM, UTXO, and XRP networks through your agent via Crypto APIs.
Overview
io.github.CryptoAPIs-io/mcp-hd-wallet is a Build-phase MCP server for HD wallet management, balances, and sync on EVM, UTXO, and XRP through Crypto APIs.
What is this MCP server?
- HD wallet management, balance, and sync for EVM, UTXO, and XRP via Crypto APIs
- npm stdio server @cryptoapis-io/mcp-hd-wallet version 0.3.0
- Authenticated with required CRYPTOAPIS_API_KEY only
- Designed to chain with mcp-broadcast for funded-address flows
- Wallet API MCP—not a browser extension or hardware wallet driver
- Package version 0.3.0
- Documented network families: EVM, UTXO, XRP
- stdio transport; 1 required secret env var
Community signal: 1 GitHub stars.
What problem does it solve?
Building multi-ledger wallet features forces you to stitch together different balance and sync APIs without a unified agent surface.
Who is it for?
Indie builders shipping wallet, treasury, or payout features across EVM, UTXO, and XRP who already standardize on Crypto APIs.
Skip if: Products that require non-custodial keys only on-device with no hosted wallet API, or chains outside the documented EVM/UTXO/XRP scope.
What do I get? / Deliverables
Your agent can query and manage HD wallet state on supported ledger families via Crypto APIs while you implement wallet-centric product code.
- Agent-driven wallet balance and sync operations on supported network families
- Integrated wallet context for downstream broadcast or contract workflows
- Stdio MCP registration in local agent config
Recommended MCP Servers
Journey fit
Wallet management and balance sync are core product integrations while you build custodial or user-wallet features, not generic SEO or ops monitoring. This server connects hosted wallet APIs into agent workflows next to broadcast and market-data siblings in the Crypto APIs MCP suite.
How it compares
Hosted HD wallet MCP via Crypto APIs, not a local mnemonic generator skill.
Common Questions / FAQ
Who is mcp-hd-wallet for?
Solo builders and small teams implementing wallet balances, sync, or treasury views in apps or agents backed by Crypto APIs infrastructure.
When should I use mcp-hd-wallet?
Use it during Build when you need agent-assisted wallet setup, balance checks, or sync against EVM, UTXO, or XRP accounts through one MCP.
How do I add mcp-hd-wallet to my agent?
Install @cryptoapis-io/mcp-hd-wallet as a stdio MCP server, set CRYPTOAPIS_API_KEY in the environment, and register the server in your Claude Code, Cursor, or Codex MCP configuration.