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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- 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 64 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add tz24cloud-tradingview-mcp-thaqif -- npx -y tradingview-mcp-thaqif
codex mcp add tz24cloud-tradingview-mcp-thaqif -- npx -y tradingview-mcp-thaqif
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"tz24cloud-tradingview-mcp-thaqif": {
"type": "local",
"command": [
"npx",
"-y",
"tradingview-mcp-thaqif"
],
"enabled": true
}
}
} openclaw mcp add tz24cloud-tradingview-mcp-thaqif --command npx --arg -y --arg tradingview-mcp-thaqif
mcp_servers:
tz24cloud-tradingview-mcp-thaqif:
command: "npx"
args: ["-y", "tradingview-mcp-thaqif"] {
"mcpServers": {
"tz24cloud-tradingview-mcp-thaqif": {
"command": "npx",
"args": [
"-y",
"tradingview-mcp-thaqif"
]
}
}
} 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.
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.
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.
quote_get ~40
Get real-time quote data for a symbol (price, OHLC, volume)
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| speed | number | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | 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)
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Trade 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.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| brief | string | yes | The brief text to save (output from morning_brief after Claude applies the rules). |
| date | string | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query (e.g., "AAPL", "crude oil", "ES") |
| type | string | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| index | number | yes | Tab 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.
| Name | Type | Req | Description |
|---|---|---|---|
| kill_existing | boolean | — | Kill existing TradingView instances first (default true) |
| port | number | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| by | string | yes | Selector strategy |
| value | string | yes | Value 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
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | JavaScript 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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Text content, aria-label value, or CSS selector to search for |
| strategy | string | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| by | string | yes | Selector strategy |
| value | string | yes | Value 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)
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | Key to press (e.g., "Enter", "Escape", "Tab", "a", "ArrowUp") |
| modifiers | array | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| button | string | — | Mouse button (default left) |
| double_click | boolean | — | Double click (default false) |
| x | number | yes | X coordinate (pixels from left) |
| y | number | yes | Y 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)
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Action to perform |
| panel | string | yes | Panel name |
No output schema declared.
No examples provided.
ui_scroll ~43
Scroll the chart or page up/down/left/right
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | — | Scroll amount in pixels (default 300) |
| direction | string | yes | Scroll direction |
No output schema declared.
No examples provided.
ui_type_text ~34
Type text into the currently focused input/textarea element
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | Text to type into the focused element |
No output schema declared.
No examples provided.
watchlist_add ~48
Add a symbol to the TradingView watchlist
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Symbol 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.