Ebay MCP Server
Enables searching eBay for auctions by providing a query and number of results, returning auction listings from eBay's Browse REST API.
README
eBay MCP Server — Claude.ai Connector
Search and research eBay listings via a hosted MCP server connected to Claude.ai.
Forked from CooKey-Monster/EbayMcpServer.
What it does
Adds ten tools to Claude.ai for browsing, researching, and comparing eBay listings:
"Find me vintage cameras under $200 — auctions and Buy It Now" "What did that model actually sell for recently?" "Are there any eBay sale events on right now?"
Deployment (Railway)
1. Prerequisites
- Railway account
- eBay Developer app credentials (Client ID + Secret)
2. Deploy
- Fork this repo and create a new Railway project from it
- In Railway project settings, set Build > Builder to Dockerfile with path
Dockerfile.plugin - Set the following environment variables in Railway:
| Variable | Required | Description |
|---|---|---|
EBAY_CLIENT_ID |
Yes | Your eBay App ID |
EBAY_CLIENT_SECRET |
Yes | Your eBay Client Secret |
MCP_AUTH_TOKEN |
Yes | Bearer token Claude.ai uses to authenticate every request. Use a strong random value (e.g. openssl rand -hex 24). |
MCP_CLIENT_ID |
Yes | Client identifier checked during OAuth. Can be any string (e.g. ebay-mcp). |
MCP_AUTH_PASSPHRASE |
Recommended | If set, the authorization page shows a password field. Only someone who knows this passphrase can connect a new Claude.ai session. Use ASCII characters only; avoid leading/trailing spaces. |
Railway automatically sets PORT and RAILWAY_PUBLIC_DOMAIN.
3. Connect to Claude.ai
- Go to Claude.ai → Settings → Connectors → Add custom connector
- Fill in:
- MCP Server URL:
https://<your-railway-domain>/mcp - Client ID: the value you set for
MCP_CLIENT_ID
- MCP Server URL:
- Click Connect — a browser page will open asking you to authorize access
- If
MCP_AUTH_PASSPHRASEis set, enter the passphrase and click Allow Access - You'll be redirected back to Claude.ai and the connector will activate
The passphrase is only required when first connecting (or reconnecting). It is not needed for individual searches.
Tools
Browse & Search
| Tool | Arguments | Description |
|---|---|---|
list_auction |
query (string), amount (int, default 10) |
Search eBay auction-only listings by keyword. Returns title, current bid, end time, item ID, and URL. |
search_ebay |
query (string), amount (int, default 10), buying_options (string, optional), category_ids (string, optional) |
Search all eBay listing formats. buying_options can be AUCTION, FIXED_PRICE, or BEST_OFFER (leave blank for all). category_ids accepts a comma-separated list of eBay category IDs. |
get_auction_detail |
item_id (string) |
Fetch full details for a single listing: title, condition, bid/price, bid count, seller feedback, return policy, shipping options with estimated delivery, item specifics, description, and photos. |
get_items_by_ids |
item_ids (string) |
Batch-fetch details for up to 20 items in one call. Pass a comma-separated list of item IDs. |
get_item_variants |
item_group_id (string) |
Get all variants (color, size, storage, etc.) for a multi-variation eBay listing. |
get_item_by_legacy |
legacy_item_id (string), legacy_variation_id (string, optional) |
Look up an item using an old-style numeric eBay item ID. |
Deals & Sale Events
| Tool | Arguments | Description |
|---|---|---|
get_ebay_deals |
amount (int, default 10), category_ids (string, optional) |
Get current eBay daily deal items with prices and discount percentages. |
get_ebay_sale_events |
amount (int, default 10) |
List active eBay sale events (sitewide and category sales). Returns event IDs, titles, and dates. |
get_sale_event_items |
event_id (string), amount (int, default 10) |
Get items in a specific sale event. Use an event ID from get_ebay_sale_events. |
Price Research
| Tool | Arguments | Description |
|---|---|---|
search_sold_listings |
query (string), amount (int, default 10) |
Search historical sold listings to see what items actually sold for (Marketplace Insights API). |
Note: Watcher count is not available — eBay restricts that to seller-authenticated APIs only.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。