tradepilot-mcp-server
Verified Safeby Sakhir786
Overview
Provides advanced 18-layer trading intelligence for autonomous options trading, integrating real-time market data with technical and options analysis.
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
- TRADEPILOT_SLACK_WEBHOOK
- TRADEPILOT_TELEGRAM_TOKEN
- TRADEPILOT_TELEGRAM_CHAT_ID
Security Notes
The server correctly uses environment variables for API keys and sensitive information, which is a strong security practice. The README also advises against committing .env files. It performs network requests to external APIs (Polygon.io, Discord, Slack, Telegram) as part of its core functionality, which are inherent network risks typical of such services. No 'eval' or obvious malicious patterns were detected in the provided code snippets.
Similar Servers
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.
crypto-indicators-mcp
Provides an MCP server with over 50 cryptocurrency technical analysis indicators and strategies to empower AI trading agents in analyzing market trends and developing quantitative strategies.
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.