mcp-server-bitcoin-wallet
If you are the rightful owner of mcp-server-bitcoin-wallet and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that enables AI agents to interact with a Bitcoin wallet.
The Bitcoin Wallet MCP Server is designed to facilitate interactions between AI agents and a Bitcoin wallet using the Model Context Protocol. It provides essential functionalities such as retrieving a Bitcoin address for payments, checking the wallet's balance, and sending transactions to specified addresses. The server is built with a focus on security, ensuring that sensitive information like private keys and mnemonics are never logged and are stored securely. The architecture is based on Simplified Payment Verification (SPV), which allows for efficient and secure transaction verification without needing to download the entire blockchain. The server is stateless-ready, fetching all necessary network data on-demand, and uses environment variables for secure password management.
Features
- get_address: Display a Bitcoin address to receive a payment
- get_balance: Display the current balance of the wallet
- send_transaction: Send a transaction to a specific address