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.
alert_create ~64
Create a price alert via the TradingView alert dialog
| Name | Type | Req | Description |
|---|---|---|---|
| condition | string | yes | Alert condition (e.g., "crossing", "greater_than", "less_than") |
| message | string | — | Alert message |
| price | number | yes | Price level for the alert |
No output schema declared.
No examples provided.
alert_delete ~29
Delete all alerts or open context menu for deletion
| Name | Type | Req | Description |
|---|---|---|---|
| delete_all | boolean | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Action to run: screenshot, get_ohlcv, get_strategy_results |
| delay_ms | number | — | Delay between iterations in ms (default 2000) |
| ohlcv_count | number | — | Bar count for get_ohlcv action (default 100) |
| symbols | array | yes | Array of symbols to iterate (e.g., ["BTCUSD", "ETHUSD", "AAPL"]) |
| timeframes | array | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| filename | string | — | Custom filename (without extension) |
| method | string | — | Capture method: cdp (Page.captureScreenshot) or api (chartWidgetCollection.takeScreenshot) (default cdp) |
| region | string | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Action: add or remove |
| entity_id | string | — | Entity ID to remove (from chart_get_state). Required for remove. |
| indicator | string | yes | Full indicator name: "Relative Strength Index", "MACD", "Volume", "Moving Average", "Bollinger Bands", "Moving Average Exponential". Short names like RSI/EMA do NOT work. |
| inputs | string | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | yes | ISO 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
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Symbol 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
| Name | Type | Req | Description |
|---|---|---|---|
| timeframe | string | yes | Timeframe (e.g., 1, 5, 15, 60, D, W, M) |
No output schema declared.
No examples provided.
chart_set_type ~80
Change chart type
| Name | Type | Req | Description |
|---|---|---|---|
| chart_type | string | yes | Chart 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)
| Name | Type | Req | Description |
|---|---|---|---|
| from | number | yes | Start of range (unix timestamp in seconds) |
| to | number | yes | End 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
| Name | Type | Req | Description |
|---|---|---|---|
| entity_id | string | yes | Study 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).
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | — | Number of bars to retrieve (max 500, default 100) |
| summary | boolean | — | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| study_filter | string | — | Substring to match study name. Omit for all. |
| verbose | boolean | — | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| max_labels | number | — | Max labels per study (default 50). Set higher if you need all. |
| study_filter | string | — | Substring to match study name. Omit for all. |
| verbose | boolean | — | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| study_filter | string | — | Substring to match study name (e.g., "Profiler", "NY Levels"). Omit for all. |
| verbose | boolean | — | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| study_filter | string | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| max_trades | number | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| entity_id | string | yes | Entity 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
| Name | Type | Req | Description |
|---|---|---|---|
| entity_id | string | yes | Entity 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
| Name | Type | Req | Description |
|---|---|---|---|
| overrides | string | — | JSON string of style overrides (e.g., '{"linecolor": "#ff0000", "linewidth": 2}') |
| point | object | yes | { time: unix_timestamp, price: number } |
| point2 | object | — | Second point for two-point shapes (trend_line, rectangle) |
| shape | string | yes | Shape type: horizontal_line, vertical_line, trend_line, rectangle, text |
| text | string | — | 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)
| Name | Type | Req | Description |
|---|---|---|---|
| entity_id | string | yes | Entity ID of the study (from chart_get_state) |
| inputs | string | yes | JSON 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
| Name | Type | Req | Description |
|---|---|---|---|
| entity_id | string | yes | Entity ID of the study (from chart_get_state) |
| visible | boolean | yes | true 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
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Name 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.
| Name | Type | Req | Description |
|---|---|---|---|
| rules_path | string | — | 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)
| Name | Type | Req | Description |
|---|---|---|---|
| index | number | yes | Pane 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)
| Name | Type | Req | Description |
|---|---|---|---|
| layout | string | yes | Layout 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
| Name | Type | Req | Description |
|---|---|---|---|
| index | number | yes | Pane index (0-based) |
| symbol | string | yes | Symbol 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.
| Name | Type | Req | Description |
|---|---|---|---|
| source | string | yes | Pine 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.
| Name | Type | Req | Description |
|---|---|---|---|
| source | string | yes | Pine 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
| Name | Type | Req | Description |
|---|---|---|---|
| type | string | yes | Type of script to create |
No output schema declared.
No examples provided.
pine_open ~35
Open a saved Pine Script by name
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Name 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
| Name | Type | Req | Description |
|---|---|---|---|
| source | string | yes | Pine 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.