๐ 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
# 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
{
"mcpServers": {
"ecommerce-price-monitor": {
"command": "python",
"args": ["server.py"],
"cwd": "/path/to/ecommerce-price-monitor-mcp"
}
}
}
ๅจ็บฟ่ฎฟ้ฎ๏ผๆจ่๏ผ
ๆ ้ๆฌๅฐๅฎ่ฃ ๏ผ็ดๆฅๅจMCPๅฎขๆท็ซฏ้ ็ฝฎ๏ผ
{
"mcpServers": {
"ecommerce-price-monitor-mcp": {
"url": "http://www.mzse.com/price-monitor-mcp/"
}
}
}
REST API
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