tradepilot-mcp-serverAdvance2.0
Verified Safeby 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
uvicorn main:app --host 0.0.0.0 --port 10000Environment 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
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.
stock-mcp
Provides AI Agents with professional-grade stock market analysis capabilities by bridging large language models with real-time financial data.
mcp-server
The Finmap MCP Server provides comprehensive historical financial market data for various stock exchanges, offering tools to list exchanges, sectors, tickers, retrieve market overviews, stock data, and company profiles.