eBay

by cookey-monster

1 stars
445 downloads
Not rated
GitHub

About

listauction: 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

Details

Author
cookey-monster
Repository
CooKey-Monster/EbayMcpServer
GitHub stars
1
Downloads
445
License
MIT License
Categories
Design, Developer Tools, Search, API, Infrastructure, Frontend, Other

- Uses official MCP Python SDK.
- Single tool

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name eBay
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @highlight/mcp-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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 ID
-
CLIENT_SECRET`: Your Ebay client secret

list_auction

Scan ebay for auctions. Required 'query' argument for the search query. Optional 'ammount' argument for amount of results (defaults to 0). Returns result from Ebay's REST API.

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

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "ebay": {
            "env": {},
            "args": [
                "-y",
                "@highlight/mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "cmd"
}

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"

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.

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.