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.
Server Config
{
"mcpServers": {
"cryptoweather": {
"command": "uv",
"args": [
"run",
"--with",
"git+https://github.com/2051project/cryptoweather.git",
"python",
"-c",
"import main; main.main()"
]
}
}
}