
Ebay
STDIOMCP server for fetching auctions from Ebay using search queries
MCP server for fetching auctions from Ebay using search queries
Simple Ebay server that lets you fetch auctions from Ebay.com
Uses the official MCP Python SDK to handle protocol communication and server interactions.
Let's you use prompts like, "Find me 10 auctions for batman comics"
The server provides a single tool:
If uv isn't installed.
# Using Homebrew on macOS brew install uv
or
# 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.git
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