tradingview-desktop-mcp (Unjoselo/tradingview-desktop-mcp) is an MCP server listed on the M8ven Trust Index. It scores 73 out of 100, grade C. It declares 22 tools. No publisher has claimed this listing.
Controls the TradingView Desktop app via MCP, allowing AI agents to manage charts, indicators, Pine Script strategies, and optionally mirrors signals to MetaTrader 5 for automated trading.
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
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
Unjoselo
Source: Glama
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.
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.
tv_statusTradingView status: app running, CDP connected, current symbol and timeframe.
tv_launchLaunch TradingView Desktop with the CDP debugging port. No-op if already running with CDP.
tv_screenshotCapture the current TradingView chart. Returns the PNG image plus the path of a copy saved to the temp dir (for clients that don't render MCP images).
tv_get_chartActive chart info: symbol, resolution, type, visible range, timezone and studies.
tv_set_symbolChange the active chart symbol. E.g. 'OANDA:XAUUSD', 'BINANCE:BTCUSDT', 'NASDAQ:AAPL'.
tv_set_resolutionChange the chart timeframe. Values: '1','5','15','30','60','240','1D','1W','1M'.
tv_list_studiesList the indicators/strategies loaded on the active chart (id + name).
tv_add_studyAdd an indicator to the chart by name. E.g. 'RSI', 'MACD', 'Bollinger Bands'.
tv_remove_studyRemove a study from the chart by its id (see tv_list_studies).
tv_strategy_reportStrategy Tester report for the active strategy (performance, trades, etc.). Requires a strategy to be selected in the Strategy Tester panel.
tv_pine_open_editorOpen the Pine Editor panel.
tv_pine_set_scriptWrite Pine Script code into the editor (replaces current content). Then use tv_pine_add_to_chart to compile and add it to the chart.
tv_pine_add_to_chartCompile the Pine Editor script and add it to the chart. update_existing=True updates the already-added script instead of duplicating it. NOTE: TradingView's free (Basic) plan limits indicators per chart; when the limit is hit a 'gopro' popup appears and the script is NOT added (reported by this tool…
tv_close_popupsClose open TradingView dialogs/popups (e.g. 'gopro' plan-limit promos).
tv_eval_jsEvaluate arbitrary JavaScript in the TradingView chart page (escape hatch). Useful objects: TradingViewApi, TradingViewApi.activeChart(), TradingViewApi.activeChart().chartModel().dataSources(). Use await_promise=true if the expression returns a Promise.
mt5_statusMT5 terminal and account status: server, login, demo/real, balance, equity, margin.
mt5_symbol_infoQuote and contract details for a symbol (bid/ask, spread, contract size, lot limits).
mt5_candlesLast N OHLCV candles for a symbol. timeframe: M1,M5,M15,M30,H1,H4,D1,W1,MN1. The LAST candle is still forming — do not treat it as closed.
mt5_positionsOpen positions, optionally filtered by symbol and/or magic number (0 = no filter).
mt5_order_openOpen a market position. direction: 'LONG' or 'SHORT'. sl/tp are absolute prices (0 = none). DEMO-ONLY unless the server was started with MT5_ALLOW_REAL=1.
mt5_closeClose positions: a specific ticket, or all matching symbol and/or magic filters. At least one filter is required (refuses to blindly close everything). DEMO-ONLY unless the server was started with MT5_ALLOW_REAL=1.
mt5_historyClosed deals from the last N days, optionally filtered by symbol/magic. Returns entry/exit pairs with realized P&L.
TV_CDP_PORTEnvironment variables: (default 9222), TV_EXE_PATH (default: auto-discover Store/installer paths).TV_EXE_PATHEnvironment variables: TV_CDP_PORT (default 9222), (default: auto-discover Store/installer paths).MT5_TERMINAL_PATHEnvironment variables: (default: auto-detect), MT5_ALLOW_REAL=1 to enable trading tools on real accounts (off by default, on purpose).MT5_ALLOW_REALEnvironment variables: MT5_TERMINAL_PATH (default: auto-detect), =1 to enable trading tools on real accounts (off by default, on purpose).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
22/22 tools missing one or more hints — tv_status (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); tv_launch (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); tv_screenshot (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +19 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.
Descriptions match behaviour
1 tool describes read intent but its handler mutates — tv_list_studies (line 274: return _ok(client.eval("TradingViewApi.activeChart().getAllStudies()")))
Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.
Tool test coverage
Only 5/22 tools referenced in tests (23%)
Write tests that reference each tool by name so every tool has at least one test.
Tool description accuracy
tv_list_studies: description implies read-only but handler writes/deletes/executes
Update tool descriptions to accurately reflect all capabilities — especially write, delete, or execute operations.
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.
[](https://m8ven.ai/mcp/unjoselo/tradingview-desktop-mcp)?variant=verified from the URL.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