EbayMcpServer
If you are the rightful owner of EbayMcpServer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Simple Ebay server that lets you fetch auctions from Ebay.com using the official MCP Python SDK.
The Ebay MCP server is designed to facilitate the fetching of auction data from Ebay.com. It leverages the Model Context Protocol (MCP) to handle communication and server interactions efficiently. By utilizing the official MCP Python SDK, this server provides a streamlined way to query Ebay's auction listings. Users can input prompts to search for specific auctions, such as 'Find me 10 auctions for batman comics', and receive results directly from Ebay's REST API. The server is built to be simple yet effective, making it a valuable tool for developers and users interested in accessing Ebay auction data programmatically.
Features
- Fetches auction data from Ebay.com using MCP.
- Utilizes the official MCP Python SDK for protocol communication.
- Allows for customizable search queries with optional result limits.
- Integrates with Ebay's REST API for real-time auction data.
- Simple installation and setup with UV package manager.
Tools
list_auction
Scan ebay for auctions. Requires 'query' argument for the search query and optional 'ammount' argument for the number of results.