BACK TO CLAUDE SKILLS
◈
mcp_scan_watchlist
MCP IntegrationMCPScanner
INSTALLATION
$python -c "exec(open('mcp_scan_watchlist.py').read())"
#or paste directly into your Claude Code terminal
[ ABOUT ]
Retrieves the full TradingView watchlist via MCP, then iterates over each symbol — setting the chart, reading candle data, and running Claude analysis in sequence. Returns a list of analysis results aligned to the watchlist order.
This is the top-level orchestration function for a full-market scan. In production, wrap it with `run_batch_analysis` to parallelize across multiple chart windows, or run it serially when only one TradingView instance is available. Combined with `mcp_export_to_db`, the result feeds directly into the Supabase dashboard.
[ USAGE EXAMPLE ]
[ FULL CODE ]
[ METADATA ]
CategoryMCP Integration
ComplexityIntermediate
LanguagePython 3.10+
TagsMCP, Scanner
[ ASK CLAUDE ]
Ask AI about this skill before installing it.