Back to Home
riddhigupta135 icon

Agentic-AI-Stock-Trading-System

Verified Safe

by riddhigupta135

Overview

Autonomous stock trading system utilizing multiple AI agents and specialized MCP servers for real-time market analysis, news sentiment, risk management, and simulated trade execution.

Installation

Run Command
python main.py

Environment Variables

  • OPENAI_API_KEY
  • POLYGON_API_KEY
  • BRAVE_API_KEY
  • PUSHOVER_USER_KEY
  • PUSHOVER_API_TOKEN

Security Notes

API keys are properly managed via environment variables ('.env') to prevent hardcoding. Standard network calls (requests library with HTTPS and timeouts) are used for external services. No 'eval', 'exec', 'pickle', `os.system` or direct shell command injection points were found. LLM output parsing with `json.loads` is safer than `eval` but relies on LLM integrity and robust downstream handling of potential non-JSON output or unexpected structures.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens700
Stars0
Forks0
Last Update2026-01-18

Tags

Agentic AIStock TradingMulti-Agent SystemLLMReal-time DataGradio