Skip to main content
Glama
.env.example1.14 kB
# ============================================== # 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 # IMPORTANT: Never share these keys or commit them to git ALPACA_API_KEY= ALPACA_SECRET_KEY= # ---------------- # Future API Keys (Currently Not Used) # ---------------- # Alpha Vantage - For additional market data # ALPHA_VANTAGE_KEY= # FRED (Federal Reserve Economic Data) - For economic indicators # FRED_API_KEY= # Polygon.io - For real-time market data # POLYGON_API_KEY= # ---------------- # Configuration (Advanced) # ---------------- # Override default initial capital for paper trading (default: 100000) # INITIAL_CAPITAL=100000 # Override default backtest start date (default: 2020-01-01) # DEFAULT_BACKTEST_START=2020-01-01

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/N-lia/MonteWalk'

If you have feedback or need assistance with the MCP directory API, please join our Discord server