tradingview-finance MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_symbolsA | Search for symbols, indicators, assets, or indices on TradingView. Use this tool to find tickers, symbols, or economic/FRED data when you don't know the exact prefix or symbol name (e.g., when searching for "US GDP", "US CPI", "interest rate"). Returned Fields:Each result contains:
|
| get_symbol_profileA | Get rich metadata and company profile details for a TradingView symbol. Returns details like Sector, Industry, CEO name, CUSIP, ISIN, website URL, founded year, location, employee count, market cap, P/E ratio, dividend yield, EPS, all-time high/low, and whether it has corporate bonds. |
| get_quoteA | Get the real-time quote, price details, and official logo URL for a TradingView symbol. Use this tool to fetch the current market price, daily change, volume, bid/ask, and the logo path of any asset (stocks, index, crypto, forex, bonds, futures). |
| get_historyA | Get historical candlestick/OHLCV (Open, High, Low, Close, Volume) chart data for a TradingView symbol. Resolution Options:
Adjustment Options:
|
| get_newsA | Get recent news articles and optional full text markdown for a TradingView symbol. Context Window Safety (Lazy Loading):
|
| get_options_chainA | Get grouped call and put options contract chain for a stock or index underlying symbol. Returns a list of paired call/put contracts grouped by strike price, sorted from lowest to highest strike. Expiration and Root Defaults:
|
| search_screener_columnsA | Search for available TradingView screener indicator or metric column IDs by keyword. Use this tool to dynamically discover the exact case-sensitive column IDs (like 'dividends_yield', 'total_revenue_fy', 'RSI') before passing them to query_screener. |
| query_screenerA | Query the TradingView Stock, Crypto, or Forex Screener. This tool allows scanning across markets or fetching technical analysis indicators (like RSI, MACD, Moving Averages) and recommendations for specific symbols. |
| get_bondsA | Get the list of bonds issued by a public corporate company. Only works for stocks that have issued debt/bonds (e.g. "NASDAQ:AAPL", "NYSE:MSFT"). |
| get_etfsA | Get the list of Exchange-Traded Funds (ETFs) that hold the specified stock. |
| get_documentsA | Get public corporate report documents, SEC filings (10-K, 10-Q, 8-K), and earnings call transcripts. |
| get_holdingsA | Get the list of constituent assets, weight percentages, and values held inside an ETF. |
| get_ideasB | Get TradingView community ideas, social market analyses, and directional outlooks for a symbol. |
| get_financials_overviewA | Get the financial statement overview and business/regional segment revenue breakdown for a stock. Returns a unified summary of the Income Statement, Balance Sheet, Cash Flow, statistical ratios, historical dividend records, EPS/revenue earnings estimates, and revenue broken down by business line and geographic region. |
| get_forecastA | Get analyst target prices (low, high, average) and recommendation counts (buy, hold, sell) for a stock. |
| get_technicalsB | Get technical analysis indicators, moving averages, oscillators, and pivot point values for a symbol. |
| get_economic_calendarB | Get global macro economic calendar events from TradingView. |
| get_earnings_calendarB | Get global corporate earnings release events, actual/estimate EPS, and revenue surprises. |
| get_dividends_calendarB | Get global stock dividend ex-dates, payout payment dates, and dividend amounts. |
| get_ipo_calendarA | Get upcoming global stock Initial Public Offering (IPO) dates, prices, and status. |
| get_revenue_calendarB | Get global corporate revenue release events, estimate revenue, and surprise statistics. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 21 tools
Most tools have distinct purposes, like get_bonds vs get_etfs vs get_options_chain. However, get_financials_overview overlaps with get_dividends_calendar and get_forecast on some data, which could cause minor confusion. Overall, descriptions help differentiate.
The majority use 'get_<noun>' pattern, but query_screener, search_screener_columns, and search_symbols break this pattern with different verbs. The inconsistency makes it harder for an agent to predict tool names.
21 tools is somewhat high for a finance data server, but each covers a specific aspect (bonds, dividends, earnings, etc.), making the set comprehensive. A few tools could be merged (e.g., revenue and earnings calendars), but overall it's reasonable.
The server covers a wide range of financial data: quotes, history, fundamentals, calendars, options, news, and screener. Missing some advanced features like insider trading or SEC filings details, but for a general finance API, it's quite complete.