CooKey-Monster_EbayMcpServer
0
This project is a simple Ebay server designed to fetch auction data from Ebay.com using the Model Context Protocol. It supports prompts to find specific auctions and relies on the official MCP Python SDK for communication.
Overview
Simple Ebay server that allows you to fetch auctions from Ebay.com using the MCP Python SDK.
Features
- Fetch auctions using prompts like "Find me 10 auctions for batman comics".
Tools
- list_auction: Scan Ebay for auctions with a required "query" argument and an optional "ammount" argument, returning results from Ebay's REST API.
Installation
- Requires UV, a fast Python package manager.
- Install the MCP server from source via UV.
Environment Variables
CLIENT_ID
: Your Ebay client IDCLIENT_SECRET
: Your Ebay client secret