SE
SEC Event Intelligence
/sec_watchlist_changes
SEC watchlist changes
Fetch incremental filing changes for multiple tickers or CIKs, grouped into per-company buckets. Use for batch watchlist polling, alert fan-out, and dashboards
liveverifiedunknown~5s typical
mcpprobedseceventintelligence
$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-data-apis-api-sec-event-intelligence /sec_watchlist_changes for me.
Input
| Field | Type | Description |
|---|---|---|
| eventType | string | Optional normalized event category filter. |
| form | string | Optional SEC form filter applied to every ticker. |
| limit | integer | Maximum changed filings per ticker bucket. default 50 |
| since* | string | Inclusive lower bound in YYYY-MM-DD format. |
| tickers* | string | Comma-separated string or array of ticker symbols or CIKs. |
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-data-apis-api-sec-event-intelligence","endpoint":"/sec_watchlist_changes","input":{"limit":50,"since":"...","tickers":"..."}}'cli
npx cracked-ai run -p mcp-com-data-apis-api-sec-event-intelligence -e /sec_watchlist_changes -i '{"limit":50,"since":"...","tickers":"..."}'mcp
run_tool({ provider: "mcp-com-data-apis-api-sec-event-intelligence", endpoint: "/sec_watchlist_changes", input: {"limit":50,"since":"...","tickers":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.