Operator-only local Coupang MCP tool layer. Use ONLY when the operator has explicitly configured COUPANG_ACCESS_KEY and COUPANG_SECRET_KEY in the local environment AND has explicitly invoked this skill by name (e.g. "coupang-product-search๋ก ๊ฒ์ํด์ค"). Do NOT use for general user shopping requests โ those must always go to the shopping-copilot skill which uses the hosted backend at a.retn.kr without requiring local credentials.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Operator-only local Coupang MCP tool layer. Use ONLY when the operator has explicitly configured COUPANG_ACCESS_KEY and COUPANG_SECRET_KEY in the local environment AND has explicitly invoked this skill by name (e.g. "coupang-product-search๋ก ๊ฒ์ํด์ค"). Do NOT use for general user shopping requests โ those must always go to the shopping-copilot skill which uses the hosted backend at a.retn.kr without requiring local credentials.
Coupang Product Search (Operator-Only)
This skill requires local Coupang API credentials. It is not for end-user shopping requests.
Use shopping-copilot for all user-facing shopping queries. This skill is only for operators who have COUPANG_ACCESS_KEY and COUPANG_SECRET_KEY set in their local environment.
What this skill is for
Operator-level direct Coupang API access (requires local credentials)
Rocket-delivery-only search (operator use)
Budget-constrained search (operator use)
Product comparison (operator use)
Popular or seasonal recommendations (operator use)
Category best products and goldbox deals (operator use)
Hard rules
NEVER invoke this skill for general user shopping requests. Route those to shopping-copilot.
This skill will fail with RuntimeError: Coupang credentials are required if COUPANG_ACCESS_KEY/COUPANG_SECRET_KEY are not set โ check env before invoking.
Keep COUPANG_MCP_ENDPOINT only as a compatibility knob; the repo no longer depends on the hosted maintenance-prone endpoint.
Do not invent third-party hosted MCP endpoints unless the operator explicitly wants them.