3 tools from the Coupang MCP Server, categorised by risk level.
View the Coupang policy →get_coupang_best_products
쿠팡 카테고리별 베스트 상품을 조회합니다.
Args:
category_id (int): 카테고리 ID (1016: 가전디지털, 1001: 여성패션, 1012: 식품 등)
limit (int): 가져올 결과 개수 (기본... get_coupang_goldbox
쿠팡 골드박스 (오늘의 특가/할인) 상품을 조회합니다.
Args:
limit (int): 가져올 결과 개수 (기본 10개, 최대 100개)
Returns:
골드박스 특가 상품 목록
search_coupang_products
쿠팡에서 상품을 검색합니다.
Args:
keyword (str): 검색할 키워드 (예: "에어팟", "맥북프로")
limit (int): 가져올 결과 개수 (기본 5개, 최대 100개)
Returns:
... The Coupang MCP server exposes 3 tools across 1 categories: Read.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Coupang server.
Coupang tools are categorised as Read (3). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept