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

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

NameTypeReqDescription
symbolstringSymbol 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
speednumberAutoplay 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
datestringDate 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
datestringDate 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).
datestringDate 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")
typestringFilter 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_existingbooleanKill existing TradingView instances first (default true)
portnumberCDP 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
strategystringSearch 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")
modifiersarrayModifier 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
buttonstringMouse button (default left)
double_clickbooleanDouble 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
amountnumberScroll 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.