Tradingview Mcp Thaqif MCP Server

tradingview-mcp-thaqif npm v2.0.1

Published by tz24cloud — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.

MCP server bridging TradingView Desktop (via Chrome DevTools Protocol) for Pine Script v5/v6 development, FCPO/futures analysis, and Wyckoff multi-timeframe workflows. Improved MIT fork with an expanded rules engine.

Trust grade
A
93/100
Last scanned get badge →
Trust
A · 93/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 93/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 7 = 93. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated
−1 publisher verification (public source) — no provenance, but the source is public and inspectable

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 6

high Shell/command execution in server code (src/core/health.js)MTC-SRC-002

In the server's implementation (`src/core/health.js:6`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: execSync, spawn } from 'child_process'; export async function healthCheck() { await getClient(); const target =

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/core/health.js

medium Hardcoded egress to an external endpoint (src/connection.js)MTC-SRC-003

In the server's implementation (`src/connection.js:72`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: { const resp = await fetch(`http://${CDP_HOST}:${CDP_PORT}/json/list`); const targets = await resp.json(); // P

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/connection.js

medium Hardcoded egress to an external endpoint (src/core/alerts.js)MTC-SRC-003

In the server's implementation (`src/core/alerts.js:78`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: it evaluateAsync(` fetch('https://pricealerts.tradingview.com/list_alerts', { credentials: 'include' }) .the

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/core/alerts.js

medium Hardcoded egress to an external endpoint (src/core/chart.js)MTC-SRC-003

In the server's implementation (`src/core/chart.js:209`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const resp = await fetch(`https://symbol-search.tradingview.com/symbol_search/v3/?${params}`, { headers: { 'Or

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/core/chart.js

medium Hardcoded egress to an external endpoint (src/core/pine.js)MTC-SRC-003

In the server's implementation (`src/core/pine.js:190`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const response = await fetch( 'https://pine-facade.tradingview.com/pine-facade/translate_light?user_name=Guest&pin

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/core/pine.js

medium Hardcoded egress to an external endpoint (src/core/tab.js)MTC-SRC-003

In the server's implementation (`src/core/tab.js:14`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: { const resp = await fetch(`http://${CDP_HOST}:${CDP_PORT}/json/list`); const targets = await resp.json(); co

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/core/tab.js

Tools 81

Each tool and what it can reach — statically extracted from the published source.

  • alert_createno sensitive capability
  • alert_deleteno sensitive capability
  • alert_listno sensitive capability
  • batch_runno sensitive capability
  • capture_screenshotno sensitive capability
  • chart_get_stateno sensitive capability
  • chart_get_visible_rangeno sensitive capability
  • chart_manage_indicatorno sensitive capability
  • chart_scroll_to_dateno sensitive capability
  • chart_set_symbolno sensitive capability
Show 71 more tools ↓
  • chart_set_timeframeno sensitive capability
  • chart_set_typeno sensitive capability
  • chart_set_visible_rangeno sensitive capability
  • data_get_equityno sensitive capability
  • data_get_indicatorno sensitive capability
  • data_get_ohlcvno sensitive capability
  • data_get_pine_boxesno sensitive capability
  • data_get_pine_labelsno sensitive capability
  • data_get_pine_linesno sensitive capability
  • data_get_pine_tablesno sensitive capability
  • data_get_strategy_resultsno sensitive capability
  • data_get_study_valuesno sensitive capability
  • data_get_tradesno sensitive capability
  • depth_getno sensitive capability
  • draw_clearno sensitive capability
  • draw_get_propertiesno sensitive capability
  • draw_listno sensitive capability
  • draw_remove_oneno sensitive capability
  • draw_shapeno sensitive capability
  • indicator_set_inputsno sensitive capability
  • indicator_toggle_visibilityno sensitive capability
  • layout_listno sensitive capability
  • layout_switchno sensitive capability
  • morning_briefno sensitive capability
  • pane_focusno sensitive capability
  • pane_listno sensitive capability
  • pane_set_layoutno sensitive capability
  • pane_set_symbolno sensitive capability
  • pine_analyzeno sensitive capability
  • pine_checkno sensitive capability
  • pine_compileno sensitive capability
  • pine_get_consoleno sensitive capability
  • pine_get_errorsno sensitive capability
  • pine_get_sourceno sensitive capability
  • pine_list_scriptsno sensitive capability
  • pine_newno sensitive capability
  • pine_openno sensitive capability
  • pine_saveno sensitive capability
  • pine_set_sourceno sensitive capability
  • pine_smart_compileno sensitive capability
  • quote_getno sensitive capability
  • replay_autoplayno sensitive capability
  • replay_startno sensitive capability
  • replay_statusno sensitive capability
  • replay_stepno sensitive capability
  • replay_stopno sensitive capability
  • replay_tradeno sensitive capability
  • session_getno sensitive capability
  • session_saveno sensitive capability
  • symbol_infono sensitive capability
  • symbol_searchno sensitive capability
  • tab_closeno sensitive capability
  • tab_listno sensitive capability
  • tab_newno sensitive capability
  • tab_switchno sensitive capability
  • tv_discoverno sensitive capability
  • tv_health_checkno sensitive capability
  • tv_launchno sensitive capability
  • tv_ui_stateno sensitive capability
  • ui_clickno sensitive capability
  • ui_evaluateno sensitive capability
  • ui_find_elementno sensitive capability
  • ui_fullscreenno sensitive capability
  • ui_hoverno sensitive capability
  • ui_keyboardno sensitive capability
  • ui_mouse_clickno sensitive capability
  • ui_open_panelno sensitive capability
  • ui_scrollno sensitive capability
  • ui_type_textno sensitive capability
  • watchlist_addno sensitive capability
  • watchlist_getno sensitive capability

What this scan could not see

Versions 1

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v2.0.1 latest A 93/100 6 1.12.1 2026-07-29

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 93/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/tradingview-mcp-thaqif/badge.svg)](https://mcptrustchecker.com/registry/tradingview-mcp-thaqif)
HTML
<a href="https://mcptrustchecker.com/registry/tradingview-mcp-thaqif"><img src="https://mcptrustchecker.com/registry/tradingview-mcp-thaqif/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/tradingview-mcp-thaqif/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan tradingview-mcp-thaqif --online

Use the free API → How scoring works

More in Finance & Commerce