eBay MCP Server
Provides tools for managing eBay seller activities such as browsing active listings, managing inventory items, viewing orders and fulfillment status, and handling customer messages.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@eBay MCP Servershow my recent orders"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 installConfiguration
Copy the example environment file and fill in your credentials:
cp .env.example .envVariable | Description |
| Your eBay application client ID |
| Your eBay application client secret |
| OAuth refresh token for your seller account |
Running
npm startAvailable Tools
Tool | Description |
| Fetch recent orders (filterable by status) |
| List active inventory/listings with pagination |
| 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
This server cannot be deployed
Maintenance
Related MCP Connectors
Run an eBay seller account from your AI assistant: orders, listings, stock, fees and payouts.
Run storefronts, listings, orders, content, fulfillment, and analytics through AI.
Connect Amazon Seller Central to Claude or ChatGPT via MCP. Orders, inventory, pricing, fees, FBA.
Enable AI assistants to interact seamlessly with Feeef e-commerce stores, products, and orders usi…
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables 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.1MIT
- AlicenseCqualityAmaintenanceProvides AI assistants with comprehensive access to eBay's Sell APIs, including 325 tools for inventory management, order fulfillment, marketing campaigns, analytics, and more.100265 npm156MIT
- AlicenseCqualityDmaintenanceA comprehensive MCP server providing AI assistants with 325 tools to manage eBay inventory, orders, marketing, and analytics via eBay's Sell APIs.100265 npmMIT
- FlicenseNot gradedqualityDmaintenanceAI-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.-