Ebay MCP 服务器
一个简单的 Ebay 服务器,用于获取 Ebay.com 上的拍卖信息。
快速入门
本项目是一个基于 Python 的 Ebay 拍卖查询服务器。
功能
- 提供工具
list_auction
,通过搜索查询扫描 Ebay 拍卖。
安装步骤
- 安装 UV(Python 包管理器):
- macOS:
brew install uv
- Linux/macOS:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Windows: 使用 PowerShell 安装。
- macOS:
- 从源代码安装项目:
uv pip install git+https://github.com/CooKey-Monster/EbayMcpServer.git
- 设置环境变量:
- 获取
CLIENT_ID
和CLIENT_SECRET
,填写到环境变量中。
- 获取
示例
运行以下命令来查找拍卖: "Find me 10 auctions for batman comics"