trade_detail
Verified Safeby vikkysarswat
Overview
Display real-time stock prices and market index data as interactive widgets within ChatGPT.
Installation
uvicorn server.main:app --host 0.0.0.0 --port $PORTEnvironment Variables
- BASE_URL
- STOCK_API_KEY (optional)
Security Notes
The server uses `CORSMiddleware` with `allow_origins=["*"]`, which permits requests from any origin. While common for public APIs, for enhanced security, it is generally recommended to restrict this to known domains if possible. No direct 'eval' or hardcoded secrets were identified. The `BASE_URL` environment variable is critical for correct widget rendering in deployment and must be configured securely.
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.
trade-it-mcp
Enables natural-language interaction with stock, crypto, and options brokerages for trading, portfolio queries, and market insights.
Equity-Traders
An AI-powered trading assistant designed for market analysis, automated trade execution, and financial decision support.
tradepilot-mcp-server
Provides advanced 18-layer trading intelligence for autonomous options trading, integrating real-time market data with technical and options analysis.