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
| Field | Type | Description |
|---|---|---|
| id* | string | SEC CIK or exchange ticker symbol. All digits is read as a CIK (leading zeros and an EDGAR |
| form | string | Comma-separated EDGAR form types to keep, e.g. "10-K,10-Q,8-K". Matching is exact and case |
| since | string | Keep only filings with a filing_date on or after this ISO date (YYYY-MM-DD). |
| limit | integer | Maximum number of filings to return from the filtered set. Defaults to 5 so a first call s default 5 |
| offset | integer | Zero-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.