TradingView MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| top_gainersB | Return top gainers for an exchange and timeframe using bollinger band analysis. |
| top_losersC | Return top losers for an exchange and timeframe using bollinger band analysis. |
| bollinger_scanB | Scan for coins with low Bollinger Band Width (squeeze detection). |
| rating_filterB | Filter coins by Bollinger Band rating. |
| coin_analysisB | Get detailed analysis for a specific coin on specified exchange and timeframe. |
| consecutive_candles_scanB | Scan for coins with consecutive growing/shrinking candles pattern. |
| advanced_candle_patternC | Advanced candle pattern analysis using multi-timeframe data. |
| volume_breakout_scannerB | Detect coins with volume breakout + price breakout. Args: exchange: Exchange name like KUCOIN, BINANCE, BYBIT, etc. timeframe: One of 5m, 15m, 1h, 4h, 1D, 1W, 1M volume_multiplier: How many times the volume should be above normal level (default 2.0) price_change_min: Minimum price change percentage (default 3.0) limit: Number of rows to return (max 50) |
| volume_confirmation_analysisC | Detailed volume confirmation analysis for a specific coin. Args: symbol: Coin symbol (e.g., BTCUSDT) exchange: Exchange name timeframe: Time frame for analysis |
| smart_volume_scannerB | Smart volume + technical analysis combination scanner. Args: exchange: Exchange name min_volume_ratio: Minimum volume multiplier (default 2.0) min_price_change: Minimum price change percentage (default 2.0) rsi_range: "oversold" (<30), "overbought" (>70), "neutral" (30-70), "any" limit: Number of results (max 30) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| exchanges_list | List available exchanges from coinlist directory. |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/patch-ridermg48/tradingview-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server