bitcoin-mcp
If you are the rightful owner of bitcoin-mcp 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 Go-based service that provides a unified interface to interact with a Bitcoin node through various RPC commands using the Model Context Protocol (MCP).
The Bitcoin MCP Server is a robust and efficient service designed to facilitate interaction with Bitcoin nodes using the Model Context Protocol (MCP). It offers a comprehensive interface for executing Bitcoin RPC commands, organized into logical categories such as blockchain operations, mempool operations, UTXO operations, and blockchain management. The server ensures secure authentication and comprehensive error handling, providing a clean and well-documented API for accessing blockchain data and operations. It is built using Go and requires a Bitcoin Core node with RPC enabled. The server is designed to be easily configurable and extendable, making it suitable for developers looking to integrate Bitcoin functionalities into their applications.
Features
- Comprehensive Bitcoin RPC interface using Model Context Protocol
- Organized by functional categories: Blockchain, Mempool, UTXO, Management
- Secure authentication
- Comprehensive error handling
- Clean and documented API