supershopping
S
supershopping
/initiate_checkout

슈퍼쇼핑 결제 시작(데모)

슈퍼쇼핑에서 선택한 상품의 구매로 연결 — 최저가 쇼핑몰의 구매 링크와 가격·고지를 반환. 언제: 사용자가 구매 의사를 보일 때("이거 살래", "구매하기"). 실제 결제는 판매처 페이지에서 일어난다. 반환: {payload: {merchant, buy_url(제휴 변환됨), pric

liveverifiedunknown~5s typical
mcpprobedsupershopping
$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-atdev-supershopping /initiate_checkout for me.

Input

FieldTypeDescription
product_id*string
quantityinteger default 1

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-atdev-supershopping","endpoint":"/initiate_checkout","input":{"product_id":"...","quantity":1}}'
cli
npx cracked-ai run -p mcp-ai-atdev-supershopping -e /initiate_checkout -i '{"product_id":"...","quantity":1}'
mcp
run_tool({ provider: "mcp-ai-atdev-supershopping", endpoint: "/initiate_checkout", input: {"product_id":"...","quantity":1} })

Try it

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