The MCP Chart Server generates customizable TradingView charts via Chart-IMG API with real-time updates through Server-Sent Events (SSE). With this server, you can:
Generate various chart types (candlestick, line, area, Heikin Ashi, baseline, hi-lo) with customizable parameters
Track chart generation progress in real-time via SSE
Check status of specific chart generation requests
Retrieve lists of available trading symbols
View history of recent chart generation requests
Perform health checks to verify server and API configuration
Customize charts with annotations, themes, timezones, and technical indicators
Choose from multiple time intervals (1 minute to 1 month)
Access a built-in web interface for API testing, SSE monitoring, and chart preview
Interact with the server using the Model Context Protocol over STDIO or HTTP
Supports Apple Inc. (NASDAQ:AAPL) stock data visualization as one of the available trading symbols.
Supports Binance cryptocurrency trading pairs (e.g., BINANCE:BTCUSDT) for chart generation using the TradingView format.
Supports Bitcoin trading pairs for chart visualization when using appropriate exchange prefixes.
Uses .env files for configuration management, particularly for storing the Chart-IMG API key.
Supports Git for version control and initial project setup through cloning.
Provides specific configuration paths for Claude Desktop on macOS systems.
Utilizes npm for package management and running scripts within the server environment.
Supports Tesla Inc. (NYSE:TSLA) stock data visualization as one of the available trading symbols.
Generates TradingView chart visualizations with customizable parameters like chart types (candlestick, line, area, bar, Heikin Ashi), technical indicators (moving averages, oscillators, Bollinger Bands), and symbol formats.