Analyst PluginHeavyCommand

/watchlist-scan

Scan all tickers in your watchlist and deliver a ranked signal table — know your best and worst positions in one command

$/watchlist-scan
Heavy
Complexity
4
API Calls
$0.004 – $0.010
MC API Cost
$0.09 – $0.22
Total Cost

Purpose

Daily monitoring of a multi-ticker watchlist requires checking each position individually — or running a single command that covers all of them. /watchlist-scan pulls the tracked_tickers from your profile and delivers a unified signal table across OEM and dealer group tickers.

Output includes volume change %, share bps change, ASP trend, DOM signal, and EV mix % per ticker — ranked by composite signal strength from BULLISH to BEARISH.

Audience:Portfolio managers with daily monitoring workflowsAnalysts running morning checksRisk managers with auto exposure

Arguments

How It Works

Execution flow. MCP tool calls are shown inline on each step.

01
Load Watchlist

Loads tracked_tickers from marketcheck-profile.md. Separates OEM tickers (map to makes) and dealer group tickers (map to group names).

↔ Parallel Execution

02a
OEM Metrics Pullget_sold_summary

Calls get_sold_summary by make for current and prior period — extracts all OEM watchlist data in 2 calls.

02b
Dealer Group Metrics Pullget_sold_summary

Calls get_sold_summary by dealership_group_name for current and prior period — extracts all dealer group data in 2 calls.

03
Signal Table Assembly

Computes per-ticker signals, ranks from BULLISH to BEARISH, and delivers the unified watchlist signal table with portfolio-level summary.

MCP Tool Calls

ToolCallsPurpose
get_sold_summary4OEM and dealer group metrics for current and prior period

Example Output

WATCHLIST SCAN — February 2026
═══════════════════════════════

OEM TICKERS
  Ticker  Vol Δ%  Share Δbps  ASP Δ%  DOM Δ   EV Mix  Signal
  ──────  ──────  ──────────  ──────  ──────  ──────  ─────────
  HYMTF   +6.1%   +50 bps     +0.8%   -2 d    9.8%    BULLISH
  TM      +3.1%   +40 bps     +1.1%   -2 d    3.8%    BULLISH
  GM      -1.8%   -40 bps     +0.5%   +1 d    6.1%    NEUTRAL
  F       -4.2%   -40 bps     -2.1%   +4 d    4.2%    BEARISH
  STLA    -2.9%   -40 bps     -1.1%   +7 d    2.1%    BEARISH

DEALER GROUP TICKERS
  Ticker  Vol Δ%  Eff Score Δ  DOM Δ   Days Supply  Signal
  ──────  ──────  ───────────  ──────  ───────────  ─────────
  LAD     +2.1%   +6%          -1 d    41 d (used)  BULLISH
  KMX     +0.8%   +1%          +1 d    48 d (used)  NEUTRAL
  AN      -2.1%   -15%         +4 d    62 d (used)  CAUTION
  CVNA    -3.4%   -8%          +3 d    71 d (used)  BEARISH

Cost Estimate

TierHeavy
API Calls4
MC API — best$0.004
MC API — worst$0.010
Claude — best$0.08
Claude — worst$0.20
Total range$0.09$0.22

30 scans/month ≈ $3–7

Limitations

  • US market only.
  • Watchlist must be configured in marketcheck-profile.md via /onboarding first.
  • Dealer group tickers (AN, LAD, etc.) require separate calls from OEM tickers — counted separately in API call budget.
Analyst Plugin
View all skills & commands