
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.
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:
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 READMEebay_get_oauth_urlGet OAuth URL for authentication
ebay_list_inventory_itemsList inventory items
ebay_create_inventory_itemCreate a new inventory item
ebay_update_inventory_itemUpdate an existing inventory item
ebay_list_ordersList orders
ebay_ship_orderMark an order as shipped
ebay_create_marketing_campaignCreate a new marketing campaign
ebay_get_seller_standardsGet seller performance standards
ebay_create_gtcCreate Good 'Til Cancelled listing
ebay_get_inventory_itemGet details of a specific inventory item
ebay_get_orderGet details of a specific order
ebay_create_refundCreate a refund for an order
Comparable tools
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
Last updated · Auto-generated from public README + GitHub signals.