agent-trading-platform
Verified Safeby jonathanjacka
Overview
An autonomous AI-powered stock trading platform featuring multiple AI agents with distinct trading strategies for researching markets, making trading decisions, and learning from experiences.
Installation
npm run build && npm startEnvironment Variables
- OPENAI_API_KEY
- POLY_API_KEY
- BRAVE_API_KEY
- API_SECRET
- PUSHOVER_USER
- PUSHOVER_TOKEN
- LANGFUSE_PUBLIC_KEY
- LANGFUSE_SECRET_KEY
- DEFAULT_MODEL
- NODE_ENV
- CLIENT_URL
- ENABLE_SCHEDULER
- TRADING_SCHEDULE
- INTRADAY_SCHEDULE
- SCHEDULER_TIMEZONE
- ENABLE_INTRADAY
- ENABLE_STREAMING
Security Notes
The application uses environment variables for all API keys and secrets, which is good practice. API key authentication is implemented for protected endpoints, and rate limiting is in place for expensive operations like AI trades. Global error handling suppresses detailed stack traces in production. A critical security note is that API_SECRET authentication is disabled if the environment variable is not configured, which could lead to unprotected endpoints in a production environment if overlooked.
Similar Servers
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via Claude Desktop.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
stock-mcp
Provides AI Agents with professional-grade stock market analysis capabilities by bridging large language models with real-time financial data.
trade-it-mcp
Enables natural-language interaction with stock, crypto, and options brokerages for trading, portfolio queries, and market insights.