V
verified-codes
/get_code
Get the verified code for a brand
Returns the full verified-code record for one brand: the code, the benefit, how to apply it, last-verified date, availability notes, and the guide/review URLs.
liveverifiedunknown~5s typical
mcpprobedverified-codes
$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-codes-find-verified-codes /get_code for me.
Input
| Field | Type | Description |
|---|---|---|
| brand* | string | Brand name or slug, e.g. 'kraken' or 'Bybit Card' |
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-codes-find-verified-codes","endpoint":"/get_code","input":{"brand":"..."}}'cli
npx cracked-ai run -p mcp-codes-find-verified-codes -e /get_code -i '{"brand":"..."}'mcp
run_tool({ provider: "mcp-codes-find-verified-codes", endpoint: "/get_code", input: {"brand":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.