tradingview-mcp

tradingview-mcp is a skill for Claude Code from himself65/finance-skills. It costs 241 tokens per session (2,398 once invoked), scanned A, original, MIT.

A read-only connection to TradingView’s public market-data scanner and Yahoo Finance. It lets a coding agent retrieve prices, technical indicators, market ratings, and related data without the TradingView desktop app or an account.

In plain words
What is it for?
Use it to check quotes, RSI, MACD, Bollinger ratings, BUY/SELL summaries, multiple timeframes, futures, pre-market or after-hours prices, options-chain details, and exchange-wide scans such as volume breakouts.
Why use it?
It removes the need to open charts manually or configure a separate market-data service for basic technical analysis. It does not place trades or change any account.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the finance-data-providers plugin — 6 skills, 1 MCP server shipped together

Good fit Use it to check quotes, RSI, MACD, Bollinger ratings, BUY/SELL summaries, multiple timeframes, futures, pre-market or after-hours prices, options-chain details, and exchange-wide scans such as volume breakouts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/himself65/finance-skills/tradingview-mcp
About the project

Finance Skills is a collection of agent skills for financial analysis and trading, covering activities such as company valuation, earnings research, market analysis, and options calculations. It is for users who want coding agents to perform structured finance workflows, and the catalogue contains its skills, plugins, instructions, and MCP integration.

himself65/finance-skills · 3,302 stars · on GitHub · skills.himself65.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add himself65/finance-skills --skill tradingview-mcp
Clone the repo
git clone --depth 1 https://github.com/himself65/finance-skills

Made for: Claude Code.

Or install finance-data-providers, the plugin that ships this one along with the rest of its 6 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tradingview-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/himself65/finance-skills/tradingview-mcp/github.svg)](https://agentmods.dev/skills/himself65/finance-skills/tradingview-mcp)
Your own site
<a href="https://agentmods.dev/skills/himself65/finance-skills/tradingview-mcp"><img src="https://agentmods.dev/badge/skills/himself65/finance-skills/tradingview-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tradingview-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/himself65/finance-skills/tradingview-mcp"><img src="https://agentmods.dev/badge/skills/himself65/finance-skills/tradingview-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 241 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,398 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00241 $0.02398
Opus 5 $0.00120 $0.01199
Sonnet 5 $0.00048 $0.00480
Haiku 4.5 $0.00024 $0.00240

Measured 10d ago against content hash 4934e8ade07e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

tradingview-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/data-providers/skills/tradingview-mcp/SKILL.md · 138 lines

How it starts

The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.

TradingView MCP (Headless Market Data)

Market data via the bundled tradingview MCP server — TradingView's public scanner API plus Yahoo Finance, spoken over MCP. No TradingView desktop app or account. Most tools need no API key. The server ships with this plugin (.mcp.json) and starts automatically; its 37 tools appear under the plugin's tradingview MCP namespace (load them through the client's deferred-tool mechanism when necessary).

Read-only. Nothing here places trades or mutates any account.

When to use this vs the other data skills

Need Skill
Quotes, TA readout, indicator ratings, multi-timeframe alignment this skill
Exchange-wide scans: squeeze / volume breakout / gainers / losers this skill
Futures (NQ, ES, CL, GC…) overview, movers, category quotes this skill
Pre-market / after-hours price this skill
Options chain quick look (bid/ask/IV/OI, no greeks), unusual activity this skill (fallback / positioning scan)
Options chain with greeks (delta/gamma/theta/vega), IV skew, expiries with contract counts tradingview-reader (desktop app)
Watchlists, alerts, TV news, chart state / screenshots, custom-column screener tradingview-reader (desktop app)

Rule of thumb: this skill first for anything price/TA/scan shaped — it needs zero setup and won't force a CDP relaunch of the user's TradingView app. Drop to tradingview-reader only for greeks or account-bound data (watchlists, alerts, charts).

Step 1: Check requirements

  • uv installed (brew install uv) — the server runs via uvx and self-installs on first launch (give the first call ~30s).
  • Python 3.10–3.13. The pinned upstream currently excludes Python 3.14.
  • Optional: MARKETAUX_API_TOKEN enables market_sentiment, financial_news, and the news legs of combined analysis.

If the MCP tools are missing, ask the user to restart the agent after enabling the plugin. Do not silently replace market data with invented values.

Read the full file on GitHub · 138 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 138 lines · 241 tokens per session scan A 4934e8ade07e

Subscribe to this mod's changes

tradingview-mcp is a skill published in the GitHub repository himself65/finance-skills (3,302 stars, last pushed 13d ago), licensed MIT. It adds 241 tokens to every session and 2,398 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

quotient

Prediction-market intelligence for Polymarket agents. Quotient runs a multi-role AI forecasting pipeline over 1,600+ sources and publishes daily trade signals with side, entry prices, conviction tiers, capacity, and convergence reads. Pull forecasts (with what-changed deltas), recent sources (articles + X posts), the…

BankrBot/skills · 201 tokens

delu-oracle

Full-cognition token analysis for Base EVM tokens via the deluagent oracle. Pass a CA or cashtag, get back a flat decision header (action, conviction, entry/stop/size, read) plus full cognition report. Tiered x402 pricing — 100M+ DELU free, 50M+ 50k DELU, public 250k DELU. Sequential calls only.

BankrBot/skills · 87 tokens

lonestaroracle-data

Live pay-per-call data for crypto and DeFi protocol risk, funding rates, open interest, liquidations, stablecoin health, macro, equities, and on-chain intelligence — settled per query in USDC on Base via x402, no signup or API key.

BankrBot/skills · 58 tokens

backtesting-sim

Backtesting and simulation: vectorized backtesting, paper trading simulation, strategy A/B testing, automated strategy building, natural language to strategy, and trading plan generation. USE FOR: backtest, backtesting, paper trading, simulation, strategy builder, A/B test strategies, natural language strategy…

mahmoud20138/Tradecraft · 118 tokens

cross-asset-relationships

Cross-asset and quantitative analysis: pair correlations, correlation heatmaps, currency strength, cross-timeframe divergence, intermarket analysis, market breadth, carry trades, swap rates, risk premia, and multi-pair baskets. USE FOR: correlation, currency strength, intermarket, market breadth, carry trade, swap…

mahmoud20138/Tradecraft · 85 tokens

freqtrade-bot

Freqtrade — open-source Python crypto trading bot. Backtesting, hyperopt (ML parameter optimization), FreqAI (self-training adaptive strategies), Telegram + WebUI control. Supports Binance, Kraken, Bybit, OKX, Gate.io (spot + futures). SQLite trade h.

mahmoud20138/Tradecraft · 61 tokens