Skip to main content
Glama

TradingView MCP Server

smart_volume_scanner

Scan cryptocurrency markets for assets with significant volume spikes and technical analysis conditions to identify potential trading opportunities based on volume ratios, price changes, and RSI levels.

Instructions

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)

Input Schema

NameRequiredDescriptionDefault
exchangeNoKUCOIN
limitNo
min_price_changeNo
min_volume_ratioNo
rsi_rangeNoany

Input Schema (JSON Schema)

{ "properties": { "exchange": { "default": "KUCOIN", "title": "Exchange", "type": "string" }, "limit": { "default": 20, "title": "Limit", "type": "integer" }, "min_price_change": { "default": 2, "title": "Min Price Change", "type": "number" }, "min_volume_ratio": { "default": 2, "title": "Min Volume Ratio", "type": "number" }, "rsi_range": { "default": "any", "title": "Rsi Range", "type": "string" } }, "type": "object" }

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