Skip to content

Releases: firyomaefx/tradingview-chrome-mcp

TradingView Chrome MCP v0.9.0

Choose a tag to compare

@firyomaefx firyomaefx released this 28 Jul 12:21

What's new in v0.9.0

This release simplifies the entire system into a minimal, powerful application.

Highlights

  • ~29 core tools (down from ~60). Related actions merged into single tools with action parameters:
    • tv_layout — list / switch / save
    • tv_indicator — add / remove
    • tv_alert_manage — list / create / delete
    • tv_watchlist_sync — read / add symbol
  • Simplified configuration — three clear feature flags:
    • TV_ENABLE_NEWS=1
    • TV_ENABLE_PAPER=1
    • TV_ENABLE_MARKETDATA=1
  • Simplified licensing — Free and Pro functional tiers. Team/Owner currently alias to Pro.
  • New tabbed dashboard — Status, Actions, Approvals, History, Screenshots tabs with one-click read-only shortcuts and toast feedback.
  • Faster status checksping and tradingview-cli status no longer wait for Chrome to launch.
  • Updated docs — README, INSTALL, TOOL_REFERENCE, HOSTED, CHANGELOG, CONTEXT, and PLAN all rewritten for the new surface.

Assets

File What it is How to use it
TradingView-Chrome-MCP-0.9.0-portable.exe Standalone Windows app (no Node.js, no install) Double-click to run. The first launch unpacks itself; MCP tools become available once Chrome is reachable. Size: ~50 MB.
tradingview-chrome-mcp-windows.zip Source/runtime archive For developers or manual Node.js deployment. Extract, run npm install, then npm start.
Windows setup installer TradingView-Chrome-MCP-0.9.0-windows-setup.exe Not produced automatically because Inno Setup is not installed in this build environment. Build locally with npm run build:installer if you need it (requires Inno Setup 6/7).

If you just want the TradingView Chrome MCP function, download TradingView-Chrome-MCP-0.9.0-portable.exe — that is the app. The .zip is the source/runtime package.

Verification

  • TypeScript typecheck: ✅
  • Unit tests: 122/122 passing ✅
  • Smoke test: 29 tools advertised ✅

Security

  • No live trading or broker order execution in any edition.
  • Credentials, cookies, and tokens are never stored or transmitted.
  • Approval gating and emergency stop remain in place.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 15:42

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 15:35