Skip to main content
Glama

TradingView MCP Server

volume_breakout_scanner

Identify cryptocurrency trading opportunities by detecting assets with significant volume spikes and price movements across major exchanges and timeframes.

Instructions

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)

Input Schema

NameRequiredDescriptionDefault
exchangeNoKUCOIN
limitNo
price_change_minNo
timeframeNo15m
volume_multiplierNo

Input Schema (JSON Schema)

{ "properties": { "exchange": { "default": "KUCOIN", "title": "Exchange", "type": "string" }, "limit": { "default": 25, "title": "Limit", "type": "integer" }, "price_change_min": { "default": 3, "title": "Price Change Min", "type": "number" }, "timeframe": { "default": "15m", "title": "Timeframe", "type": "string" }, "volume_multiplier": { "default": 2, "title": "Volume Multiplier", "type": "number" } }, "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