Equity-Traders
Verified Safeby ibuuzm
Overview
An AI-powered trading assistant designed for market analysis, automated trade execution, and financial decision support.
Installation
python trading_floor.pyEnvironment Variables
- POLYGON_API_KEY
- POLYGON_PLAN
- DEEPSEEK_API_KEY
- GOOGLE_API_KEY
- GROK_API_KEY
- OPENROUTER_API_KEY
- BRAVE_API_KEY
- PUSHOVER_USER
- PUSHOVER_TOKEN
- RUN_EVERY_N_MINUTES
- RUN_EVEN_WHEN_MARKET_IS_CLOSED
- USE_MANY_MODELS
Security Notes
The system processes sensitive financial transactions (buying/selling shares) through AI agents interacting with MCP tools. API keys for various LLM providers, market data (Polygon), Brave Search, and push notifications (Pushover) are correctly loaded from environment variables, preventing hardcoding. SQL database interactions use parameterized queries. However, the reliance on external `uvx` and `npx` commands to run third-party MCP servers (e.g., `mcp_polygon`, `@modelcontextprotocol/server-brave-search`, `mcp-memory-libsql`) introduces supply chain risks if these external packages are compromised. The core risk lies in the autonomous nature of AI agents making real-time financial decisions.
Similar Servers
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via Claude Desktop.
Financial-Modeling-Prep-MCP-Server
Enables AI assistants to access and analyze comprehensive financial data, stock information, company fundamentals, and market insights from Financial Modeling Prep.
mcp-metatrader5-server
Allows AI assistants to control MetaTrader 5 terminal for trading operations and market data analysis.