Crypto Price Tracker MCP Server
@RoystonDAlmeida
Crypto Price Tracker MCP Server について
This repository contains files for Crypto Price Tracker MCP Server using Coingecko API.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"crypto-price-tracker-mcp": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}ツール
2Get the current watchlist of tracked cryptocurrencies.
Fetch the latest prices for all coins in the watchlist.
概要
What is Crypto Price Tracker MCP Server?
A Python-based MCP server that allows users to track cryptocurrency prices, manage a watchlist, and export data to Google Sheets. It is built using the FastMCP framework, designed to run as a Docker container, and integrates with MCP clients like GitHub Copilot via stdio.
How to use Crypto Price Tracker MCP Server?
Clone the repository, set up a Python virtual environment, install dependencies with uv, obtain Google Sheets API credentials (service account JSON key), build the Docker image, and run the container mounting the credentials file. For MCP client integration (e.g., GitHub Copilot), add a JSON configuration to VSCode’s settings.json specifying the Docker command and credentials path. Interact with the server through natural language prompts; it exposes tools like add_to_watchlist, fetch_prices, and export_to_sheets.
Key features of Crypto Price Tracker MCP Server
- Watchlist management: add, remove, and view cryptocurrencies.
- Price tracking via the CoinGecko API.
- Export watchlist and price data to Google Sheets.
- Share Google Sheets with a specified user.
- Analyze performance (highest gain/loss) from sheet data.
- MCP tools and prompt generation for natural language interaction.
Use cases of Crypto Price Tracker MCP Server
- Track cryptocurrency prices of a personalized watchlist.
- Export price data to a Google Sheet for further analysis.
- Analyze daily performance leaders from exported sheet data.
- Manage watchlist through natural language commands in GitHub Copilot.
FAQ from Crypto Price Tracker MCP Server
What prerequisites are required to run Crypto Price Tracker MCP Server?
You need Docker, a Google Cloud project with the Google Sheets API enabled, and a service account JSON key file placed at a known path.
How does the server communicate with MCP clients?
The server communicates over stdio (standard input/output), making it compatible with MCP clients like GitHub Copilot.
Can the server be used without Docker?
The README describes building and running the server exclusively as a Docker container; no alternative installation method is provided.
What Google Sheets functions are available?
You can export watchlist and price data to a new sheet, share the sheet with a specific user, and analyze performance (highest gain and loss) from a sheet using the get_sheet_performance_leaders tool.
What tools does the server expose?
The server exposes tools for watchlist management (get_watchlist, add_to_watchlist, remove_from_watchlist), price fetching (fetch_prices), Google Sheets export/share (export_to_sheets), and performance analysis (get_sheet_performance_leaders), plus prompt-generation helpers.
「金融とコマース」の他のコンテンツ
₿itcoin & Lightning Network MCP Server
AbdelStarkBitcoin & Lightning Network MCP Server.
Octagon: MCP for Market Data
OctagonAIAn MCP server for public & prediction markets research. Ask natural-language questions and get structured, source-backed answers across SEC filings, earnings transcripts, company financials, stock & crypto market data, and prediction markets news & research. Built for investors,
Yahoo Finance MCP Server
Alex2Yang97This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows you to retrieve detailed information about stocks, including historical prices, company information, financial statements, options data, and market news.
kospi-kosdaq-stock-server
dragon1086An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP
AI看线 - A股技术分析与AI预测工具
QuantML-GithubPython-based stock analysis tool that combines traditional technical analysis with AI prediction capabilities. Providing comprehensive stock analysis and forecasting using K-line charts, technical indicators, financial data, and news data. With CMD/WEB/MCP supported.
コメント