Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.TZ24cloud/tradingview-mcp-thaqif

NPM · TRADINGVIEW-MCP-THAQIF · SCANNED AUG 3

TradingView Desktop bridge for Pine Script, FCPO futures & Wyckoff multi-timeframe analysis.

+24 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 4214 tokens (~52/item across 81 items; 81 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · tradingview-mcp-thaqif

# add to Claude Code
claude mcp add tz24cloud-tradingview-mcp-thaqif -- npx -y tradingview-mcp-thaqif
# add to Codex CLI
codex mcp add tz24cloud-tradingview-mcp-thaqif -- npx -y tradingview-mcp-thaqif
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tz24cloud-tradingview-mcp-thaqif": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "tradingview-mcp-thaqif"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tz24cloud-tradingview-mcp-thaqif --command npx --arg -y --arg tradingview-mcp-thaqif
# ~/.hermes/config.yaml
mcp_servers:
  tz24cloud-tradingview-mcp-thaqif:
    command: "npx"
    args: ["-y", "tradingview-mcp-thaqif"]
// mcp.json
{
  "mcpServers": {
    "tz24cloud-tradingview-mcp-thaqif": {
      "command": "npx",
      "args": [
        "-y",
        "tradingview-mcp-thaqif"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +48
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 98 packages

98 packages in the resolved dependency tree · 98 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 81 exposed · ~3,604 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
alert_create ~64

Create a price alert via the TradingView alert dialog

NameTypeReqDescription
conditionstringyesAlert condition (e.g., "crossing", "greater_than", "less_than")
messagestringAlert message
pricenumberyesPrice level for the alert

No output schema declared.

No examples provided.

alert_delete ~29

Delete all alerts or open context menu for deletion

NameTypeReqDescription
delete_allbooleanDelete all alerts

No output schema declared.

No examples provided.

alert_list ~12

List active alerts

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

batch_run ~131

Run an action across multiple symbols and/or timeframes

NameTypeReqDescription
actionstringyesAction to run: screenshot, get_ohlcv, get_strategy_results
delay_msnumberDelay between iterations in ms (default 2000)
ohlcv_countnumberBar count for get_ohlcv action (default 100)
symbolsarrayyesArray of symbols to iterate (e.g., ["BTCUSD", "ETHUSD", "AAPL"])
timeframesarrayArray of timeframes (e.g., ["D", "60", "15"])

No output schema declared.

No examples provided.

capture_screenshot ~81

Take a screenshot of the TradingView chart

NameTypeReqDescription
filenamestringCustom filename (without extension)
methodstringCapture method: cdp (Page.captureScreenshot) or api (chartWidgetCollection.takeScreenshot) (default cdp)
regionstringRegion to capture: full, chart, strategy_tester (default full)

No output schema declared.

No examples provided.

chart_get_state ~23

Get current chart state (symbol, timeframe, chart type, indicators)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

chart_get_visible_range ~26

Get the visible date range (unix timestamps) and bars range on the chart

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

chart_manage_indicator ~125

Add or remove an indicator/study on the chart

NameTypeReqDescription
actionstringyesAction: add or remove
entity_idstringEntity ID to remove (from chart_get_state). Required for remove.
indicatorstringyesFull indicator name: "Relative Strength Index", "MACD", "Volume", "Moving Average", "Bollinger Bands", "Moving Average Exponential". Short names like RSI/EMA do NOT work.
inputsstringJSON string of input overrides for the indicator (e.g., '{"length": 20}')

No output schema declared.

No examples provided.

chart_scroll_to_date ~49

Jump the chart view to center on a specific date

NameTypeReqDescription
datestringyesISO date string (e.g., "2024-01-15") or unix timestamp as a string

No output schema declared.

No examples provided.

chart_set_symbol ~43

Change the chart symbol

NameTypeReqDescription
symbolstringyesSymbol to set (e.g., BTCUSD, AAPL, ES1!, NYMEX:CL1!)

No output schema declared.

No examples provided.

chart_set_timeframe ~47

Change the chart timeframe/resolution

NameTypeReqDescription
timeframestringyesTimeframe (e.g., 1, 5, 15, 60, D, W, M)

No output schema declared.

No examples provided.

chart_set_type ~80

Change chart type

NameTypeReqDescription
chart_typestringyesChart type: Bars(0), Candles(1), Line(2), Area(3), Renko(4), Kagi(5), PointAndFigure(6), LineBreak(7), HeikinAshi(8), HollowCandles(9) — pass name or number

No output schema declared.

No examples provided.

chart_set_visible_range ~52

Zoom the chart to a specific date range (unix timestamps)

NameTypeReqDescription
fromnumberyesStart of range (unix timestamp in seconds)
tonumberyesEnd of range (unix timestamp in seconds)

No output schema declared.

No examples provided.

data_get_equity ~18

Get equity curve data from Strategy Tester

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

data_get_indicator ~34

Get indicator/study info and input values

NameTypeReqDescription
entity_idstringyesStudy entity ID (from chart_get_state)

No output schema declared.

No examples provided.

data_get_ohlcv ~88

Get OHLCV bar data from the chart. Use summary=true for compact stats instead of all bars (saves context).

NameTypeReqDescription
countnumberNumber of bars to retrieve (max 500, default 100)
summarybooleanReturn summary stats (high, low, open, close, avg volume, range) instead of all bars — much smaller output

No output schema declared.

No examples provided.

data_get_pine_boxes ~87

Read box/zone boundaries drawn by Pine Script indicators (box.new). Returns deduplicated {high, low} price zones. Use study_filter to target a specific indicator.

NameTypeReqDescription
study_filterstringSubstring to match study name. Omit for all.
verbosebooleanReturn all boxes with IDs and coordinates (default false — returns unique price zones)

No output schema declared.

No examples provided.

data_get_pine_labels ~106

Read text labels drawn by Pine Script indicators (label.new). Returns text and price pairs. Use study_filter to target a specific indicator.

NameTypeReqDescription
max_labelsnumberMax labels per study (default 50). Set higher if you need all.
study_filterstringSubstring to match study name. Omit for all.
verbosebooleanReturn raw label data with IDs, colors, positions (default false — returns only text + price)

No output schema declared.

No examples provided.

data_get_pine_lines ~97

Read horizontal price levels drawn by Pine Script indicators (line.new). Returns deduplicated price levels per study. Use study_filter to target a specific indicator.

NameTypeReqDescription
study_filterstringSubstring to match study name (e.g., "Profiler", "NY Levels"). Omit for all.
verbosebooleanReturn raw line data with IDs, coordinates, colors (default false — returns only unique price levels)

No output schema declared.

No examples provided.

data_get_pine_tables ~58

Read table data drawn by Pine Script indicators (table.new). Returns formatted text rows per table. Use study_filter to target a specific indicator.

NameTypeReqDescription
study_filterstringSubstring to match study name. Omit for all.

No output schema declared.

No examples provided.

data_get_strategy_results ~18

Get strategy performance metrics from Strategy Tester

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

data_get_study_values ~43

Get current indicator values from the data window for all visible studies (RSI, MACD, Bollinger Bands, EMAs, custom indicators with plot()).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

data_get_trades ~30

Get trade list from Strategy Tester

NameTypeReqDescription
max_tradesnumberMaximum trades to return

No output schema declared.

No examples provided.

depth_get ~23

Get order book / DOM (Depth of Market) data from the chart

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

draw_clear ~15

Remove all drawings from the chart

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

draw_get_properties ~35

Get properties and points of a specific drawing

NameTypeReqDescription
entity_idstringyesEntity ID of the drawing (from draw_list)

No output schema declared.

No examples provided.

draw_list ~18

List all shapes/drawings on the chart

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

draw_remove_one ~36

Remove a specific drawing by entity ID

NameTypeReqDescription
entity_idstringyesEntity ID of the drawing to remove (from draw_list)

No output schema declared.

No examples provided.

draw_shape ~116

Draw a shape/line on the chart

NameTypeReqDescription
overridesstringJSON string of style overrides (e.g., '{"linecolor": "#ff0000", "linewidth": 2}')
pointobjectyes{ time: unix_timestamp, price: number }
point2objectSecond point for two-point shapes (trend_line, rectangle)
shapestringyesShape type: horizontal_line, vertical_line, trend_line, rectangle, text
textstringText content for text shapes

No output schema declared.

No examples provided.

indicator_set_inputs ~82

Change indicator/study input values (e.g., length, source, period)

NameTypeReqDescription
entity_idstringyesEntity ID of the study (from chart_get_state)
inputsstringyesJSON string of input overrides, e.g. '{"length": 50, "source": "close"}'. Keys are input IDs, values are the new values.

No output schema declared.

No examples provided.

indicator_toggle_visibility ~52

Show or hide an indicator/study on the chart

NameTypeReqDescription
entity_idstringyesEntity ID of the study (from chart_get_state)
visiblebooleanyestrue to show, false to hide

No output schema declared.

No examples provided.

layout_list ~13

List saved chart layouts

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

layout_switch ~35

Switch to a saved chart layout by name or ID

NameTypeReqDescription
namestringyesName or ID of the layout to switch to

No output schema declared.

No examples provided.

morning_brief ~71

Scan your watchlist, read all indicator values, and return structured data for a session brief. Reads rules.json for your bias criteria and watchlist. Claude applies the rules to generate your daily bias.

NameTypeReqDescription
rules_pathstringOptional path to rules.json. Defaults to rules.json in the project root.

No output schema declared.

No examples provided.

pane_focus ~35

Focus a specific chart pane by index (0-based)

NameTypeReqDescription
indexnumberyesPane index (0-based, from pane_list)

No output schema declared.

No examples provided.

pane_list ~23

List all chart panes in the current layout with their symbols and active state

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pane_set_layout ~107

Change the chart grid layout (e.g., single, 2x2, 2h, 3v)

NameTypeReqDescription
layoutstringyesLayout code: s (single), 2h, 2v, 2-1, 1-2, 3h, 3v, 4 (2x2), 6, 8. Also accepts: single, 2x1, 1x2, 2x2, quad

No output schema declared.

No examples provided.

pane_set_symbol ~54

Set the symbol on a specific pane by index

NameTypeReqDescription
indexnumberyesPane index (0-based)
symbolstringyesSymbol to set (e.g., NQ1!, ES1!, AAPL)

No output schema declared.

No examples provided.

pine_analyze ~65

Run static analysis on Pine Script code WITHOUT compiling — catches array out-of-bounds, unguarded array.first()/last(), bad loop bounds, and implicit bool casts. Works offline, no TradingView connection needed.

NameTypeReqDescription
sourcestringyesPine Script source code to analyze

No output schema declared.

No examples provided.

pine_check ~54

Compile Pine Script via TradingView's server API without needing the chart open. Returns compilation errors/warnings. Useful for validating code before injecting into the chart.

NameTypeReqDescription
sourcestringyesPine Script source code to compile/validate

No output schema declared.

No examples provided.

pine_compile ~19

Compile / add the current Pine Script to the chart

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pine_get_console ~24

Read Pine Script console/log output (compile messages, log.info(), errors)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pine_get_errors ~18

Get Pine Script compilation errors from Monaco markers

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pine_get_source ~19

Get current Pine Script source code from the editor

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pine_list_scripts ~14

List saved Pine Scripts

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pine_new ~27

Create a new blank Pine Script

NameTypeReqDescription
typestringyesType of script to create

No output schema declared.

No examples provided.

pine_open ~35

Open a saved Pine Script by name

NameTypeReqDescription
namestringyesName of the saved script to open (case-insensitive match)

No output schema declared.

No examples provided.

pine_save ~18

Save the current Pine Script (Ctrl+S)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pine_set_source ~31

Set Pine Script source code in the editor

NameTypeReqDescription
sourcestringyesPine Script source code to inject

No output schema declared.

No examples provided.

pine_smart_compile ~26

Intelligent compile: detects button, compiles, checks errors, reports study changes

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.