# TradeStation API Configuration
# Get these credentials from your TradeStation developer account
# https://developer.tradestation.com/
TRADESTATION_CLIENT_ID=your_client_id_here
TRADESTATION_CLIENT_SECRET=your_client_secret_here
TRADESTATION_REDIRECT_URI=http://localhost:3000/callback
# TradeStation Tokens
# Refresh token is obtained through the OAuth flow and persists
# Access tokens are generated automatically from the refresh token
TRADESTATION_REFRESH_TOKEN=your_refresh_token_here
# Default Account ID for brokerage operations
# This is used by account-related tools (balances, orders, positions, etc.)
# Get this from the getAccounts tool or your TradeStation account page
TRADESTATION_ACCOUNT_ID=your_account_id_here
# Optional: Set to 'production' for live trading (default: simulation)
# TRADESTATION_ENV=simulation
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/maven81g/tradestation_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server