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.
npx skills add rkilchmn/tradingview-analytics-mcp --skill tradingview-mcpgit clone --depth 1 https://github.com/rkilchmn/tradingview-analytics-mcpWrote 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.
[](https://agentmods.dev/skills/rkilchmn/tradingview-analytics-mcp/tradingview-mcp)<a href="https://agentmods.dev/skills/rkilchmn/tradingview-analytics-mcp/tradingview-mcp"><img src="https://agentmods.dev/badge/skills/rkilchmn/tradingview-analytics-mcp/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.
<a href="https://agentmods.dev/skills/rkilchmn/tradingview-analytics-mcp/tradingview-mcp"><img src="https://agentmods.dev/badge/skills/rkilchmn/tradingview-analytics-mcp/tradingview-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00061 | $0.00903 |
| Opus 5 | $0.00030 | $0.00451 |
| Sonnet 5 | $0.00012 | $0.00181 |
| Haiku 4.5 | $0.00006 | $0.00090 |
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.
How it starts
The opening of the file, as written. The whole thing — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TradingView MCP
Multi-market screener backed by TradingView. Supports crypto (KuCoin, Binance, Bybit, MEXC...), stocks (EGX, BIST, NASDAQ, NYSE, HKEX, SSE, SZSE, TWSE, TPEX...), and futures (CME, COMEX, NYMEX, CBOT — equity index, energy, metals, agriculture, rates, forex, crypto).
Exchange conventions
tradingview_coin_analysis,tradingview_multi_timeframe_analysis,tradingview_fibonacci_retracement: bare ticker +exchangeparam (e.g.GDX+AMEX,AAPL+NASDAQ).tradingview_stock_prices:EXCHANGE:TICKERformat (e.g.NASDAQ:AAPL).- GDX trades on AMEX. If unsure which exchange lists a symbol, read the
exchanges://listresource. tradingview_coin_analysisworks for stocks despite the "coin" name.
Common workflows
Context gathering (parallel calls)
tradingview_yahoo_price(symbol)— spot (Yahoo symbols:AAPL,BTC-USD,^GSPC)tradingview_coin_analysis(symbol, exchange, timeframe="1D")— SMA20/50/200, EMA, RSI, MACD,support_resistance(pivot, R1-R3, S1-S3), trend statetradingview_coin_analysis(symbol, exchange, timeframe="4h")— finer structuretradingview_multi_timeframe_analysis(symbol, exchange)— weekly vs daily alignmenttradingview_combined_analysis— TA + sentiment + news in one call (sentiment may be unconfigured)
Fibonacci
tradingview_fibonacci_retracement(symbol, exchange, lookback, timeframe) — exchange-agnostic. lookback: 1M, 3M, 6M, 52W (default), ALL. Falls back to pivot R3/S3 as the swing when screener columns are unavailable — state which swing was used.
Manual fallback: swing low/high from support_resistance + price_data in the analysis calls; levels = high - ratio * (high - low) for 0.236 / 0.382 / 0.5 / 0.618 / 0.786. Report which technical levels confluence with each fib.
Options chain (TradingView)
tradingview_stock_options_chain(symbol, expiry?) — no expiry returns the nearest + available_expiries. Returns strike, last_price, bid, ask, volume, open_interest, implied_volatility, in_the_money — no delta (compute it, or use IBKR MCP greeks).
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.
- 10d ago First seen · 47 lines · 61 tokens per session scan A 1d7750c4e162
tradingview-mcp is a skill published in the GitHub repository rkilchmn/tradingview-analytics-mcp (1 stars, last pushed 19d ago), licensed MIT. It adds 61 tokens to every session and 903 once invoked, about $0.0003 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-31.
Other skills, from other repositories
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.
trading-risk-gate
Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.
furusato
A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.