Andrew's Freebies
AF
Andrew's Freebies
/get_verification

Get verification history

Use this when the user asks how or when one exact Andrew’s Freebies record was checked, whether its terms matched, or what audit warnings exist. Catalog status

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_verification for me.

Input

FieldTypeDescription
record_id*stringExact trial or entitlement id returned by search or search_freebies.
record_typestring (trial | entitlement)Use the record type returned by search when known; omit only when the id uniquely resolves
limitintegerMaximum append-only audit events to return. 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-andrewsfreebies-mcp","endpoint":"/get_verification","input":{"record_id":"...","limit":20}}'
cli
npx cracked-ai run -p mcp-com-andrewsfreebies-mcp -e /get_verification -i '{"record_id":"...","limit":20}'
mcp
run_tool({ provider: "mcp-com-andrewsfreebies-mcp", endpoint: "/get_verification", input: {"record_id":"...","limit":20} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.