We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ohenak/etrade-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•523 B
# E*TRADE API Credentials
# Get these from https://developer.etrade.com
ETRADE_CONSUMER_KEY=your_consumer_key_here
ETRADE_CONSUMER_SECRET=your_consumer_secret_here
# Environment (sandbox or production)
ETRADE_ENVIRONMENT=sandbox
# Logging
ETRADE_LOG_LEVEL=INFO
ETRADE_LOG_FILE=etrade_mcp.log
# Token Storage
ETRADE_TOKEN_FILE_PATH=.etrade_tokens.enc
# Optional: Encryption key for token storage
# If not set, a temporary key will be generated (not recommended for production)
# ETRADE_TOKEN_KEY=your_generated_key_here