Catalog
io.github.danielrz/investbuddy
OfficialLSTM stock predictions with +15.92% alpha over S&P 500. 10-day forecasts & portfolio analysis.
LSTM-based stock price forecasting with 10-day predictions and portfolio analysis tools.
README not available yet.
Install
Configuration
Environment variables
INVESTBUDDY_API_KEYrequiredsecretYour InvestBuddy API key (get free key at https://www.investbuddy.ai)
claude_desktop_config.json
{
"mcpServers": {
"investbuddy": {
"command": "npx",
"args": [
"-y",
"investbuddy-mcp-server@1.2.1"
],
"env": {
"INVESTBUDDY_API_KEY": "<YOUR_INVESTBUDDY_API_KEY>"
}
}
}
}