Ebay MCP Server
Allows searching and retrieving auction listings from eBay's marketplace, supporting customizable search queries and the ability to specify the number of results returned from eBay's REST API.
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 MCP Servershow me 5 auctions for vintage cameras"
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
Simple Ebay server that lets you fetch auctions from Ebay.com
Uses the official MCP Python SDK to handle protocol communication and server interactions.
Example
Let's you use prompts like, "Find me 10 auctions for batman comics"
Related MCP server: MCP Server Demo
Components
Tools
The server provides a single tool:
list_auction: Scan ebay for auctions. This tool is helpful for finding auctions on ebay.
Required "query" argument for the search query
Optional "ammount" argument for ammount of results
defaults to 0
Returns result from Ebay's REST API
Installation
Requires UV (Fast Python package and project manager)
If uv isn't installed.
# Using Homebrew on macOS
brew install uvor
# 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"Next, install the MCP server
# Install from source
uv pip install git+https://github.com/CooKey-Monster/EbayMcpServer.gitEnvironment Variables
The following environment variable is required; you can find them on the Ebay developer portal
CLIENT_ID: Your Ebay client IDCLIENT_SECRET: Your Ebay client secret
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.
Appeared in Searches
Latest Blog Posts
- 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