MCP-BTC-Watch
1
This project is an MCP server that offers real-time Bitcoin price information to Claude AI. It supports data retrieval from CoinMarketCap and CoinGecko APIs, with automatic fallback and options for easy integration with Claude Desktop.
Bitcoin Price MCP Server
A Model Context Protocol (MCP) server providing real-time Bitcoin price data to Claude AI. Key features include:
- Real-time Bitcoin price information in USD
- 24-hour change percentage and market cap
- Handles API calls with fallback mechanisms
Prerequisites
- Node.js and npm
- CoinMarketCap API key or fallback to CoinGecko
Installation
- Clone the repository and navigate to the directory.
- Install dependencies and build the project.
Usage
- Use as a CLI tool or integrate with Claude Desktop for asking about Bitcoin prices.
Development
Customize endpoints by editing specific files and rebuilding.