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 "Deploy 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 deployed
Maintenance
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
MCP server for searching Airweave collections with natural language queries.
Related MCP Servers
- AlicenseCqualityCmaintenanceA Model Context Protocol server enabling product searches across e-commerce platforms, price history tracking, and product specification-based searches using natural language prompts.219MIT
- FlicenseNot gradedqualityDmaintenanceA demonstration implementation of the Model Context Protocol server that facilitates communication between AI models and external tools while maintaining context awareness.-
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables AI agents to generate, fetch, and manage UI components through natural language interactions.39 npm7ISC
- FlicenseAqualityCmaintenanceA Model Context Protocol server that provides web search capabilities using Google Custom Search API and webpage content extraction functionality.26 npm2-