Ebay MCP Server
Servidor MCP de eBay
Servidor de eBay simple que le permite obtener subastas de Ebay.com
Utiliza el SDK oficial de Python de MCP para gestionar la comunicación del protocolo y las interacciones del servidor.
Ejemplo
Te permite usar indicaciones como: "Encuéntrame 10 subastas de cómics de Batman".
Related MCP server: MCP Server Demo
Componentes
Herramientas
El servidor proporciona una única herramienta:
list_auction: Busca subastas en eBay. Esta herramienta es útil para encontrar subastas en eBay.
Argumento "consulta" obligatorio para la consulta de búsqueda
Argumento opcional "cantidad" para la cantidad de resultados
El valor predeterminado es 0
Devuelve el resultado de la API REST de eBay
Instalación
Requiere UV (paquete Fast Python y administrador de proyectos)
Si uv no está instalado.
# Using Homebrew on macOS
brew install uvo
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"A continuación, instale el servidor MCP
# Install from source
uv pip install git+https://github.com/CooKey-Monster/EbayMcpServer.gitVariables de entorno
Se requiere la siguiente variable de entorno; puede encontrarla en el portal para desarrolladores de Ebay
CLIENT_ID: Su ID de cliente de eBayCLIENT_SECRET: Su secreto de cliente de eBay
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
- AlicenseCqualityCmaintenanceA Model Context Protocol server enabling product searches across e-commerce platforms, price history tracking, and product specification-based searches using natural language prompts.219MIT
- FlicenseNot gradedqualityDmaintenanceA demonstration implementation of the Model Context Protocol server that facilitates communication between AI models and external tools while maintaining context awareness.
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables AI agents to generate, fetch, and manage UI components through natural language interactions.3227ISC
- FlicenseAqualityCmaintenanceA Model Context Protocol server that provides web search capabilities using Google Custom Search API and webpage content extraction functionality.262
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for generating rough-draft project plans from natural-language prompts.
Appeared in Searches
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/CooKey-Monster/EbayMcpServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server