capabilities
C
capabilities
/company_us_filings_latest

Latest 10-K, 10-Q or 8-K for a US company by ticker or CIK

Give a stock ticker (AAPL) or CIK and get the most recent EDGAR filing of each requested form — by default the latest 10-K, 10-Q and 8-K — with filing and repor

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_latest 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 report the latest filing of. Defaults to "10-K,10-Q,8- default "10-K,10-Q,8-K"

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_latest","input":{"id":"...","form":"10-K,10-Q,8-K"}}'
cli
npx cracked-ai run -p mcp-com-eckari-capabilities -e /company_us_filings_latest -i '{"id":"...","form":"10-K,10-Q,8-K"}'
mcp
run_tool({ provider: "mcp-com-eckari-capabilities", endpoint: "/company_us_filings_latest", input: {"id":"...","form":"10-K,10-Q,8-K"} })

Try it

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