Skip to main content
Glama
mcpflow

Ebay Mcp Server

by mcpflow

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: Ebay MCP Server

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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to search eBay listings, track item prices over time, and identify deals below market value using eBay's APIs. It provides tools for category browsing and retrieving detailed information for specific listings.
    1
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables searching eBay for auctions by providing a query and number of results, returning auction listings from eBay's Browse REST API.
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to search products, view item details, track and place bids, make Buy It Now purchases, view order history, and track shipments on eBay via browser automation with Playwright.
    7
    8
    MIT

View all related MCP servers

Related MCP Connectors

  • Routes natural-language shopping queries to merchant storefronts, returns normalized results.

  • Search products in nearby stores. Agents can also list items for sale on a user's behalf.

  • Search and get fashion products recommendations across multiple e-ecom stores

View all MCP Connectors

Latest Blog Posts

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/mcpflow/CooKey-Monster_EbayMcpServer'

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