2051project/cryptoweather
If you are the rightful owner of cryptoweather and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
CryptoWeather MCP Server provides AI-powered Bitcoin price prediction signals through the Model Context Protocol (MCP).
get_bitcoin_signal
Get current Bitcoin prediction signal.
get_trading_recommendation
Get detailed trading advice.
get_performance_metrics
View AI performance statistics.
get_signal_history
Learn about signal methodology.
CryptoWeather MCP Server
🌈 AI-powered Bitcoin price prediction signals through Model Context Protocol (MCP)
Overview
CryptoWeather MCP Server provides real-time Bitcoin price prediction signals from the CryptoWeather AI system. Get hourly updated trading signals, performance metrics, and AI-driven market insights directly in your Claude conversations.
Features
- Real-time Bitcoin Signals: Get current AI predictions for Bitcoin price movements
- Trading Recommendations: Receive detailed buy/sell/hold recommendations
- Performance Metrics: Access historical backtest results and current profit metrics
- Signal Analysis: Understand signal clarity and confidence levels
- Hourly Updates: Fresh predictions updated every hour
Installation
For Claude Desktop Users
- Add to your Claude Desktop MCP configuration:
{
"mcpServers": {
"cryptoweather": {
"command": "python",
"args": ["/path/to/cryptoweather/main.py"]
}
}
}
For Developers
Install from source:
git clone https://github.com/2051project/cryptoweather.git
cd cryptoweather
pip install -e .
Usage
Once installed, you can use the following tools in your Claude conversations:
Available Tools
get_bitcoin_signal()
- Get current Bitcoin prediction signalget_trading_recommendation()
- Get detailed trading adviceget_performance_metrics()
- View AI performance statisticsget_signal_history()
- Learn about signal methodology
Example Usage
Signal Types
- Sunny ☀️: Strong directional signal with high confidence
- Cloudy ☁️: Mixed or uncertain market conditions
Position Types
- Buy: AI predicts price increase
- Sell: AI predicts price decrease
- Hold: AI suggests maintaining current position
API Information
- Update Frequency: Every hour
- Response Format: JSON with signal, clarity, position, and profit data
Example Response
{
"Clear": {
"Clarity": "74%",
"backtest": "24,510%",
"pos": "hold",
"profit": "538%",
"sig": "C",
"signal": "Cloudy ☁️"
},
"version": "2.0"
}
Disclaimer
⚠️ Important: CryptoWeather predictions are for informational purposes only. This is not financial advice. Always do your own research and consider your risk tolerance before making trading decisions. Past performance does not guarantee future results.
Support
- Website: https://cryptoweather.xyz
- Issues: GitHub Issues
License
MIT License - see file for details.
Development
Running in Debug Mode
python main.py --debug
Requirements
- Python 3.10+
- fastmcp >= 0.1.0
- requests >= 2.28.0
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests if applicable
- Submit a pull request
Made with ❤️ by the CryptoWeather Team