Insider alert
Insider buying/selling activity for a stock: Form 4 trades, live quote, and recent SEC filings in one call.
When to use this pack
Screening for insider signal — large buys or cluster selling often precede material moves.
Tools in this pack
-
EDGAR insider trades (Form 4)
$0.015
GET /api/edgar-insider-trades
Recent Form 4 insider transactions filed against a company (officer, director, or 10% holder trades). Backed by EDGAR's full-text search (efts.sec.gov) filtered by subject-company CIK — Form 4 is owned by each insider's CIK, not the company's, so this is the only single-call path. ?ticker=AAPL&days=30
-
Stock quote
$0.010
GET /api/stock-quote
Live stock/index/FX/crypto quote: last price, day range, 52-week range, previous close, currency, exchange, and a relative change vs. previous close, as clean JSON. Backed by Yahoo Finance's public chart endpoint — keyless, no rate limits in practice. Symbols: equities (AAPL), indices (^GSPC), FX (EURUSD=X), crypto (BTC-USD).
-
EDGAR recent filings
$0.015
GET /api/edgar-filings
Recent SEC filings for a company by ticker or CIK, newest first. Optionally filter by form type (10-K, 10-Q, 8-K, 4, S-1, etc.). Each row links to the primary document on SEC.gov. Source: data.sec.gov/submissions (public domain). ?ticker=AAPL&form=10-K&limit=10
Workflow
- Pull Form 4 insider trades from the last 30 days — direction, size, and insider role.
- Get the live stock quote for context on where the price is relative to insider activity.
- List the 3 most recent SEC filings to correlate insider moves with material disclosures.
Run it in Claude
claude mcp add agent402 -s user -- npx -y agent402-mcp@latest
Then paste this prompt into Claude:
Check insider activity for AAPL using Agent402's insider-alert skill pack. Get (1) 30-day insider trades, (2) live quote, (3) last 3 SEC filings. Flag any cluster buying or selling and correlate with recent filings.
← All skill packs