ebay-mcp
Allows searching and inspecting eBay listings through the official Browse API, providing tools for retrieving item details and search results with filters.
Click on "Install 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-mcpsearch for vintage camera on eBay"
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
An MCP server that lets an LLM search and inspect eBay listings through the official Browse API. Read-only, buyer-side: it searches and reads listings, it does not bid or buy.
This is a fork of Suat Oneren's ebay-browse-mcp, which speaks stdio.
The fork keeps the two tools and their response shaping and swaps the transport
for streamable-HTTP (:8000/mcp) plus a /healthz probe, so it runs as a
self-hosted container behind an MCP client such as LibreChat — the same shape as
its sibling kleinanzeigen-mcp.
Unlike Kleinanzeigen (no public API, so scraping is unavoidable), eBay offers a sanctioned API — so this server hits it directly: no headless browser, no bot-detection fragility.
Tools
Tool | What it does |
| Search by keyword with optional filters (price, condition, buying option, seller country) and sort. Returns listing summaries + |
| Full record for one |
Related MCP server: ebay-browse-mcp
Configuration
Set an eBay Developer keyset (free — https://developer.ebay.com/my/keys):
Env var | Default | Meaning |
| — | App ID (Client ID) from your keyset |
| — | Cert ID (Client Secret) from your keyset |
|
| Marketplace: |
|
|
|
|
|
|
|
| HTTP bind |
Sandbox has almost no real inventory — use it to prove the wiring, then set
EBAY_ENV=production (with a production, OAuth-enabled keyset) for real results.
Run
Docker (recommended)
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/healthzLocal (stdio, for desktop MCP clients)
python3 -m venv .venv && .venv/bin/pip install .
cp .env.example .env # fill in your keyset
MCP_TRANSPORT=stdio .venv/bin/ebay-mcpQuick client-free check of the keyset:
.venv/bin/python -m ebay_mcp.ebay_client "raspberry pi 5"License
MIT. See LICENSE — retains the original upstream copyright.
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
- Alicense-qualityDmaintenanceMinimal MCP server for searching eBay listings via the Browse API, enabling keyword search with filters, sorting, pagination, and retrieving full item details.1MIT
- Flicense-qualityCmaintenanceAn experimental MCP server that provides web search capabilities using the Tavily API. Still in progress, not production-ready.
- Alicense-qualityBmaintenanceAn 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