Spaces:
Sleeping
Sleeping
| # ============================================== | |
| # QuantAgent MCP Server - Environment Variables | |
| # ============================================== | |
| # ---------------- | |
| # Optional API Keys | |
| # ---------------- | |
| # NewsAPI.org - For enhanced financial news coverage | |
| # Free tier: 70,000 requests/month | |
| # Get your key at: https://newsapi.org/register | |
| NEWSAPI_KEY= | |
| # Alpaca Paper Trading - For real broker execution | |
| # Sign up (FREE) at: https://alpaca.markets | |
| # Generate paper trading keys from your dashboard | |
| ALPACA_API_KEY= | |
| ALPACA_SECRET_KEY= | |
| # Modal FinBERT Sentiment Analysis - GPU-powered sentiment scoring | |
| # The deployed endpoint for FinBERT on Modal Labs | |
| # This provides superior sentiment analysis compared to TextBlob | |
| MODAL_ENDPOINT_URL=https://mariocaleb124--montewalk-sentiment-sentimentmodel-predict.modal.run | |