Product Info Extractor MCP Server

Product Info Extractor MCP Server

Extracts product information such as price, stock, images, and sizes from e-commerce websites using stealth browsing techniques.

Category
Visit Server

README

Product Info Extractor MCP Server

πŸ‡°πŸ‡· ν•œκ΅­μ–΄ | πŸ‡ΊπŸ‡Έ English

이컀머슀 μ›Ήμ‚¬μ΄νŠΈμ—μ„œ μƒν’ˆ 정보(가격, 재고, 이미지, 색상별 μ‚¬μ΄μ¦ˆ λ“±)λ₯Ό μžλ™μœΌλ‘œ μΆ”μΆœν•˜λŠ” MCP μ„œλ²„μž…λ‹ˆλ‹€.

⚠️ μ€‘μš”: DataDome 같은 κ³ κΈ‰ 봇 차단 μ‹œμŠ€ν…œμ€ μžλ™ 접근을 차단할 수 μžˆμŠ΅λ‹ˆλ‹€. 성곡λ₯ μ€ λŒ€μƒ μ‚¬μ΄νŠΈμ™€ λ„€νŠΈμ›Œν¬ ν™˜κ²½μ— 따라 λ‹€λ¦…λ‹ˆλ‹€.

πŸš€ λΉ λ₯Έ μ‹œμž‘ (30초)

Docker둜 μ‹€ν–‰ (ꢌμž₯)

# μ €μž₯μ†Œ 클둠
git clone https://github.com/elon-jang/product-info-extractor-mcp.git
cd product-info-extractor-mcp

# μ„œλ²„ μ‹œμž‘
docker compose up -d

# ν…ŒμŠ€νŠΈ
npm install
node test-mcp-http.js "https://www.ugg.com/women-slippers/cozy-slipper/1117659.html"

둜컬 개발 λͺ¨λ“œ

npm install
npx playwright install chromium
npm run start:http

πŸ“‹ μ£Όμš” κΈ°λŠ₯

  • ⚑ μ΄ˆκ³ μ†: 8-10초 응닡 (DataDome 우회 둜직 제거둜 6λ°° μ„±λŠ₯ ν–₯상)
  • πŸš€ κ³ μ„±λŠ₯: λΈŒλΌμš°μ € μΈμŠ€ν„΄μŠ€ μž¬μ‚¬μš©μœΌλ‘œ 후속 μš”μ²­ μ¦‰μ‹œ 처리
  • πŸ₯· μŠ€ν…”μŠ€ λͺ¨λ“œ: playwright-extra + puppeteer-extra-plugin-stealth둜 κΈ°λ³Έ 봇 탐지 우회
  • πŸ”Œ MCP ν”„λ‘œν† μ½œ: Claude Desktopκ³Ό λ°”λ‘œ 연동 κ°€λŠ₯
  • πŸ“¦ λ©€ν‹° ν”Œλž«νΌ: AMD64 + ARM64 (Apple Silicon & ν΄λΌμš°λ“œ VM) 지원

🐳 Docker 배포 κ°€μ΄λ“œ

1. Docker μ„€μΉ˜

# Ubuntu/Debian
sudo apt-get update
sudo apt-get install -y docker.io docker-compose-plugin

# RHEL/CentOS/Rocky Linux
sudo dnf install -y yum-utils
sudo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo dnf install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
sudo systemctl start docker && sudo systemctl enable docker

2. μ„œλ²„ μ‹€ν–‰

# Docker Compose둜 μ‹€ν–‰ (ꢌμž₯)
docker compose up -d

# λ˜λŠ” docker run으둜 μ‹€ν–‰
docker run -d -p 8080:3000 \
  -e PORT=3000 -e HOST=0.0.0.0 \
  --name product-info-extractor \
  joomanba/product-info-extractor-mcp:latest

3. μƒνƒœ 확인

# μ»¨ν…Œμ΄λ„ˆ 둜그 확인
docker logs -f product-info-extractor

# Health check
curl http://localhost:8080/health

πŸ§ͺ ν…ŒμŠ€νŠΈ

Node.js ν…ŒμŠ€νŠΈ ν΄λΌμ΄μ–ΈνŠΈ

npm install
node test-mcp-http.js "https://www.ugg.com/women-slippers/cozy-slipper/1117659.html"

Shell 슀크립트 (κ°„λ‹¨ν•œ μ—°κ²° ν…ŒμŠ€νŠΈ)

./test-server.sh http://localhost:8080

πŸ”§ Claude Desktop 연동

claude_desktop_config.json에 μΆ”κ°€:

{
  "mcpServers": {
    "product-info-extractor": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "http://localhost:8080/sse"]
    }
  }
}

⚠️ μ œν•œ 사항

봇 차단 μ‹œμŠ€ν…œ

λ‹€μŒ μ‹œμŠ€ν…œλ“€μ€ μžλ™ 접근을 차단할 수 μžˆμŠ΅λ‹ˆλ‹€:

  • DataDome (UGG.com μ‚¬μš©): 성곡λ₯ μ΄ ν™˜κ²½μ— 따라 변동
  • Cloudflare Advanced: μΆ”κ°€ 우회 기법 ν•„μš”
  • PerimeterX: 우회 맀우 어렀움

ꢌμž₯ 사항

βœ… ν”„λ‘œλ•μ…˜ μ „ μΆ©λΆ„ν•œ ν…ŒμŠ€νŠΈ βœ… κ°€λŠ₯ν•˜λ©΄ 곡식 API μ‚¬μš© βœ… μž¬μ‹œλ„ 둜직 및 μ—λŸ¬ 처리 κ΅¬ν˜„ βœ… 성곡λ₯  λͺ¨λ‹ˆν„°λ§


πŸ“š κ³ κΈ‰ κ°€μ΄λ“œ

Podman ν™˜κ²½ (RHEL/CentOS)

# Podman μ„€μΉ˜
sudo dnf install -y podman

# μ‹€ν–‰
podman run -d -p 8080:3000 \
  -e PORT=3000 -e HOST=0.0.0.0 \
  --name product-info-extractor \
  docker.io/joomanba/product-info-extractor-mcp:latest

μˆ˜λ™ μ„€μΉ˜ (Docker 없이)

# Node.js v18+ μ„€μΉ˜
curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo bash -
sudo dnf install -y nodejs

# Playwright μ˜μ‘΄μ„±
sudo npx playwright install-deps

# ν”„λ‘œμ νŠΈ μ„€μ •
npm install
npx playwright install chromium

# μ„œλ²„ μ‹œμž‘
npm run start:http

이미지 λΉŒλ“œ (개발자용)

docker buildx build --platform linux/amd64,linux/arm64 \
  -t joomanba/product-info-extractor-mcp:latest --push .

πŸ“„ λΌμ΄μ„ μŠ€

MIT License

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured