PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversecommerce-and-retailmcp-server-shopping
返回「ecommerce-and-retail」

mcp-server-shopping

modelscope·@sachinparyani/mcp-server-shopping

ecommerce-and-retail0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Shopping MCP Server (Amazon + Target)

MCP server for Amazon and Target shopping integration. Manage orders, search products, and interact with your shopping accounts through AI assistants like Claude.

Built on top of rigwild/mcp-server-amazon - Extended with Target support and enhanced features.

Features

Amazon

  • Product search: Search for products on Amazon
  • Product details: Retrieve detailed information about a specific product
  • Cart management: Add items or clear your Amazon cart
  • Ordering: Place orders (fake for demonstration purposes)
  • Orders history: Retrieve your Amazon orders with year filtering and return status

Target

  • Orders history: Retrieve Target orders (online and in-store) with year filtering
  • Optimized API interception for fast, reliable data retrieval

Documentation

For detailed setup and usage instructions, see:

  • README-SHOPPING.md - Complete setup guide for both platforms
  • TARGET-INTEGRATION-SUMMARY.md - Technical details about Target integration

Install

Install dependencies

npm install -D

Build the project

npm run build

Claude Desktop Integration

Create or update ~/Library/Application Support/Claude/claude_desktop_config.json with the path to the MCP server.

{
  "mcpServers": {
    "shopping": {
      "command": "node",
      "args": ["/path/to/mcp-server-shopping/build/index.js"]
    }
  }
}

Restart the Claude Desktop app to apply the changes. You should now see the Amazon MCP server listed in the Claude Desktop app.

screenshotscreenshot2

Troubleshooting

The MCP server logs its output to a file. If you encounter any issues, you can check the log file for more information.

Logs

See:

  • Windows: %APPDATA%\Claude\logs\mcp-server-shopping.log
  • Mac: ~/Library/Logs/Claude/mcp-server-shopping.log

相关 MCP Servers(来自「ecommerce-and-retail」)

对话购物MCP

一种MCP服务器,它将人工智能助手连接到SearchAgora,使用户能够通过自然语言对话在网页上搜索、发现和购买产品。

@Fewsats/agora-mcp

多平台商品搜索

一个服务器,它通过BigGo的价格比较API,实现跨多个电子商务平台搜索产品、追踪价格历史以及比较产品规格的功能。

@Funmula-Corp/BigGo-MCP-Server

优步外卖AI下单助手

一个概念验证的模型上下文协议服务器,使大型语言模型应用程序能够与Uber Eats互动,允许人工智能代理通过自然语言浏览和订购食物。

@ericzakariasson/uber-eats-mcp-server

Actors 微云服务器

使用 Apify 提供的 3,000 多种预构建云工具(称为 Actors),从网站、电子商务平台、社交媒体、搜索引擎、地图等提取数据。

@apify/actors-mcp-server

bayarcash-mcp-server

暂无描述。

@khairulimran-97/bayarcash-mcp-server

bayarcash-mcp-server

暂无描述。

@webimpianteam/bayarcash-mcp-server

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/sachinparyani-mcp-server-shopping/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

npm install -D

基本信息

分类
ecommerce-and-retail / app-automation
运行方式
No
许可证
MIT License
详情文件
sachinparyani-mcp-server-shopping.md