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

io.github.TZ24cloud/tradingview-mcp-thaqif

NPM · TRADINGVIEW-MCP-THAQIF · SCANNED SEP 25

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

0 this week 75 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 99 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 117 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability74
  • AI-judged instruction clarity (good).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 Management87
  • Stability observed for 26 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
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "draw_clear" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 82 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.TZ24cloud/tradingview-mcp-thaqif server?

io.github.TZ24cloud/tradingview-mcp-thaqif runs locally as an npm package, launched with npx -y tradingview-mcp-thaqif. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · tradingview-mcp-thaqif

# add to Claude Code
claude mcp add tz24cloud-tradingview-mcp-thaqif -- npx -y tradingview-mcp-thaqif
// .cursor/mcp.json
{
  "mcpServers": {
    "tz24cloud-tradingview-mcp-thaqif": {
      "command": "npx",
      "args": [
        "-y",
        "tradingview-mcp-thaqif"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "tz24cloud-tradingview-mcp-thaqif": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "tz24cloud-tradingview-mcp-thaqif": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "tradingview-mcp-thaqif"
      ]
    }
  }
}
# add to Vellum
assistant mcp add tz24cloud-tradingview-mcp-thaqif -t stdio -c npx -a -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.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 23 Sept 26 0
    • Stability: 0.97 → pass security
  • 22 Sept 26 +1

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

  • 20 Sept 26 +1

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

  • 18 Sept 26 +1

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

  • 16 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
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 25 Sept 2026 · Analysed npm/tradingview-mcp-thaqif@2.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 99 packages
Packages resolved 99
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
alert_create ~64

Create a price alert via the TradingView alert dialog

NameTypeReqDescription
conditionstringyesAlert condition (e.g., "crossing", "greater_than", "less_than")
messagestring–Alert 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_allboolean–Delete 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_msnumber–Delay between iterations in ms (default 2000)
ohlcv_countnumber–Bar count for get_ohlcv action (default 100)
symbolsarrayyesArray of symbols to iterate (e.g., ["BTCUSD", "ETHUSD", "AAPL"])
timeframesarray–Array 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
filenamestring–Custom filename (without extension)
methodstring–Capture method: cdp (Page.captureScreenshot) or api (chartWidgetCollection.takeScreenshot) (default cdp)
regionstring–Region 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_idstring–Entity 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.
inputsstring–JSON 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
countnumber–Number of bars to retrieve (max 500, default 100)
summaryboolean–Return 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_filterstring–Substring to match study name. Omit for all.
verboseboolean–Return 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_labelsnumber–Max labels per study (default 50). Set higher if you need all.
study_filterstring–Substring to match study name. Omit for all.
verboseboolean–Return 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_filterstring–Substring to match study name (e.g., "Profiler", "NY Levels"). Omit for all.
verboseboolean–Return 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_filterstring–Substring 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_tradesnumber–Maximum 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
overridesstring–JSON string of style overrides (e.g., '{"linecolor": "#ff0000", "linewidth": 2}')
pointobjectyes{ time: unix_timestamp, price: number }
point2object–Second point for two-point shapes (trend_line, rectangle)
shapestringyesShape type: horizontal_line, vertical_line, trend_line, rectangle, text
textstring–Text 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_pathstring–Optional 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.

Common questions

What is the io.github.TZ24cloud/tradingview-mcp-thaqif server?

io.github.TZ24cloud/tradingview-mcp-thaqif is listed in the public MCP registry as io.github.TZ24cloud/tradingview-mcp-thaqif. TradingView Desktop bridge for Pine Script, FCPO futures & Wyckoff multi-timeframe analysis. This page covers its npm package (tradingview-mcp-thaqif).

Is the io.github.TZ24cloud/tradingview-mcp-thaqif server safe to use?

io.github.TZ24cloud/tradingview-mcp-thaqif scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.TZ24cloud/tradingview-mcp-thaqif server expose?

io.github.TZ24cloud/tradingview-mcp-thaqif exposes 81 tools: tv_health_check, tv_discover, tv_ui_state, tv_launch, chart_get_state, and 76 more. Their descriptions and schemas cost roughly 3,604 tokens of context every time the server is loaded.

Is the io.github.TZ24cloud/tradingview-mcp-thaqif server still maintained?

io.github.TZ24cloud/tradingview-mcp-thaqif is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.TZ24cloud/tradingview-mcp-thaqif server under?

io.github.TZ24cloud/tradingview-mcp-thaqif declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.