Ebay MCP Server
Provides tools for searching and researching eBay listings, including auctions, fixed price items, sold listings, deals, and sale events.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ebay MCP ServerFind me 10 auctions for vintage baseball cards"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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?"
Related MCP server: Ebay Mcp Server
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.pluginSet the following environment variables in Railway:
Variable | Required | Description |
| Yes | Your eBay App ID |
| Yes | Your eBay Client Secret |
| Yes | Bearer token Claude.ai uses to authenticate every request. Use a strong random value (e.g. |
| Yes | Client identifier checked during OAuth. Can be any string (e.g. |
| 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>/mcpClient ID: the value you set for
MCP_CLIENT_ID
Click Connect — a browser page will open asking you to authorize access
If
MCP_AUTH_PASSPHRASEis set, enter the passphrase and click Allow AccessYou'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 |
|
| Search eBay auction-only listings by keyword. Returns title, current bid, end time, item ID, and URL. |
|
| Search all eBay listing formats. |
|
| 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. |
|
| Batch-fetch details for up to 20 items in one call. Pass a comma-separated list of item IDs. |
|
| Get all variants (color, size, storage, etc.) for a multi-variation eBay listing. |
|
| Look up an item using an old-style numeric eBay item ID. |
Deals & Sale Events
Tool | Arguments | Description |
|
| Get current eBay daily deal items with prices and discount percentages. |
|
| List active eBay sale events (sitewide and category sales). Returns event IDs, titles, and dates. |
|
| Get items in a specific sale event. Use an event ID from |
Price Research
Tool | Arguments | Description |
|
| 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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Etsy MCP — public listing search via Etsy Open API v3 (api_key auth only)
Amazon search and product extraction: titles, prices, ASINs, and listings as clean JSON.
Search and browse global classifieds across 80 markets. No auth required for read-only access.
Run an eBay seller account from your AI assistant: orders, listings, stock, fees and payouts.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables interaction with eBay APIs for account verification, item search, and browsing via OAuth 2.0 authentication, with support for token refresh and sandbox/production environments.4MIT
- AlicenseNot gradedqualityDmaintenanceEnables searching for eBay auctions using natural language queries.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
- AlicenseAqualityBmaintenanceRead-only eBay search and listing lookup via the official Browse API, with filters for price, condition, buying format, shipping, and deals.4MIT