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
maverick-mcp
Personal-use FastMCP server for professional-grade financial data analysis, technical indicators, and portfolio optimization tools integrated with Claude Desktop.
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.
Financial-Modeling-Prep-MCP-Server
Enables AI assistants to fetch and analyze comprehensive financial market data, company fundamentals, and economic indicators from Financial Modeling Prep.