edgar_insider_transactions
ActiveTool of Edgar
AUTHORITATIVE insider trading activity (SEC Form 3/4/5) for a US public company — who bought or sold, how many shares, at what price, and what they hold now. Pass a ticker ("TSLA") or CIK. Returns each recent Form 4 filing parsed into structured transactions: reporting owner + role (director/officer/10% holder), transaction code (P=open-market purchase, S=sale, A=grant/award, M=option exercise, G=gift, F=tax-withholding), shares, price per share, acquired/disposed, and shares owned after. Use for "insider buying at $TICKER", "did executives sell recently", "latest Form 4 activity". Open-market purchases (code P) are the strongest conviction signal; awards (code A) are routine comp. For the raw filing list use edgar_company_filings with form_type:"4".
Parameters schema
{
"type": "object",
"required": [
"ticker_or_cik"
],
"properties": {
"limit": {
"type": "number",
"description": "Max Form 4/3/5 filings to parse (1-25, default 10)"
},
"ticker_or_cik": {
"type": "string",
"description": "Ticker symbol (e.g., \"TSLA\") or CIK number (e.g., \"1318605\")"
},
"include_derivatives": {
"type": "boolean",
"description": "Also include derivative (options/RSU) transactions. Default false (non-derivative common-stock only)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Edgar
https://github.com/pipeworx-io/mcp-edgar
1/7 registries