eBay MCP Server
Supports UIby yosefhayim
Comprehensive MCP server providing AI assistants full access to eBay's Sell APIs with 325 tools.
What it does
This server connects AI assistants to the eBay Sell APIs, giving them complete control over inventory management, order fulfillment, marketing campaigns, and analytics. It allows an agent to perform professional seller operations directly through a chat interface.
Tools
ebay_get_inventory_items: Retrieve a list of all active inventory items.ebay_get_orders: Fetch seller orders based on date and status filters.ebay_create_offer: Create new listing offers for products.ebay_get_campaigns: Manage and monitor marketing campaigns.ebay_get_oauth_url: Generate URLs for high-rate-limit user authentication.
Installation
Install globally via npm:
npm install -g ebay-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"ebay-mcp": {
"command": "ebay-mcp",
"env": {
"EBAY_CLIENT_ID": "your_id",
"EBAY_CLIENT_SECRET": "your_secret",
"EBAY_ENVIRONMENT": "sandbox"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Zed
- Cline
- Continue.dev
- Windsurf
- Roo Code
- Claude Code CLI
- Amazon Q
Quick install
npm install -g ebay-mcpInformation
- Pricing
- free
- Published
- 4/14/2026
- stars






