A
licenseA
qualityA
maintenanceEnables AI assistants to interact with the Bit2Me cryptocurrency ecosystem, including real-time market data, wallet management, trading, and products like Earn and Loans.
48
29 npm
5
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool targets a distinct operation: wallet setup, balance query, transaction sending, and address retrieval. There is no overlap in their purposes.
All tool names follow a consistent verb_noun snake_case pattern: setup_wallet, get_balance, send_bitcoin, get_address. The naming is uniform and predictable.
With four tools, the set is well-scoped for a Bitcoin wallet server. Each tool covers an essential function without redundancy or unnecessary bloat.
The core wallet lifecycle is covered: setup, balance check, sending, and address generation. A minor gap is the lack of transaction history or receive mechanisms, but the essential operations are present.