CryptoWeather AI比特币信号借助模型上下文协议(MCP),利用人工智能技术为您提供比特币价格预测信号,助力您把握市场动态,做出更明智的交易决策。
CryptoWeather MCP服务器可从CryptoWeather AI系统提供实时的比特币价格预测信号。您可以在Claude对话中直接获取每小时更新的交易信号、性能指标和人工智能驱动的市场洞察。
将以下内容添加到您的Claude桌面MCP配置中:
{
"mcpServers": {
"cryptoweather": {
"command": "python",
"args": ["/path/to/cryptoweather/main.py"]
}
}
}
从源代码安装:
git clone https://github.com/2051project/cryptoweather.git
cd cryptoweather
pip install -e .
安装完成后,您可以在Claude对话中使用以下工具:
get_bitcoin_signal() - 获取当前比特币预测信号。get_trading_recommendation() - 获取详细的交易建议。get_performance_metrics() - 查看人工智能性能统计数据。get_signal_history() - 了解信号方法。{
"Clear": {
"Clarity": "74%",
"backtest": "24,510%",
"pos": "hold",
"profit": "538%",
"sig": "C",
"signal": "Cloudy ☁️"
},
"version": "2.0"
}
⚠️ 重要提示
CryptoWeather的预测仅用于信息参考,并非金融建议。在做出交易决策之前,请务必自行进行研究,并考虑您的风险承受能力。过去的表现并不保证未来的结果。
python main.py --debug
由CryptoWeather团队用心打造 ❤️