ebay-mcp
ebay-mcp
Un servidor MCP que permite a un LLM buscar e inspeccionar anuncios de eBay a través de la Browse API oficial. Solo lectura, del lado del comprador: busca y lee anuncios, no puja ni compra.
Esto es un fork del ebay-browse-mcp de Suat Oneren, que usa stdio. El fork conserva las dos herramientas y su formato de respuesta, y cambia el transporte por streamable-HTTP (:8000/mcp) más una sonda /healthz, de modo que se ejecuta como un contenedor autoalojado detrás de un cliente MCP como LibreChat — con la misma forma que su hermano kleinanzeigen-mcp.
A diferencia de Kleinanzeigen (sin API pública, por lo que el scraping es inevitable), eBay ofrece una API autorizada — así que este servidor la usa directamente: sin navegador headless, sin fragilidad por detección de bots.
Herramientas
Tool | Qué hace |
| Busca por palabra clave con |
| Registro completo de un |
Related MCP server: ebay-browse-mcp
Configuración
Configura un conjunto de claves de eBay Developer (gratis — https://developer.ebay.com/my/keys):
Env var | Default | Significado |
| — | App ID (Client ID) de tu conjunto de claves |
| — | Cert ID (Client Secret) de tu conjunto de claves |
|
| Marketplace: |
|
|
|
|
|
|
|
| Enlace HTTP |
El sandbox casi no tiene inventario real — úsalo para comprobar la conexión y luego configura EBAY_ENV=production (con un conjunto de claves de producción y OAuth habilitado) para obtener resultados reales.
Ejecución
Docker (recomendado)
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, para clientes MCP de escritorio)
python3 -m venv .venv && .venv/bin/pip install .
cp .env.example .env # fill in your keyset
MCP_TRANSPORT=stdio .venv/bin/ebay-mcpComprobación rápida del conjunto de claves sin cliente:
.venv/bin/python -m ebay_mcp.ebay_client "raspberry pi 5"Licencia
MIT. Consulta LICENSE — conserva el copyright original del upstream.
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