3 months ago
淘宝和京东商品数据采集MCP服务器,支持关键词搜索、多平台采集、热词分析、微信/邮件通知
Overview
Features
- Taobao & JD product scraping by keyword
- Multi-platform scraping (Taobao + JD + hotwords)
- Hot search words collection
- Export to Excel
- WeChat & Email notifications
- System health check & Chrome restart
8 Tools
- scrape_products - Scrape products from Taobao/JD/Multi-platform
- scrape_hotwords - Collect hot search keywords
- list_tasks - List recent scraping tasks
- get_task - Get task details and results
- cancel_task - Cancel a running task
- list_files - List exported Excel files
- send_notification - Send WeChat/Email notifications
- system_status - Check system health or restart Chrome
Server Config
{
"mcpServers": {
"taobao-scraper": {
"command": "python",
"args": [
"run_mcp.py"
],
"env": {
"SCRAPER_API_URL": "http://127.0.0.1:8000"
}
}
}
}