🌈 通过模型上下文协议(MCP)提供实时的比特币价格预测信号
CryptoWeather MCP 服务器提供了来自 CryptoWeather AI 系统的实时比特币价格预测信号。您可以直接在 Claude 对话中获取每小时更新的交易信号、性能指标以及由 AI 驱动的市场洞察。
{
"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() - 查看 AI 性能统计get_signal_history() - 了解信号方法论
{
"Clear": {
"Clarity": "74%",
"backtest": "24,510%",
"pos": "hold",
"profit": "538%",
"sig": "C",
"signal": "Cloudy ☁️"
},
"version": "2.0"
}
⚠️ 重要:CryptoWeather 预测仅供信息参考。这不是财务建议。在做出交易决策前,请务必自行研究并考虑您的风险承受能力。过去的表现并不能保证未来的结果。
MIT 许可证 - 详情见 LICENSE 文件。
python main.py --debug
由 CryptoWeather 团队制作 ❤️