# Copy this file to scripts/mcp/.env and replace the placeholder values. # The real .env file is ignored by git. ALPACA_API_KEY=your_alpaca_api_key ALPACA_SECRET_KEY=your_alpaca_secret_key # Optional: set to true for paper trading if supported by the installed server version. # Use false only with live-trading API keys. ALPACA_PAPER_TRADE=true