MCP Catalogs
Homeebay-mcp screenshot

ebay-mcp

by YosefHayim·63·Score 48

eBay MCP Server provides AI assistants with access to 325 eBay API tools for inventory, orders, marketing, and analytics.

ecommercedeveloper-toolsproductivity
33
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

Overview

The eBay MCP Server is a comprehensive Model Context Protocol implementation that bridges AI assistants with eBay's Sell APIs. It offers complete API coverage across 270 unique endpoints, providing tools for inventory management, order fulfillment, marketing campaigns, analytics, and developer operations. The server implements OAuth 2.0 authentication with automatic token refresh and supports both client credentials (1k requests/day) and user tokens (10k-50k requests/day).

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI assistants managing eBay inventory listings and stock levels
you:Automated order processing and fulfillment workflows
you:Marketing campaign creation and performance analytics
you:What is the difference between client credentials and user token authentication?
you:Which AI clients are supported?

When to choose this

Choose this server for comprehensive eBay store management through AI assistants, particularly when you need high-volume API access with OAuth authentication.

When NOT to choose this

Avoid if you don't use eBay or need tools for other e-commerce platforms; this is specifically for eBay's ecosystem only.

Tools this server exposes

12 tools extracted from the README
  • ebay_get_oauth_url

    Get OAuth URL for authentication

  • ebay_list_inventory_items

    List inventory items

  • ebay_create_inventory_item

    Create a new inventory item

  • ebay_update_inventory_item

    Update an existing inventory item

  • ebay_list_orders

    List orders

  • ebay_ship_order

    Mark an order as shipped

  • ebay_create_marketing_campaign

    Create a new marketing campaign

  • ebay_get_seller_standards

    Get seller performance standards

  • ebay_create_gtc

    Create Good 'Til Cancelled listing

  • ebay_get_inventory_item

    Get details of a specific inventory item

  • ebay_get_order

    Get details of a specific order

  • ebay_create_refund

    Create a refund for an order

Comparable tools

shopify-mcpamazon-mcpwoocommerce-mcpstripe-mcp

Installation

Install eBay MCP Server

**1. Get eBay Credentials**

  • Create a free [eBay Developer Account](https://developer.ebay.com/)
  • Generate application keys in the [Developer Portal](https://developer.ebay.com/my/keys)

**2. Install**

npm install -g ebay-mcp

**3. Setup Configuration**

npm run setup

**4. Configure Claude Desktop** Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ebay": {
      "command": "ebay-mcp",
      "args": []
    }
  }
}

FAQ

What is the difference between client credentials and user token authentication?
Client credentials provide 1,000 requests/day with basic access. User tokens provide 10,000-50,000 requests/day with extended permissions but require OAuth login.
Which AI clients are supported?
The server supports 9 clients: Claude Desktop, Cursor, Zed, Cline, Continue.dev, Windsurf, Roo Code, Claude Code CLI, and Amazon Q with auto-configuration.

Compare ebay-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.