CM
Cabrini Market Data
/get_filings
get filings
SEC filing index (10-K, 10-Q, 8-K, proxies) for a ticker. $0.01 USDC; add sections=[risk_factors, mdna] to extract full section text from the latest 10-K/10-Q f
liveverifiedunknown~5s typical
mcpprobedcabrinimarketdata
$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-ai-cabrini-market-data /get_filings for me.
Input
| Field | Type | Description |
|---|---|---|
| ticker* | string | Stock ticker (e.g. AAPL) |
| types | array | Filter to filing types, e.g. ["10-K", "8-K"] |
| from_date | string | Start date YYYY-MM-DD |
| to_date | string | End date YYYY-MM-DD |
| sections | array | Extract section text: risk_factors and/or mdna |
| accession | string | Extract sections from this specific filing accession number |
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-ai-cabrini-market-data","endpoint":"/get_filings","input":{"ticker":"..."}}'cli
npx cracked-ai run -p mcp-ai-cabrini-market-data -e /get_filings -i '{"ticker":"..."}'mcp
run_tool({ provider: "mcp-ai-cabrini-market-data", endpoint: "/get_filings", input: {"ticker":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.