ebay-mcp
ebay-mcp
一个 MCP 服务器,让 LLM 可以通过官方 Browse API 搜索和查看 eBay 商品列表。只读、买家侧:它搜索和读取商品列表,不会出价或购买。
这是 Suat Oneren 的 ebay-browse-mcp 的一个分支,原项目使用 stdio 通信。该分支保留了两个工具及其响应格式,并将传输方式替换为 streamable-HTTP(:8000/mcp),同时增加了一个 /healthz 探针,因此它可以作为自托管容器运行在 LibreChat 等 MCP 客户端之后——与其姊妹项目 kleinanzeigen-mcp 形态相同。
与 Kleinanzeigen(没有公共 API,因此抓取不可避免)不同,eBay 提供了官方认可的 API——因此该服务器直接调用它:无需无头浏览器,也没有机器人检测的脆弱性。
工具
工具 | 功能 |
| 按关键字搜索,可选的 |
| 获取单个 |
Related MCP server: ebay-browse-mcp
配置
设置一个 eBay Developer 密钥集(免费——https://developer.ebay.com/my/keys):
环境变量 | 默认值 | 含义 |
| — | 来自你的密钥集的 App ID(Client ID) |
| — | 来自你的密钥集的 Cert ID(Client Secret) |
|
| 市场: |
|
|
|
|
|
|
|
| HTTP 绑定 |
Sandbox 几乎没有真实库存——用它来验证连接是否打通,然后设置 EBAY_ENV=production(使用生产环境、支持 OAuth 的密钥集)以获得真实结果。
运行
Docker(推荐)
docker run --rm -p 8000:8000 \
-e EBAY_CLIENT_ID=... -e EBAY_CLIENT_SECRET=... \
-e EBAY_MARKETPLACE=EBAY_DE -e EBAY_ENV=production \
ghcr.io/jnslmk/ebay-mcp:latest
# MCP endpoint: http://localhost:8000/mcp health: http://localhost:8000/healthz本地(stdio,适用于桌面 MCP 客户端)
python3 -m venv .venv && .venv/bin/pip install .
cp .env.example .env # fill in your keyset
MCP_TRANSPORT=stdio .venv/bin/ebay-mcp无需客户端的密钥集快速检查:
.venv/bin/python -m ebay_mcp.ebay_client "raspberry pi 5"许可证
MIT。参见 LICENSE — 保留原始上游版权。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- MIT
- AlicenseNot gradedqualityDmaintenanceMinimal MCP server for searching eBay listings via the Browse API, enabling keyword search with filters, sorting, pagination, and retrieving full item details.1MIT
- FlicenseNot gradedqualityCmaintenanceAn experimental MCP server that provides web search capabilities using the Tavily API. Still in progress, not production-ready.
- AlicenseNot gradedqualityBmaintenanceAn MCP server that lets an LLM search Geizhals, a leading German/DACH price-comparison site, for the cheapest offers on new products.MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that gives your AI access to the source code and docs of all public github repos
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jnslmk/ebay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server