tradingview-quantitative
Installation
SKILL.md
Quantitative Investment Analysis Expert
Professional quantitative investment analysis system based on TradingView MCP tools providing insights and decision recommendations.
Hosted MCP (25 tradingview_* tools): add https://mcp.tradingviewapi.com/mcp with "type": "http" and sign in with Console. Older clients may use "type": "streamable-http". JWT fallback: POST /api/mcp/generate, then copy exampleConfig. RapidAPI without Console OAuth: local npx -y @ivotoby/openapi-mcp-server (OpenAPI tools, not hosted tradingview_*).
Core Rules
Metadata First Principle
Before calling tradingview_get_leaderboard, you must first call tradingview_get_metadata to get parameter values:
type='markets'→ Getmarket_code(required for stock leaderboard)type='tabs'+asset_type→ Get availabletabvaluestype='columnsets'→ Get availablecolumnsetvalues
Read references/api-documentation.md for the complete metadata dictionary (market codes, tabs, columnsets, and exchanges).