This repository contains files for Crypto Price Tracker MCP Server using Coingecko API.
Overview
What is Crypto Price Tracker MCP?
Crypto Price Tracker MCP is a Python-based server application that allows users to track cryptocurrency prices, manage a watchlist, and export data to Google Sheets using the CoinGecko API.
How to use Crypto Price Tracker MCP?
To use the Crypto Price Tracker MCP, clone the repository, set up a Python virtual environment, install dependencies, obtain Google Sheets API credentials, build the Docker image, and run the Docker container with the necessary configurations.
Key features of Crypto Price Tracker MCP?
- Watchlist Management: Add, remove, and view cryptocurrencies in a personal watchlist.
- Price Tracking: Fetch the latest prices for all coins in the watchlist.
- Google Sheets Integration: Export watchlist and price data to Google Sheets and analyze performance.
- MCP Interaction: Tools for interaction via the Model Context Protocol (MCP).
Use cases of Crypto Price Tracker MCP?
- Tracking real-time cryptocurrency prices.
- Managing a personalized watchlist of cryptocurrencies.
- Exporting data for analysis in Google Sheets.
- Interacting with the server using natural language prompts through MCP clients.
FAQ from Crypto Price Tracker MCP?
- Can I track all cryptocurrencies?
Yes! You can add any cryptocurrency available on CoinGecko to your watchlist.
- Is there a cost to use this application?
The application is free to use, but you need to set up Google Sheets API credentials.
- What technologies are used?
The project is built using Python, Docker, and integrates with Google Sheets API.