Insider alert
Insider buying/selling activity for a stock: Form 4 trades, live quote, and recent SEC filings in one call.
$0.15
per call · one payment for the whole workflow
POST /api/skill/insider-alert
3 tools run server-side in one request. You pay once, settle once, and get a single response - no orchestration, no per-step payments, and a partial-success envelope if any step fails. USDC over x402 on any supported chain.
When to use this pack
Screening for insider signal - large buys or cluster selling often precede material moves.
Tools in this pack
All 3 run inside the single $0.15 call above. Each is also callable on its own if you only need one part.
- EDGAR insider trades (Form 4) 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 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. The single-symbol NOW read - for OHLC time series use stock-history, for pre/post-market use premarket-quote, and for crypto pairs crypto-price returns richer market fields. 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 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.
Call it directly
Any x402 client pays the 402 and gets the whole workflow back in one response:
npx agent402-client call insider-alert {"ticker":"AAPL"}
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.