npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mcp-amz-listing-optimizer_infinitecommerce

v1.0.6

Published

Amazon Listing Optimizer MCP Service - Optimize your Amazon listings with AI

Downloads

43

Readme

Amazon Listing Optimizer MCP Service

这是一个基于 Model Context Protocol (MCP) 的亚马逊listing优化服务。它可以帮助您优化亚马逊产品的标题和五点描述,提高产品的搜索排名和转化率。

功能特点

  • 基于AI的listing优化建议
  • 竞品文案风格分析
  • 关键词重要性分析
  • 支持与Claude等AI助手集成

安装

方式一:通过 npx 安装(推荐)

npx -y @smithery/cli install mcp-amz-listing-optimizer_infinitecommerce --client claude

方式二:通过 JSON 配置安装

  1. 创建配置文件 mcp-config.json:
{
  "mcpServers": {
    "amazon-listing": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-amz-listing-optimizer_infinitecommerce"
      ]
    }
  }
}
  1. 使用配置文件启动服务:
# 启动服务
npx @smithery/cli start --config mcp-config.json

# 验证服务状态
npx @smithery/cli status

注意:

  • 确保已安装 Python 3.x
  • 服务已内置示例数据,可直接使用
  • 如果遇到连接问题,请检查:
    1. 网络连接是否正常
    2. Python 环境是否正确
    3. 服务器日志输出

方式三:手动安装

  1. 克隆仓库
  2. 安装依赖:
npm install
pip install -r requirements.txt

使用方法

在Claude中使用

安装完成后,您可以在Claude中使用以下命令:

  1. 优化listing:
请帮我优化ASIN为"B0CKWM4F9Q"的listing
  1. 获取关键词:
请获取ASIN为"B0CKWM4F9Q"的关键词列表
  1. 分析竞品:
请分析关键词"手机支架"的竞品文案风格

示例数据

本包已经包含了示例数据文件,您可以直接使用这些数据进行测试:

  • data/asin文案.csv: 包含ASIN的标题和五点描述
  • data/关键词对应的asin文案.csv: 关键词与ASIN的对应关系
  • data/ABA.csv: 关键词排名数据
  • data/asin_keywords.csv: ASIN的关键词数据
  • data/listing_sop.txt: Listing编写规范

这些数据文件会在安装时自动复制到正确的位置,您无需手动准备数据文件。

如果您想使用自己的数据,只需要按照相同的格式替换这些文件即可。

数据文件格式说明

  1. asin文案.csv:

    • 列: asin, title, bullet_point_1, bullet_point_2, bullet_point_3, bullet_point_4, bullet_point_5
  2. 关键词对应的asin文案.csv:

    • 列: matched_keywords, asin
  3. ABA.csv:

    • 列: key_words, rank
  4. asin_keywords.csv:

    • 列: asin, keywords (逗号分隔的关键词列表)

API参考

optimize-listing

优化指定ASIN的listing。

参数:

  • asin: 要优化的ASIN编号

get-asin-keywords

获取指定ASIN的关键词列表。

参数:

  • asin: 要查询的ASIN编号

analyze-competitor-style

分析竞品文案风格。

参数:

  • keyword: 要分析的关键词

故障排除

如果遇到 "Connection closed" 错误,请尝试以下步骤:

  1. 验证服务状态:
npx @smithery/cli status
  1. 查看服务日志:
npx @smithery/cli logs amazon-listing
  1. 重启服务:
npx @smithery/cli restart amazon-listing
  1. 如果问题仍然存在:
    • 检查网络连接
    • 检查 Python 环境是否正确安装
    • 尝试重新安装服务

许可证

MIT

快速开始

  1. 选择安装方式并启动:

方式一:直接使用 npx

npx mcp-amz-listing-optimizer_infinitecommerce

方式二:使用 JSON 配置

# 创建配置文件
echo '{
  "mcpServers": {
    "amazon-listing": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-amz-listing-optimizer_infinitecommerce"
      ]
    }
  }
}' > mcp-config.json

# 启动服务
npx @smithery/cli start --config mcp-config.json

# 验证服务状态
npx @smithery/cli status

服务会自动:

  • 检查Python环境
  • 安装必要依赖
  • 复制示例数据
  • 启动本地服务器