Bitcoin
Obtains Bitcoin information using external APIs and provides it via the Model Context Protocol.
About
This Node.js/TypeScript-based server implements the Model Context Protocol (MCP) to offer a comprehensive suite of tools for accessing real-time Bitcoin information. By leveraging external APIs, it provides data such as recommended transaction fees, current prices across various currencies, and network difficulty adjustments, making it an essential backend component for applications requiring dynamic Bitcoin data integration, especially for AI clients.
Key Features
- Communicates via standard I/O (stdio) using the Model Context Protocol (MCP).
- Offers functionality to obtain Bitcoin prices in multiple currencies.
- Provides tools to retrieve recommended Bitcoin transaction fees.
- Includes a tool for fetching current Bitcoin difficulty adjustment data.
- Employs a layered architecture inspired by Domain-Driven Design (DDD) for clear separation of concerns.
- 0 GitHub stars
Use Cases
- Integrating real-time Bitcoin data into AI chatbots and conversational interfaces (e.g., Claude).
- Developing financial applications that require up-to-date Bitcoin transaction fees and price information.
- Building monitoring systems for Bitcoin network difficulty and market trends.