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
quote_get ~40

Get real-time quote data for a symbol (price, OHLC, volume)

NameTypeReqDescription
symbolstring–Symbol to quote (blank = current chart symbol)

No output schema declared.

No examples provided.

replay_autoplay ~46

Toggle autoplay in replay mode, optionally set speed

NameTypeReqDescription
speednumber–Autoplay delay in ms (lower = faster). Leave empty to just toggle. (default 0)

No output schema declared.

No examples provided.

replay_start ~44

Start bar replay mode, optionally at a specific date

NameTypeReqDescription
datestring–Date to start replay from (YYYY-MM-DD format). If omitted, selects first available date.

No output schema declared.

No examples provided.

replay_status ~14

Get current replay mode status

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

replay_step ~15

Advance one bar in replay mode

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

replay_stop ~15

Stop replay and return to realtime

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

replay_trade ~40

Execute a trade action in replay mode (buy, sell, or close position)

NameTypeReqDescription
actionstringyesTrade action: buy, sell, or close

No output schema declared.

No examples provided.

session_get ~39

Retrieve a saved session brief. Returns today's if available, otherwise yesterday's.

NameTypeReqDescription
datestring–Date string YYYY-MM-DD. Defaults to today.

No output schema declared.

No examples provided.

session_save ~68

Save today's morning brief to ~/.tradingview-mcp/sessions/YYYY-MM-DD.json for future reference.

NameTypeReqDescription
briefstringyesThe brief text to save (output from morning_brief after Claude applies the rules).
datestring–Date string YYYY-MM-DD. Defaults to today.

No output schema declared.

No examples provided.

symbol_info ~24

Get detailed metadata about the current symbol (name, exchange, type, description)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

symbol_search ~67

Search for symbols by name or keyword

NameTypeReqDescription
querystringyesSearch query (e.g., "AAPL", "crude oil", "ES")
typestring–Filter by type (e.g., "stock", "futures", "crypto", "forex")

No output schema declared.

No examples provided.

tab_close ~14

Close the current chart tab

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tab_list ~16

List all open TradingView chart tabs

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tab_new ~14

Open a new chart tab

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tab_switch ~32

Switch to a chart tab by index

NameTypeReqDescription
indexnumberyesTab index (0-based, from tab_list)

No output schema declared.

No examples provided.

tv_discover ~22

Report which known TradingView API paths are available and their methods

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tv_health_check ~22

Check CDP connection to TradingView and return current chart state

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tv_launch ~69

Launch TradingView Desktop with Chrome DevTools Protocol (remote debugging) enabled. Auto-detects install location on Mac, Windows, and Linux.

NameTypeReqDescription
kill_existingboolean–Kill existing TradingView instances first (default true)
portnumber–CDP port (default 9222)

No output schema declared.

No examples provided.

tv_ui_state ~28

Get current UI state: which panels are open, what buttons are visible/enabled/disabled

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ui_click ~50

Click a UI element by aria-label, data-name, text content, or class substring

NameTypeReqDescription
bystringyesSelector strategy
valuestringyesValue to match against the chosen selector strategy

No output schema declared.

No examples provided.

ui_evaluate ~47

Execute JavaScript code in the TradingView page context for advanced automation

NameTypeReqDescription
expressionstringyesJavaScript expression to evaluate in the page context. Wrap in IIFE for complex logic.

No output schema declared.

No examples provided.

ui_find_element ~59

Find UI elements by text, aria-label, or CSS selector and return their positions

NameTypeReqDescription
querystringyesText content, aria-label value, or CSS selector to search for
strategystring–Search strategy (default: text)

No output schema declared.

No examples provided.

ui_fullscreen ~15

Toggle TradingView fullscreen mode

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ui_hover ~43

Hover over a UI element by aria-label, data-name, or text content

NameTypeReqDescription
bystringyesSelector strategy
valuestringyesValue to match

No output schema declared.

No examples provided.

ui_keyboard ~78

Press keyboard keys or shortcuts (e.g., Enter, Escape, Alt+S, Ctrl+Z)

NameTypeReqDescription
keystringyesKey to press (e.g., "Enter", "Escape", "Tab", "a", "ArrowUp")
modifiersarray–Modifier keys to hold (e.g., ["ctrl", "shift"])

No output schema declared.

No examples provided.

ui_mouse_click ~72

Click at specific x,y coordinates on the TradingView window

NameTypeReqDescription
buttonstring–Mouse button (default left)
double_clickboolean–Double click (default false)
xnumberyesX coordinate (pixels from left)
ynumberyesY coordinate (pixels from top)

No output schema declared.

No examples provided.

ui_open_panel ~52

Open, close, or toggle TradingView panels (pine-editor, strategy-tester, watchlist, alerts, trading)

NameTypeReqDescription
actionstringyesAction to perform
panelstringyesPanel name

No output schema declared.

No examples provided.

ui_scroll ~43

Scroll the chart or page up/down/left/right

NameTypeReqDescription
amountnumber–Scroll amount in pixels (default 300)
directionstringyesScroll direction

No output schema declared.

No examples provided.

ui_type_text ~34

Type text into the currently focused input/textarea element

NameTypeReqDescription
textstringyesText to type into the focused element

No output schema declared.

No examples provided.

watchlist_add ~48

Add a symbol to the TradingView watchlist

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

No output schema declared.

No examples provided.

watchlist_get ~28

Get all symbols from the current TradingView watchlist with last price, change, and change%

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.