Skip to main content
Glama

TradeStation MCP Server

by maven81g
.gitignore1.11 kB
# Environment variables and secrets .env .env.local .env.*.local .env.production .env.development .env.test *.env # API keys and credentials **/credentials.json **/secrets.json **/secrets.yaml **/secrets.yml *.secret *.secrets config/secrets.* .secrets/ # Private keys and certificates *.key *.pem *.p12 *.pfx *.cer *.crt *.der id_rsa id_dsa id_ecdsa id_ed25519 *.keystore *.jks # Cloud provider credentials .aws/ .azure/ .gcloud/ gcloud-service-key.json serviceAccountKey.json # Authentication tokens .token *.token auth.json token.txt # Dependencies node_modules/ # Build output build/ dist/ # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # OS files .DS_Store Thumbs.db # IDE .vscode/ .idea/ *.swp *.swo *~ # TypeScript *.tsbuildinfo # Testing coverage/ .nyc_output/ # Temporary files *.tmp .cache/ # Database files *.db *.sqlite *.sqlite3 *.db-shm *.db-wal # Password and sensitive data files passwords.txt *.password .htpasswd .netrc # Backup files that may contain sensitive data *.backup *.bak *.old *.orig # Session files .session *.session

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