MCP Catalogs
首页ebay-mcp screenshot

ebay-mcp

by YosefHayim·63·综合分 48

eBay MCP 服务器为 AI 助手提供 325 个 eBay API 工具,用于库存、订单、营销和分析。

ecommercedeveloper-toolsproductivity
33
Forks
1
活跃 Issue
本月
最近提交
2 天前
收录于

概述

eBay MCP 服务器是一个全面的 Model Context Protocol 实现,连接 AI 助手和 eBay 的销售 API。它涵盖 270 个独特端点的完整 API,提供库存管理、订单履行、营销活动、分析和开发工具。该服务器实现了 OAuth 2.0 认证,具有自动令牌刷新功能,支持客户端凭据(每天 1k 次请求)和用户令牌(每天 10k-50k 次请求)。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI 助手管理 eBay 库存列表和库存水平
:自动化订单处理和履行工作流程
:营销活动创建和性能分析
:客户端凭据和用户令牌认证有什么区别?
:支持哪些 AI 客户端?

什么时候选它

当您需要通过AI助手全面管理eBay店铺,特别是需要高容量API访问和OAuth认证时,选择此服务器。

什么时候不要选它

如果您不使用eBay或需要其他电商平台的工具,请避免使用;此服务器专门针对eBay生态系统。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • ebay_get_oauth_url

    Get OAuth URL for authentication

  • ebay_list_inventory_items

    List inventory items

  • ebay_create_inventory_item

    Create a new inventory item

  • ebay_update_inventory_item

    Update an existing inventory item

  • ebay_list_orders

    List orders

  • ebay_ship_order

    Mark an order as shipped

  • ebay_create_marketing_campaign

    Create a new marketing campaign

  • ebay_get_seller_standards

    Get seller performance standards

  • ebay_create_gtc

    Create Good 'Til Cancelled listing

  • ebay_get_inventory_item

    Get details of a specific inventory item

  • ebay_get_order

    Get details of a specific order

  • ebay_create_refund

    Create a refund for an order

可对比工具

shopify-mcpamazon-mcpwoocommerce-mcpstripe-mcp

安装

安装 eBay MCP 服务器

**1. 获取 eBay 凭据**

  • 创建免费 [eBay 开发者账户](https://developer.ebay.com/)
  • 在 [开发者门户](https://developer.ebay.com/my/keys) 中生成应用密钥

**2. 安装**

npm install -g ebay-mcp

**3. 设置配置**

npm run setup

**4. 配置 Claude Desktop** 添加到 claude_desktop_config.json

{
  "mcpServers": {
    "ebay": {
      "command": "ebay-mcp",
      "args": []
    }
  }
}

FAQ

客户端凭据和用户令牌认证有什么区别?
客户端凭据提供每天 1,000 次请求的基本访问权限。用户令牌提供每天 10,000-50,000 次请求的扩展权限,但需要 OAuth 登录。
支持哪些 AI 客户端?
该服务器支持 9 个客户端:Claude Desktop、Cursor、Zed、Cline、Continue.dev、Windsurf、Roo Code、Claude Code CLI 和 Amazon Q,具有自动配置功能。

ebay-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。