SEC Event Intelligence
SE
SEC Event Intelligence
/sec_company_filings

SEC company filings

Return newest-first filing rows for one company, optionally narrowed by SEC form type. Use when you need accession numbers and filing metadata history, not norm

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

Input

FieldTypeDescription
formstringOptional SEC form filter, for example 8-K or 10-Q.
limitintegerMaximum company filings to return. default 50
ticker*stringTicker symbol or 10-digit CIK for one issuer.

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

Try it

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