A
AgentFilings
/get_insider_transactions
Get insider transactions
Form 4 insider transactions for a US public company: who traded, their role (director/officer/10% owner), transaction code, share count, price, and shares held
liveverifiedunknown~5s typical
mcpprobedagentfilings
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-agentfilings-mcp /get_insider_transactions for me.
Input
| Field | Type | Description |
|---|---|---|
| ticker* | string | Ticker symbol, e.g. AAPL |
| since | string | Only transactions on/after this date (YYYY-MM-DD) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-agentfilings-mcp","endpoint":"/get_insider_transactions","input":{"ticker":"..."}}'cli
npx cracked-ai run -p mcp-com-agentfilings-mcp -e /get_insider_transactions -i '{"ticker":"..."}'mcp
run_tool({ provider: "mcp-com-agentfilings-mcp", endpoint: "/get_insider_transactions", input: {"ticker":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.