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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables 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.Last updated1MIT
- AlicenseCqualityAmaintenanceProvides AI assistants with comprehensive access to eBay's Sell APIs, including 325 tools for inventory management, order fulfillment, marketing campaigns, analytics, and more.Last updated100470109MIT
- AlicenseCqualityCmaintenanceA comprehensive MCP server providing AI assistants with 325 tools to manage eBay inventory, orders, marketing, and analytics via eBay's Sell APIs.Last updated100470MIT
- Alicense-qualityCmaintenanceExposes Amazon Selling Partner API tools for sellers to manage orders, inventory, listings, pricing, analytics, and reports via natural language.Last updated13AGPL 3.0
Related MCP Connectors
Manage your Savanto store from your AI: catalog, content, prompts, and analytics, by chat.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Manage your Jumpseller store with AI. Products, orders, customers, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyxg66au/ebay-mcp-project'
If you have feedback or need assistance with the MCP directory API, please join our Discord server