Reference

eBay MCP servers: what they are and which to use

An eBay MCP server lets an AI assistant read and act on an eBay seller account. Four exist in 2026: the open-source ebay-mcp project (free, ~300 tools, runs locally), eBay's own official server (free, read-only, for developers), CData's connector (from $499/year), and Haulbound (hosted, $19/month, no developer account needed).

What is an MCP server?

MCP — the Model Context Protocol — is the standard an AI assistant uses to call outside tools. An eBay MCP server exposes eBay's APIs as tools the assistant can use: fetching orders, reading fees, updating a listing. You don't need to understand the protocol to use one; it's the plumbing.

Local versus hosted, and why it matters

Local servers run on your own computer and use your own eBay developer credentials. Hosted (remote) servers run on the provider's infrastructure and handle the eBay developer relationship for you. That single distinction decides whether a non-technical seller can realistically use the tool at all.

A local server means: registering with the eBay Developers Program and waiting for review, generating a Client ID and Secret, installing Node.js, running an install command, editing a JSON config file, and completing an OAuth flow by pasting an authorisation code. It also means the server only works while your computer is on.

A hosted server means clicking a link and signing in with eBay.

The options in 2026

ServerTypePriceWrites?Developer account?
HaulboundHosted$19/moYes (3 tools)No
ebay-mcp (open source)LocalFreeYes (~300 tools)Yes
eBay official MCPLocalFreeNo — read onlyYes
CData eBay connectorLocal / cloudFrom $499/yrPartialYes

Does eBay have an official MCP server?

Yes — eBay published one in January 2026. It runs locally over stdio and is read-only: it's designed for developers exploring eBay's APIs, not for running a store. It cannot mark an order shipped or change a price.

Which should you pick?

If you write code and want maximum coverage, the open-source project is free and capable. If you sell on eBay and want to ask questions and make changes without becoming an eBay developer, that's what Haulbound does. Full comparison here, including where Haulbound loses.