ClaudeLocker
/
Insider Cluster Buy ScannerLIVE
LIVE DEMOYou're looking at the real stack running on sample data. Editing is disabled.
Back to marketplace
uses
INPUT

Step 1 · Inputs & Config

Required keys, models, watchlists

  • ANTHROPIC_API_KEY
  • SEC_EDGAR_USER_AGENT
  • Watchlist: small-mid cap (ticker list)
  • Lookback window: 30 days
STEP

Step 2 · Pull 13F + Form 4

EDGAR ingestion

  • Fetch latest insider Form 4 filings
  • Normalize into structured trades
  • Group by issuer & timeframe
AGENT

Step 3 · Cluster Detection Agent

Claude sub-agent

  • Detect ≥3 insiders buying within 14 days
  • Score by role weighting (CEO/CFO/Director)
  • Emit candidate cluster events
claude.subagent('cluster_detect', { model: 'sonnet-4.5' })
REPO LOCKED

Repo · cluster-scanner

github.com/quantumcrate/cluster-scanner

  • Branch: main
  • MCP: edgar-mcp
  • Includes Claude Code agents.md
STEP

Step 4 · Sentiment Overlay

News + transcript pass

  • Pull last 30d news per issuer
  • Claude scores sentiment & catalyst
  • Merge with cluster score
RESULT

Final Results · Ranked Watchlist

Outputs & metrics

  • Top 10 cluster events by composite score
  • Per-event: insiders, $ volume, sentiment
  • Daily Slack + CSV export
  • Backtest hit-rate: 64% over 18m
data flow locked repo result