Back to Home
Sakhir786 icon

tradepilot-mcp-serverAdvance2.0

Verified Safe

by Sakhir786

Overview

An advanced server for autonomous options trading intelligence that processes real-time market data through 18 specialized analytical layers to provide actionable trading signals and AI-ready outputs.

Installation

Run Command
uvicorn main:app --host 0.0.0.0 --port 10000

Environment Variables

  • POLYGON_API_KEY
  • TRADEPILOT_PRODUCTION_PATH
  • TRADEPILOT_LAYERS_PATH
  • TRADEPILOT_PORTFOLIO_VALUE
  • TRADEPILOT_DISCORD_WEBHOOK

Security Notes

The application uses environment variables for sensitive data (API keys, paths), which is good practice. However, it dynamically modifies `sys.path` using environment variables (`TRADEPILOT_LAYERS_PATH`, `TRADEPILOT_PRODUCTION_PATH`). While defaults are provided, if these variables are compromised or incorrectly set in a custom deployment, it could potentially allow the loading of malicious modules from arbitrary locations. No direct `eval`, `exec`, or obvious shell injection vulnerabilities were found in the exposed API routes. Network requests to Polygon.io are for legitimate data fetching.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-04

Tags

Options TradingMarket DataTechnical AnalysisAI CopilotFastAPI