Skip to main content
Glama
cyxg66au
by cyxg66au

eBay MCP Server

A Model Context Protocol (MCP) server that exposes eBay seller APIs as tools for AI assistants.

Features

  • Browse active listings

  • Manage inventory items

  • View orders and fulfillment status

  • Handle customer messages

Related MCP server: ebay-mcp

Getting Started

Prerequisites

  • Node.js 18+

  • An eBay developer account with API credentials

Installation

npm install

Configuration

Copy the example environment file and fill in your credentials:

cp .env.example .env

Variable

Description

EBAY_CLIENT_ID

Your eBay application client ID

EBAY_CLIENT_SECRET

Your eBay application client secret

EBAY_REFRESH_TOKEN

OAuth refresh token for your seller account

Running

npm start

Available Tools

Tool

Description

get_orders

Fetch recent orders (filterable by status)

get_inventory_items

List active inventory/listings with pagination

get_seller_summary

Get seller account info and feedback score

Usage with Claude Desktop

Add this to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "ebay": {
      "command": "node",
      "args": ["/Users/YOUR_USERNAME/Documents/ebay-mcp-project/index.js"],
      "env": {
        "EBAY_CLIENT_ID": "your_client_id",
        "EBAY_CLIENT_SECRET": "your_client_secret",
        "EBAY_REFRESH_TOKEN": "your_refresh_token"
      }
    }
  }
}

Then restart Claude Desktop — you'll see the eBay tools available in the tools panel.

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    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
    C
    quality
    A
    maintenance
    Provides AI assistants with comprehensive access to eBay's Sell APIs, including 325 tools for inventory management, order fulfillment, marketing campaigns, analytics, and more.
    100
    265 npm
    156
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    A comprehensive MCP server providing AI assistants with 325 tools to manage eBay inventory, orders, marketing, and analytics via eBay's Sell APIs.
    100
    265 npm
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    AI-powered selling intelligence for multiple online marketplaces, enabling item analysis, optimized listings, pricing checks, negotiation coaching, and batch operations via any MCP-compatible AI assistant.
    -