Provides real-time cryptocurrency market data through CoinGecko API for accessing prices, market information, historical...
Created byApr 23, 2025
Crypto Trader MCP Tool for Claude Desktop
An MCP (Model Context Protocol) tool that provides cryptocurrency market data using the CoinGecko API, specifically designed for Claude Desktop.
Tutorial
For a detailed guide on setting up and using this tool, check out our Medium tutorial:
[Tutorial: Using Claude Desktop with Crypto Trader MCP Tool to Get Real-Time Cryptocurrency Data](https://medium.com/@saintdoresh/tutorial-using-claude-desktop-with-crypto-trader-mcp-tool-to-get-real-time-cryptocurrency-data-4df25ecede33)
Features
Real-time cryptocurrency price data
Detailed market information for cryptocurrencies
Historical price charts
Cryptocurrency search functionality
Trending cryptocurrencies tracking
Global market statistics
Setup
Ensure you have Python 3.10 or higher installed
Install dependencies:
Integration with Claude Desktop
Configure your MCP settings in Claude Desktop by adding the following to your MCP configuration:
Replace the path with the full path to your main.py file
Run the server using:
Keep the server running while using Claude Desktop
Available Tools
1. get_crypto_price
Get real-time cryptocurrency price information:
2. get_crypto_market_data
Get detailed market information for a cryptocurrency:
3. get_crypto_historical_data
Get historical price data for a cryptocurrency:
4. search_crypto
Search for cryptocurrencies:
5. get_trending_crypto
Get trending cryptocurrencies:
6. get_global_crypto_data
Get global cryptocurrency market data:
Sample Queries
You can ask Claude Desktop questions like:
"What's the current price of Bitcoin?"
"Show me detailed market data for Ethereum"
"What's the price history of Dogecoin for the last 30 days?"
"Search for cryptocurrencies related to 'sol'"
"Which cryptocurrencies are trending today?"
"What's the total cryptocurrency market capitalization right now?"
Error Handling
All tools include proper error handling and will return an error message if something goes wrong:
Troubleshooting
If the MCP server is not working in Claude Desktop:
Make sure the server is running - you should see output when you start the script
Verify the path in your settings is correct and absolute
Make sure Python 3.10+ is in your system PATH
Check that all dependencies are installed
Try restarting Claude Desktop
Check logs for any error messages
Rate Limits
This tool uses the free CoinGecko API which has rate limits. Please be aware that very frequent requests may be throttled by the API.