# Coupang

Search and browse products on Coupang to find competitive prices and daily discounts. Discover top-rated items across diverse categories like electronics, fashion, and food. Access exclusive Goldbox …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add coupang-mcp/coupang

# Browse available tools
npx -y smithery tool list coupang-mcp/coupang

# Get full schema for a tool
npx -y smithery tool get coupang-mcp/coupang search_coupang_products

# Call a tool
npx -y smithery tool call coupang-mcp/coupang search_coupang_products '{}'
```

## Direct MCP Connection

Endpoint: `https://coupang--coupang-mcp.run.tools`

## Tools (3)

- `search_coupang_products`
- `get_coupang_best_products`
- `get_coupang_goldbox`

```bash
# Get full input/output schema for a tool
npx -y smithery tool get coupang-mcp/coupang <tool-name>
```
