CM
Cabrini Market Data
/get_fundamentals
get fundamentals
Quarterly fundamentals from SEC EDGAR (revenue, EPS, margins, etc). $0.02 USDC.
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_fundamentals for me.
Input
| Field | Type | Description |
|---|---|---|
| ticker* | string | Stock ticker (e.g. AAPL) |
| metrics | array | Filter metrics |
| from_date | string | Start date YYYY-MM-DD |
| to_date | string | End date YYYY-MM-DD |
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_fundamentals","input":{"ticker":"..."}}'cli
npx cracked-ai run -p mcp-ai-cabrini-market-data -e /get_fundamentals -i '{"ticker":"..."}'mcp
run_tool({ provider: "mcp-ai-cabrini-market-data", endpoint: "/get_fundamentals", input: {"ticker":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.