Ebay MCP Server

by CooKey-Monster
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Allows searching and retrieving auction listings from eBay's marketplace, supporting customizable search queries and the ability to specify the number of results returned from eBay's REST API.

Ebay MCP 服务器

简单的 Ebay 服务器,可让您从 Ebay.com 获取拍卖

使用官方MCP Python SDK来处理协议通信和服务器交互。

例子

您可以使用类似“帮我找到 10 个蝙蝠侠漫画拍卖”这样的提示

成分

工具

服务器提供一个单一工具:

  • list_auction:在 eBay 上搜索拍卖。此工具有助于查找 eBay 上的拍卖。
    • 搜索查询所需的“查询”参数
    • 可选的“ammount”参数,用于表示结果的数量
      • 默认为 0
    • 返回 Ebay REST API 的结果

安装

需要UV (快速 Python 包和项目管理器)

如果 uv 未安装。

# Using Homebrew on macOS brew install uv

或者

# On macOS and Linux. curl -LsSf https://astral.sh/uv/install.sh | sh # On Windows. powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

接下来安装 MCP 服务器

# Install from source uv pip install git+https://github.com/CooKey-Monster/EbayMcpServer.git

环境变量

以下环境变量是必需的;您可以在Ebay 开发者门户上找到它们

  • CLIENT_ID :您的 eBay 客户端 ID
  • CLIENT_SECRET :您的 Ebay 客户端密钥
-
security - not tested
A
license - permissive license
-
quality - not tested

模型上下文协议服务器可让您使用自然语言提示(例如“为我找到 10 个蝙蝠侠漫画拍卖”)从 Ebay.com 获取拍卖。

  1. Example
    1. Components
      1. Tools
    2. Installation
      1. Requires UV (Fast Python package and project manager)
      2. Environment Variables
    ID: xo8krcjgyz