A
AgentFilings
/get_earnings_summary
Get earnings summary
Revenue, net income, and basic/diluted EPS by fiscal period for a US public company, normalized from SEC XBRL data. Handles the parts that are easy to get wrong
liveverifiedunknown~5s typical
mcpprobedagentfilings
$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-agentfilings-mcp /get_earnings_summary for me.
Input
| Field | Type | Description |
|---|---|---|
| ticker* | string | Ticker symbol, e.g. AAPL |
| period | string | Filter: "annual" | "quarterly" | "interim" | fiscal year (2025/FY2025) | frame (CY2026Q1) |
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-agentfilings-mcp","endpoint":"/get_earnings_summary","input":{"ticker":"..."}}'cli
npx cracked-ai run -p mcp-com-agentfilings-mcp -e /get_earnings_summary -i '{"ticker":"..."}'mcp
run_tool({ provider: "mcp-com-agentfilings-mcp", endpoint: "/get_earnings_summary", input: {"ticker":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.