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
| Field | Type | Description |
|---|---|---|
| query* | string | Natural language search query from the shopper (e.g., 'best moisturizer for dry skin') |
| tenant_id* | string | Unique identifier for the merchant/tenant account |
| skin_type | string | Skin type classification (e.g., 'dry', 'oily', 'combination', 'sensitive') |
| concern | string | Primary skin concern (e.g., 'acne', 'aging', 'hyperpigmentation') |
| concerns | array | Array of skin concerns for multi-concern matching |
| budget_usd | number | Maximum budget in USD for product recommendations |
| category | string | Product category filter (e.g., 'serum', 'moisturizer', 'cleanser', 'sunscreen') |
| max_results | integer | Maximum 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.