TradingView MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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. |
| volume_confirmation_analysisC | Detailed volume confirmation analysis for a specific coin. |
| smart_volume_scannerB | Smart volume + technical analysis combination scanner. |
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. |
TDQS
Scored across 10 tools
Most tools have distinct purposes focused on different technical analysis patterns (candle patterns, Bollinger Bands, volume analysis, gainers/losers), but some overlap exists between 'smart_volume_scanner' and 'volume_breakout_scanner' as both combine volume and price analysis. The descriptions clarify differences, but an agent might need to carefully choose between them.
Tool names consistently use snake_case and descriptive verb_noun patterns (e.g., 'advanced_candle_pattern', 'bollinger_scan'), with minor deviations like 'coin_analysis' (noun_noun) and 'rating_filter' (noun_verb). The naming is highly readable and follows a clear convention throughout.
With 10 tools, the count is well-scoped for a TradingView server covering various technical analysis scans and detailed analyses. Each tool serves a specific purpose in market scanning and coin evaluation, making the set comprehensive without being overwhelming.
The toolset provides strong coverage for scanning and analyzing cryptocurrency markets, including pattern detection, volume analysis, and rating filters. A minor gap is the lack of tools for managing alerts or backtesting strategies, but core analysis workflows are well-supported.