AF
Andrew's Freebies
/get_freshness
Get catalog freshness
Use this when the user asks about verification freshness for the actionable-candidate corpus, overdue coverage, scheduler liveness, records sharing an audit out
liveverifiedunknown~5s typical
mcpprobedandrew'sfreebies
$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-andrewsfreebies-mcp /get_freshness for me.
Input
| Field | Type | Description |
|---|---|---|
| record_type | string (trial | entitlement) | Optional corpus filter; required when record_id is provided. |
| record_id | string | Optional exact non-directory record id; requires record_type and scopes totals and items t |
| outcome | string (confirmed-exact | confirmed-partial | terms-changed | explicitly-expired | moved | blocked) | Optional latest-audit outcome filter; outcomes describe evidence, not guaranteed availabil |
| limit | integer | Maximum matching records to return. default 50 |
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-andrewsfreebies-mcp","endpoint":"/get_freshness","input":{"limit":50}}'cli
npx cracked-ai run -p mcp-com-andrewsfreebies-mcp -e /get_freshness -i '{"limit":50}'mcp
run_tool({ provider: "mcp-com-andrewsfreebies-mcp", endpoint: "/get_freshness", input: {"limit":50} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.