Skip to main content
Glama

Ebay MCP Server

MIT License
4
  • Apple
  • Linux

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.

# 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

Environment Variables

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
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A Model Context Protocol server that lets you fetch auctions from Ebay.com using natural language prompts like 'Find me 10 auctions for batman comics'.

  1. Example
    1. Components
      1. Tools
    2. Installation
      1. Requires UV (Fast Python package and project manager)
      2. Environment Variables

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server enabling product searches across e-commerce platforms, price history tracking, and product specification-based searches using natural language prompts.
      Last updated -
      8
      14
      Python
      MIT License
    • A
      security
      A
      license
      A
      quality
      A production-ready Model Context Protocol server that enables language models to leverage AI-powered web scraping capabilities, offering tools for transforming webpages to markdown, extracting structured data, and executing AI-powered web searches.
      Last updated -
      3
      33
      Python
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that integrates with Microsoft Bing Search API, allowing AI assistants to perform web, news, and image searches.
      Last updated -
      3
      53
      Python
      MIT License
      • Apple
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.
      Last updated -
      1
      616
      14
      JavaScript
      • Apple
      • Linux

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/CooKey-Monster/EbayMcpServer'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server