Skip to main content
Glama
gagahkharismanuary

tradingview-mcp-codex

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
tvx_health_checkB

Check TradingView CDP connection and current chart state

tvx_launchA

Launch TradingView Desktop with remote debugging enabled

tvx_chart_stateA

Get current chart symbol, timeframe, and type

tvx_set_symbolC

Set TradingView chart symbol

tvx_set_timeframeC

Set TradingView chart timeframe

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: launch, health check, get chart state, set symbol, set timeframe. No overlap or ambiguity.

Naming Consistency4/5

All tools use the 'tvx_' prefix, but the pattern varies: 'tvx_launch' is just a verb, while others combine verb+noun or are noun phrases. Still mostly predictable.

Tool Count5/5

Five tools is well-scoped for a TradingView chart control MCP server. Each tool serves a core function without redundancy.

Completeness4/5

Covers essential chart operations (launch, health check, get/set symbol and timeframe). Minor gaps like indicator manipulation or data retrieval, but core workflow is complete.

Maintenance

ActivityInactive
ResponsivenessNo issues