A
AgentFilings
/get_latest_filings
Get latest filings
Latest SEC filings for a US public company, as structured JSON: form type, filing date, period, accession number, and a direct link to the document. Pre-indexed
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_latest_filings for me.
Input
| Field | Type | Description |
|---|---|---|
| ticker* | string | Ticker symbol, e.g. AAPL |
| form | string | Form type filter, e.g. 10-K, 10-Q, 8-K, 4 |
| limit | integer | Max filings (default 20) |
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_latest_filings","input":{"ticker":"..."}}'cli
npx cracked-ai run -p mcp-com-agentfilings-mcp -e /get_latest_filings -i '{"ticker":"..."}'mcp
run_tool({ provider: "mcp-com-agentfilings-mcp", endpoint: "/get_latest_filings", input: {"ticker":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.