capabilities
C
capabilities
/company_us_filings

List SEC EDGAR filings for a US company by ticker or CIK

Return the recent EDGAR filing history of a US company identified by stock ticker (AAPL) or CIK, optionally filtered by form type and filing date and paged. Use

liveunknown~5s typical
mcpcapabilities
$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-eckari-capabilities /company_us_filings for me.

Input

FieldTypeDescription
id*stringSEC CIK or exchange ticker symbol. All digits is read as a CIK (leading zeros and an EDGAR
formstringComma-separated EDGAR form types to keep, e.g. "10-K,10-Q,8-K". Matching is exact and case
sincestringKeep only filings with a filing_date on or after this ISO date (YYYY-MM-DD).
limitintegerMaximum number of filings to return from the filtered set. Defaults to 5 so a first call s default 5
offsetintegerZero-based offset into the filtered set, for paging. Pass page.next_offset from the previo default 0

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-eckari-capabilities","endpoint":"/company_us_filings","input":{"id":"...","limit":5,"offset":0}}'
cli
npx cracked-ai run -p mcp-com-eckari-capabilities -e /company_us_filings -i '{"id":"...","limit":5,"offset":0}'
mcp
run_tool({ provider: "mcp-com-eckari-capabilities", endpoint: "/company_us_filings", input: {"id":"...","limit":5,"offset":0} })

Try it

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