TradingView MCP (rkilchmn/tradingview-control-mcp) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 81 tools. No publisher has claimed this listing.

C
Caution
74/100

TradingView MCP

Enables reading charts, running morning briefs, developing Pine Scripts, and automating workflows on TradingView Desktop via Chrome DevTools Protocol.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

rkilchmn

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Tests do not pass
Either the test suite is broken or the code regressed. Either way the published behaviour can’t be verified by the publisher’s own tests.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// tools this server exposes81 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

alert_create

Create a price alert via the TradingView alert dialog

alert_list

List active alerts

alert_delete

Delete all alerts or open context menu for deletion

batch_run

Run an action across multiple symbols and/or timeframes

capture_screenshot

Take a screenshot of the TradingView chart

chart_get_state

Get current chart state (symbol, timeframe, chart type, indicators)

chart_set_symbol

Change the chart symbol

chart_set_timeframe

Change the chart timeframe/resolution

chart_set_type

Change chart type

chart_manage_indicator

Add or remove an indicator/study on the chart

chart_get_visible_range

Get the visible date range (unix timestamps) and bars range on the chart

chart_set_visible_range

Zoom the chart to a specific date range (unix timestamps)

chart_scroll_to_date

Jump the chart view to center on a specific date

symbol_info

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

symbol_search

Search for symbols by name or keyword

data_get_ohlcv

Get OHLCV bar data from the chart. Use summary=true for compact stats instead of all bars (saves context).

data_get_indicator

Get indicator/study info and input values

data_get_strategy_results

Get strategy performance metrics from Strategy Tester

data_get_trades

Get trade list from Strategy Tester

data_get_equity

Get equity curve data from Strategy Tester

quote_get

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

depth_get

Get order book / DOM (Depth of Market) data from the chart

data_get_pine_lines

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.

data_get_pine_labels

Read text labels drawn by Pine Script indicators (label.new). Returns text and price pairs. Use study_filter to target a specific indicator.

data_get_pine_tables

Read table data drawn by Pine Script indicators (table.new). Returns formatted text rows per table. Use study_filter to target a specific indicator.

data_get_pine_boxes

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.

data_get_study_values

Get current indicator values from the data window for all visible studies (RSI, MACD, Bollinger Bands, EMAs, custom indicators with plot()).

draw_shape

Draw a shape/line on the chart

draw_list

List all shapes/drawings on the chart

draw_clear

Remove all drawings from the chart

draw_remove_one

Remove a specific drawing by entity ID

draw_get_properties

Get properties and points of a specific drawing

tv_health_check

Check CDP connection to TradingView and return current chart state

tv_discover

Report which known TradingView API paths are available and their methods

tv_ui_state

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

tv_launch

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

indicator_set_inputs

Change indicator/study input values (e.g., length, source, period)

indicator_toggle_visibility

Show or hide an indicator/study on the chart

morning_brief

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.

session_save

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

session_get

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

pane_list

List all chart panes in the current layout with their symbols and active state

pane_set_layout

Change the chart grid layout (e.g., single, 2x2, 2h, 3v)

pane_focus

Focus a specific chart pane by index (0-based)

pane_set_symbol

Set the symbol on a specific pane by index

pine_get_source

Get current Pine Script source code from the editor

pine_set_source

Set Pine Script source code in the editor

pine_compile

Compile / add the current Pine Script to the chart

pine_get_errors

Get Pine Script compilation errors from Monaco markers

pine_save

Save the current Pine Script (Ctrl+S)

pine_get_console

Read Pine Script console/log output (compile messages, log.info(), errors)

pine_smart_compile

Intelligent compile: detects button, compiles, checks errors, reports study changes

pine_new

Create a new blank Pine Script

pine_open

Open a saved Pine Script by name

pine_list_scripts

List saved Pine Scripts

pine_analyze

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.

pine_check

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.

replay_start

Start bar replay mode, optionally at a specific date

replay_step

Advance one bar in replay mode

replay_autoplay

Toggle autoplay in replay mode, optionally set speed

replay_stop

Stop replay and return to realtime

replay_trade

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

replay_status

Get current replay mode status

tab_list

List all open TradingView chart tabs

tab_new

Open a new chart tab

tab_close

Close the current chart tab

tab_switch

Switch to a chart tab by index

ui_click

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

ui_open_panel

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

ui_fullscreen

Toggle TradingView fullscreen mode

layout_list

List saved chart layouts

layout_switch

Switch to a saved chart layout by name or ID

ui_keyboard

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

ui_type_text

Type text into the currently focused input/textarea element

ui_hover

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

ui_scroll

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

ui_mouse_click

Click at specific x,y coordinates on the TradingView window

ui_find_element

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

ui_evaluate

Execute JavaScript code in the TradingView page context for advanced automation

watchlist_get

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

watchlist_add

Add a symbol to the TradingView watchlist

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configHOST
configPROGRAMFILES
configPROGRAMFILES(X86)
configTRANSPORTTransport: MCP over stdio (default), SSE (=sse), or Streamable HTTP (TRANSPORT=streamable-http)
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

81/81 tools missing one or more hints — alert_create (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); alert_list (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); alert_delete (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +78 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

78/81 tool handlers declare input schemas (96%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tests pass

npm test failed — tests do not pass

Make sure npm test runs cleanly. Common cause: missing build step or missing env vars.

Shell command execution

4 calls in production code run through a shell (src/core/health.js:195, src/core/health.js:202, src/core/health.js:216)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/rkilchmn/tradingview-control-mcp?variant=verified)](https://m8ven.ai/mcp/rkilchmn/tradingview-control-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: b09980e72c2d7e94642ca21575568027f24900d2
code hash: d428f4adf157aed97a919471456a9b551c0551975a97e1edeffa7f458f6f9950
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client