Skip to main content
Glama
Ham12-3

tradinview-mcp

by Ham12-3

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENABLE_BINANCENoSet to 'true' to enable Binance providerfalse
WATCHLIST_PATHNoPath to watchlist JSON file/tmp/watchlist.json
BINANCE_BASE_URLNoBinance API base URLhttps://data-api.binance.vision
DEFAULT_PROVIDERNoDefault provider (mock, binance, etc.)mock
REQUIRE_REAL_PROVIDERNoSet to 'true' to require real provider, prevent accidental mockfalse

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_symbolsC

Search configured market data providers for matching symbols.

get_quoteC

Get a normalized latest quote for a symbol from a configured provider.

get_ohlcvC

Get normalized historical OHLCV bars for a symbol.

calculate_indicatorsB

Calculate SMA, EMA, RSI, MACD, and Bollinger Bands from OHLCV bars.

render_chart_htmlC

Render safe local HTML using TradingView Lightweight Charts and caller-provided data.

get_watchlistB

Read the saved local watchlist.

add_to_watchlistC

Add or update a symbol in the saved local watchlist.

remove_from_watchlistB

Remove a symbol from the saved local watchlist.

verify_providerC

Perform a quote and OHLCV smoke check against a configured provider.

Prompts

Interactive templates invoked by user choice

NameDescription
analyse_symbolGuide analysis of a single market symbol using provider-backed data.
compare_assetsGuide side-by-side market research comparison for multiple symbols.
build_watchlistGuide creation or refinement of a research watchlist.

Resources

Contextual data attached and managed by the client

NameDescription
market-data-schemaNormalized JSON shapes returned by this MCP server.
provider-statusConfigured market data providers and their capabilities.
compliance-notesAllowed and prohibited behavior for this market research MCP server.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ham12-3/tradinview-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server