Smart shopping assistant for Mainland China that searches JD/Taobao, compares prices, confirms needs, calculates final cost, and generates purchase links.
Smart shopping assistant - Connects to Saver MCP Server for product search and price comparison services.
Note: Currently serving users in Mainland China only. More countries and regions coming soon.
User: Help me find a refrigerator, 3000-5000 yuan
AI: (calls complete_shopping) → Returns recommendation results
Example conversation:
User: I want to buy a laptop, around 5000 yuan, mainly for coding
AI: I understand you need a laptop suitable for programming, budget around 5000 yuan.
Here are my recommendations:
🏆 Best Overall: Lenovo Xiaoxin Pro 16...
💰 Lowest Price: ¥4,899
📈 Best Seller: ASUS nofire Pro...
...
| Tool | Description |
|---|---|
analyze_shopping_need | Analyze user needs, determine if confirmation is needed |
search_products | Search products (JD/Taobao) |
complete_shopping | Complete shopping flow (recommended) |
http://81.70.235.20:3001/mcpEnable real-time progress by setting stream: true:
{
"method": "tools/call",
"params": {
"name": "complete_shopping",
"arguments": {
"query": "手机",
"stream": true
}
}
}
SSE Events:
status - Status updatesprogress - Progress updates (step, current, total)result - Final resulterror - Error messagedone - Completion signalThis Skill connects to a public MCP Server, no additional configuration needed.
Version: 1.1.0
智能购物助手 - 连接省心买 MCP Server,提供商品搜索和比价推荐服务。
注意:目前仅服务中国大陆用户,更多国家、地区服务陆续开通中。
用户:帮我找一台冰箱,3000-5000元
AI:(调用 complete_shopping)→ 返回推荐结果
示例对话:
用户:帮我买一台笔记本电脑,5000元左右,主要用来写代码
AI:我理解您需要一台适合编程的笔记本,预算5000元左右。
推荐以下选项:
🏆 最优推荐:联想小新Pro 16...
💰 最低价:¥4,899
📈 销量王:华硕无畏Pro...
...
| 工具 | 功能 |
|---|---|
analyze_shopping_need | 分析用户需求,判断是否需要确认 |
search_products | 搜索商品(京东/淘宝) |
complete_shopping | 完整购物流程(推荐使用) |
http://81.70.235.20:3001/mcp设置 stream: true 启用实时进度:
{
"method": "tools/call",
"params": {
"name": "complete_shopping",
"arguments": {
"query": "手机",
"stream": true
}
}
}
SSE 事件类型:
status - 状态更新progress - 进度更新(step, current, total)result - 最终结果error - 错误信息done - 完成信号此 Skill 连接公开 MCP Server,无需额外配置。
版本:1.1.0
ZIP package — ready to use