catalogapi
C
catalogapi
/search_rewards

search rewards

Show example rewards available in one country. Call this when someone asks what kind of thing is on offer, or wants to see the catalog for a country. Returns it

liveverifiedunknown~5s typical
mcpprobedcatalogapi
$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-catalogapi-catalogapi /search_rewards for me.

Input

FieldTypeDescription
country*stringISO-2 country code, for example "PL".
querystringOptional search term, for example "headphones".

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-catalogapi-catalogapi","endpoint":"/search_rewards","input":{"country":"..."}}'
cli
npx cracked-ai run -p mcp-com-catalogapi-catalogapi -e /search_rewards -i '{"country":"..."}'
mcp
run_tool({ provider: "mcp-com-catalogapi-catalogapi", endpoint: "/search_rewards", input: {"country":"..."} })

Try it

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