mcp-bitcoin-server
0
The Bitcoin Wallet MCP Server is designed to facilitate interactions between AI agents and Bitcoin wallets. It provides functionalities for handling Bitcoin addresses, checking wallet balances, and sending transactions, with a focus on simplicity and security.
Bitcoin Wallet MCP Server
A Model Context Protocol (MCP) server that enables AI agents to interact with a Bitcoin wallet.
Features
- Display a Bitcoin address to receive a payment
- Display the current balance of the wallet
- Send a transaction to a specific address
Setup
- Install dependencies
- Set environment variables for security
- Build and run the server
Architecture
This is a simple SPV Bitcoin wallet that uses a stateless-ready architecture and ensures security by encrypting private keys in the OS keychain.