Skip to main content
Glama
zhaohongyuziranerran

Ecommerce Price Monitor MCP

README.md
# 🛒 Ecommerce Price Monitor MCP Server

Monitor prices across Taobao, JD, PDD, 1688, Amazon CN/US. Competitor analysis, price alerts, market trends, deal finder. Built with real e-commerce experience.

## Features

- **10 MCP Tools**: add_product, remove_product, list_products, get_price_history, set_price_alert, check_price, get_competitor_prices, get_market_trends, search_products, get_deals
- **6 Platforms**: Taobao, JD, PDD, 1688, Amazon CN, Amazon US
- **Price Alerts**: Below/above/percent change notifications
- **Market Analysis**: Competition level, price spread, strategic suggestions
- **Silver Jewelry Focus**: Default search optimized for 925 silver products

## Quick Start

```bash
# Install
pip install -r requirements.txt

# Run (stdio mode)
python server.py

# Run (HTTP mode)
python server.py --transport http --port 8011
```

## Tools

| Tool | Description |
|------|-------------|
| `add_product` | Add product to monitoring |
| `remove_product` | Remove from monitoring |
| `list_products` | List all monitored products |
| `get_price_history` | Price history with statistics |
| `set_price_alert` | Set price threshold alerts |
| `check_price` | Instant price check |
| `get_competitor_prices` | Compare prices across platforms |
| `get_market_trends` | Market trend analysis |
| `search_products` | Search products on platform |
| `get_deals` | Find discounted products |

## Platforms

| Platform | Icon | Currency | Features |
|----------|------|----------|----------|
| Taobao | 🛒 | CNY | Search, Price History, Reviews |
| JD | 🏬 | CNY | Search, Price History, Reviews |
| PDD | 🍊 | CNY | Search, Price History |
| 1688 | 🏭 | CNY | Search, Wholesale Price |
| Amazon CN | 📦 | CNY | Search |
| Amazon US | 🇺🇸 | USD | Search, Price History |

## Use Cases

- **Silver Jewelry E-commerce**: Monitor competitor pricing, find deals
- **Cross-border Trade**: Compare Amazon US/CN prices
- **Wholesale Sourcing**: 1688 bulk price comparison
- **Price Arbitrage**: Spot deals across platforms

## MCP Config

```json
{
  "mcpServers": {
    "ecommerce-price-monitor": {
      "command": "python",
      "args": ["server.py"],
      "cwd": "/path/to/ecommerce-price-monitor-mcp"
    }
  }
}
```


## 在线访问(推荐)

无需本地安装,直接在MCP客户端配置:

```json
{
  "mcpServers": {
    "ecommerce-price-monitor-mcp": {
      "url": "http://www.mzse.com/price-monitor-mcp/"
    }
  }
}
```

## REST API

```bash
curl http://www.mzse.com/price-monitor-mcp/
```

## 部署状态

| 项目 | 地址 |
|------|------|
| 域名 | http://www.mzse.com/price-monitor-mcp/ |
| GitHub | https://github.com/zhaohongyuziranerran/ecommerce-price-monitor-mcp |

## License

MIT