coupang-mcp

mcp
Security Audit
Pass
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 13 GitHub stars
Code Pass
  • Code scan — Scanned 7 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This tool is an MCP server that allows AI clients like Claude Desktop or Cursor to search for Coupang products. It displays real-time lowest prices, distinguishes Rocket Delivery items, and finds used products, all without requiring a Coupang API key.

Security Assessment
Overall risk: Low. The light code audit scanned 7 files and found no dangerous patterns, hardcoded secrets, or dangerous permission requests. By design, the server makes external network requests to fetch live pricing data from Coupang and Danawa. It does not execute arbitrary shell commands or appear to access highly sensitive local data. However, it is important to note that the project is currently offline. The README explicitly states the service is undergoing internal maintenance and all API calls are returning an HTTP 503 error.

Quality Assessment
The project demonstrates good basic health practices. It is licensed under the permissive and standard MIT license. It appears to be actively maintained, with repository activity as recent as today. Community trust is currently minimal but growing, represented by 13 GitHub stars. The primary quality concern at this moment is its operational status; the tool is temporarily non-functional due to the ongoing maintenance.

Verdict
Safe to use, but expect it to be currently non-functional until the developer completes the ongoing maintenance updates.
SUMMARY

Claude/Cursor에서 쿠팡 검색. 최저가 비교, 로켓배송 표시, 중고상품도 검색됨. API 키 불필요.

README.md

title: Coupang MCP
emoji: 🛒
colorFrom: red
colorTo: yellow
sdk: docker
pinned: false

⚠️ 현재 내부 보수 및 업데이트 중입니다 (Under Maintenance)

서비스가 일시적으로 중단되었습니다.
개선 작업 후 더 나은 모습으로 다시 찾아뵙겠습니다.

API 호출 시 HTTP 503 점검 응답이 반환됩니다.


Currently undergoing internal maintenance and updates.
Service is temporarily paused. We will be back soon with improvements.
All API calls return HTTP 503 maintenance response.

문의 / Inquiry: GitHub Issues


Coupang MCP Server

Claude Desktop에서 쿠팡 상품을 검색하고 실시간 최저가를 확인할 수 있는 MCP 서버입니다.

주요 특징

기능 설명
실시간 가격 다나와에서 실제 판매 가격 조회 (쿠팡 API 가격보다 정확)
로켓배송 분리 로켓배송 / 일반배송 상품 구분 표시
가격 형식 1,890,000원 (189만원) - 정확한 가격 + 만원 환산
폴백 지원 다나와 조회 실패 시 쿠팡 API 가격 자동 사용

빠른 시작 (3분)

1. Claude Desktop 설정 파일 열기

Mac:

open ~/Library/Application\ Support/Claude/claude_desktop_config.json

Windows:

%APPDATA%\Claude

Reviews (0)

No results found