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 fetch and analyze comprehensive financial market data, company fundamentals, and economic indicators from Financial Modeling Prep.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
tradepilot-mcp-server
Provides advanced 18-layer trading intelligence for autonomous options trading, integrating real-time market data with technical and options analysis.
mcp-server
Provides a flexible time acquisition service for AI applications, offering current time, timestamps, time range processing, timezone handling, relative time calculations, and complete time information via a streamable HTTP API.