beauty
B
beauty
/sponsored_search

sponsored search

Search for sponsored beauty products matching a shopper query. Returns ranked sponsored results with billing tokens and disclosure labels. REQUIRED: Always show

liveverifiedunknown~5s typical
mcpprobedbeauty
$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-ai-adoraads-beauty /sponsored_search for me.

Input

FieldTypeDescription
query*stringNatural language search query from the shopper (e.g., 'best moisturizer for dry skin')
tenant_id*stringUnique identifier for the merchant/tenant account
skin_typestringSkin type classification (e.g., 'dry', 'oily', 'combination', 'sensitive')
concernstringPrimary skin concern (e.g., 'acne', 'aging', 'hyperpigmentation')
concernsarrayArray of skin concerns for multi-concern matching
budget_usdnumberMaximum budget in USD for product recommendations
categorystringProduct category filter (e.g., 'serum', 'moisturizer', 'cleanser', 'sunscreen')
max_resultsintegerMaximum number of results to return (1-5) default 3

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-ai-adoraads-beauty","endpoint":"/sponsored_search","input":{"query":"...","tenant_id":"...","max_results":3}}'
cli
npx cracked-ai run -p mcp-ai-adoraads-beauty -e /sponsored_search -i '{"query":"...","tenant_id":"...","max_results":3}'
mcp
run_tool({ provider: "mcp-ai-adoraads-beauty", endpoint: "/sponsored_search", input: {"query":"...","tenant_id":"...","max_results":3} })

Try it

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