A
licenseA
qualityB
maintenanceConnects AI agents to Bitcoin payment rails with owner-defined spending policies and limits.
26
8 npm
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: fetching balances, sending transactions, and checking policies. No overlap or ambiguity exists between them.
All tools follow the same verb_noun snake_case pattern (get_balance, send_transaction, check_policy), making the naming fully consistent and predictable.
With only 3 tools, the server is tightly scoped to basic wallet operations. Each tool handles a core function without redundancy.
The set covers balance queries, transactions, and policy checks, but lacks features like transaction history or address generation. These are minor gaps for a policy-limited wallet.