Files
schwab-mcp-custom/.env.example
b3nw 299b1bbc5e
Some checks failed
Build and Push Docker Image / build (push) Failing after 48s
Initial commit: Hybrid MCP Light setup for Schwab
2026-04-24 01:31:55 +00:00

17 lines
575 B
Plaintext

# Schwab API Credentials (required)
# Get these from https://developer.schwab.com after app approval
SCHWAB_API_KEY=your_app_key
SCHWAB_APP_SECRET=your_app_secret
SCHWAB_CALLBACK_URL=https://127.0.0.1:8182
SCHWAB_TOKEN_PATH=/data/token.json
# Trading Permissions (optional)
# ALLOW_TRADING must be "true" to enable any write operations
# TRADING_ACCOUNTS: comma-separated account hashes, or "ALL"
# If ALLOW_TRADING=true but TRADING_ACCOUNTS is empty, no accounts can trade (safe default)
ALLOW_TRADING=false
TRADING_ACCOUNTS=
# Server Configuration (optional)
# PORT=8000