Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ebaymcpserver": {
"args": [
"git"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Simple Ebay server that lets you fetch auctions from Ebay.com
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'git' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked git against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A command line tool for setting up commercetools MCP server
This is the reference implementation for the mcp server
MCP Security Weekly
Get CVE alerts and security updates for EbayMcpServer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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