SEC Event Intelligence
SE
SEC Event Intelligence
/sec_filing_changes

Incremental SEC filing changes

Fetch filings observed on or after a since date for polling jobs that persist a cursor. Supports ticker/CIK, form, and event-type filters; use sec_latest_filing

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_filing_changes for me.

Input

FieldTypeDescription
eventTypestringOptional normalized event category filter.
formstring
limitintegerMaximum changed filings to return. default 50
since*stringInclusive lower bound in YYYY-MM-DD format.
tickerstringOptional ticker symbol or 10-digit CIK.

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_filing_changes","input":{"limit":50,"since":"..."}}'
cli
npx cracked-ai run -p mcp-com-data-apis-api-sec-event-intelligence -e /sec_filing_changes -i '{"limit":50,"since":"..."}'
mcp
run_tool({ provider: "mcp-com-data-apis-api-sec-event-intelligence", endpoint: "/sec_filing_changes", input: {"limit":50,"since":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.