e-tailizee-tailize

marketplace growth software

We get you in.

Marketplace exploration callLogin

Product

  • Integrations
  • Pricing
  • Developers

Company

  • About us

Resources

  • Blog
  • Help & contact

Contact

e-tailize B.V.Vanadiumweg 253812 PX Amersfoort, NLsupport@e-tailize.com+31 33 808 0102LinkedInKvK 83219412VAT NL862775930B01
© 2026 e-tailize·
Terms·Privacy·Cookies·DPA·MCP terms·Imprint·
e-tailizee-tailizee-tailize
How it works
Integrations
Pricing
About us
LoginMarketplace exploration call
  1. Home
  2. /
  3. Blog

Best e-commerce MCP servers in 2026: the official and third-party list for sellers

Leon, Founder, CEO

Written byLeon · Founder, CEO

Best e-commerce MCP servers in 2026: the official and third-party list for sellers

The official e-commerce MCP servers in August 2026 come from shop platforms and payment providers: Shopify (five servers), BigCommerce, WooCommerce, PayPal, Stripe, Amazon Ads, eBay, Etsy and Mirakl Ads. Every MCP server for bol, Amazon Seller Central, Kaufland, Allegro, Otto, Cdiscount or Zalando is third-party. This list labels each entry official or third-party, checked against the publisher's own domain, GitHub organisation or registry namespace.

An MCP marketplace can mean a catalogue of MCP servers, such as Glama or PulseMCP, or a server that exposes a marketplace's API to an agent, and only the second kind holds keys to your seller account, as covered in what MCP means for e-commerce sellers.

Everything was checked in August 2026; where sources disagree, the number is left out.

How we classified official and third-party

e-commerce MCP servers fall into two groups. Official means the server is published by the company that owns the API behind it. Third-party means anyone else: community repositories, hosted wrappers, resellers of access. A third-party server can be well built and an official one narrow; the label says who is accountable when the API changes.

Three checks did the work. The official MCP Registry proves ownership through namespace authentication: io.github.org/server for a GitHub organisation, com.example/server through a DNS or HTTP challenge. In this sector we found only two vendor namespaces, com.stripe/mcp and com.paypal.mcp/mcp. Even Shopify, BigCommerce and eBay do not register theirs. The registry is still in preview and hosts metadata only; there is no separate official badge, the namespace is the proof.

Anthropic's connectors directory labels entries Verified, Community or Custom, where Verified means tested for quality and compatibility, explicitly not a security audit.

OpenAI adds mandatory domain-control verification, plus a rule against approving plugins that primarily function as unofficial connectors to third-party services, including pass-through intermediary software layers.

Official servers from commerce platforms and payments

Shopify: five official servers

Shopify has the widest first-party set: a Dev MCP for its own APIs (@shopify/dev-mcp, local npx), a Storefront MCP at https://{shop}.myshopify.com/api/mcp with three tools and no auth, a UCP Catalog MCP at /api/ucp/mcp, a Checkout MCP with five tools on a 60 minute bearer token, and a Customer Accounts MCP at /customer/api/mcp on OAuth 2.0 with PKCE. Shop-facing, not marketplace-facing.

BigCommerce: official, Storefront MCP in early access

BigCommerce publishes a Storefront MCP in early access plus a documentation server at https://docs.bigcommerce.com/_mcp/server covering its own APIs. BigCommerce and Feedonomics also say they are working toward MCP compatibility: intent, not a server you can point an agent at.

WooCommerce: official, developer preview

Automattic exposes a WooCommerce MCP endpoint in developer preview at https://{store}/wp-json/woocommerce/mcp, next to @automattic/mcp-wordpress-remote for WordPress itself. Developer preview status matters, and so does the address: the endpoint sits on your own store domain, with no vendor in between.

PayPal: official, remote and local

PayPal ships a remote server at https://mcp.paypal.com and a local package, @paypal/mcp, with more than 30 tools covering invoices, orders, payments, refunds, disputes and subscriptions. It is one of only two vendors here with a namespace in the official MCP Registry, com.paypal.mcp/mcp.

Stripe: official, remote

Stripe's official remote server sits at https://mcp.stripe.com and authenticates through OAuth or a restricted API key, so you can limit what an agent reaches before you connect it. Its namespace, com.stripe/mcp, is the other proven vendor namespace in this sector.

Amazon Ads MCP Server: official, advertising only

Amazon's one MCP server for sellers has been in open beta since 2 February 2026 and covers advertising: campaign create, update and delete, reporting and billing. Seller Central data such as orders, inventory, listings and returns is not in it, and reaching that means a third-party server on the Selling Partner API, the same API any Amazon integration runs on.

eBay: official, read-only public APIs

eBay publishes a public API MCP server in its own GitHub organisation, under Apache 2.0, created in January 2026, still maintained in August 2026, no official sandbox. It lets Claude Desktop, Cursor and similar tools call eBay marketplace APIs, but the README is explicit: GET requests only, it reads and never writes.

Bol.comAmazonKauflandDecathlonMediaMarktCdiscountFnacAllegroConradDouglasCarrefourBunningsWortenEl Corte Inglés

0+ marketplaces

We get you in.
Book a free call

Etsy Dev MCP: official, documentation only

Etsy's Dev MCP Server at https://mcp.api.etsycloud.com/mcp exposes five tools over its API specification. Etsy states that it does not call the Etsy API directly, it provides the specification knowledge your assistant needs. Useful while you write an integration, useless if you wanted an agent touching listings or orders.

Mirakl Ads: official, one tool

Mirakl has made its ad server available as a native MCP tool: a single Get Sponsored Products call. It sits inside Mirakl Ads, not the Mirakl Marketplace seller or operator API, so it does nothing for seller workflows on Mirakl-run marketplaces. Mind the collision: on Mirakl's developer site, MCP means Mirakl Catalog Platform.

The official integrator MCP

One layer above single platforms sits the integrator, which already holds certified connections to many marketplaces. As of August 2026, e-tailize is the only marketplace integrator building an official MCP server, on the certified channel connections it already holds to 200+ European marketplaces, and it is in private beta with a waiting list: marketplace workflows, catalogue actions and operational signals over connections that already run. That platform runs bol-certified, a bol Silver Partner, Internationally Certified.

Twelve multi-marketplace integration platforms were checked in August 2026 and none of them publishes an MCP server; the names and the evidence are in our guide to official MCP servers for marketplaces. The connection layer exists, and every wrapper rebuilds it alone.

Third-party marketplace servers sellers will meet

Where an MCP server exists for bol, Amazon Seller Central, Kaufland, Allegro, Otto, Cdiscount or Zalando, it is third-party: none of those marketplaces publishes one. Repositories you run yourself keep credentials in local environment variables; hosted wrappers hold them, or a token to your account.

bol-mcp, community

The community bol-mcp server wraps the bol Retailer API v10 with 76 tools in 17 categories: orders, offers, shipments, returns, invoices. Its README states that it is an "unofficial, community-maintained project and is not affiliated with or endorsed by bol.com". You run it locally, MIT licensed, with your own client ID and secret, as covered in our bol-mcp review.

Vinkius connectors, hosted

Vinkius publishes hosted connectors for bol, the Amazon Selling Partner API, Channable, Mirakl and Walmart, each with roughly eight to ten tools. The servers run on Vinkius infrastructure and you add your platform credentials there. Vinkius says they stay encrypted and under your control, which is the publisher's own claim.

Apideck MCP, hosted

Apideck runs a remote server at https://mcp.apideck.dev/mcp with more than 360 tools across 200+ connectors, of which five are bol order operations. Authentication is brokered through Apideck Vault over OAuth, so tokens live with Apideck. Broad coverage, shallow per channel.

DataDoe, hosted

DataDoe, from Deltologic, offers a remote server covering the Amazon Selling Partner API and the Amazon Ads API with 22 tools on a subscription, with API access mediated by the vendor, not your own key. It puts a third party inside your Selling Partner relationship, a call to make deliberately.

Community Selling Partner API repositories

Several open-source servers wrap the Selling Partner API. amazon-sp-mcp calls itself a community project (unofficial), exposes 14 tools, keeps Login with Amazon credentials in a local .env file and had 45 stars. amazon_sp_mcp had 31 stars; mcp-amazon-sp-api advertises more than 55 tools. Stars measure popularity, not maintenance.

Community eBay servers

ebay-mcp describes itself as an unofficial, third-party project, runs locally over stdio and keeps credentials in a local .env file. It had 131 stars in August 2026; roughly twenty smaller eBay repositories exist alongside it. Its tool count differs between sources, so no figure is quoted.

AllegroMCP, community

AllegroMCP is titled an Unofficial Allegro MCP Server, wraps the Allegro Seller API with more than 30 tools and uses the OAuth device flow, saving tokens locally. It had zero stars when checked, which says nothing about what 30+ Seller API tools can do to a live account.

walmart-marketplace-mcp, community

A community server with 22 tools for the Walmart Marketplace API, alongside a Vinkius wrapper with eight tools. Useful if the United States is on your plan, irrelevant to European channels.

We get you in.

Channels and tools with no MCP server at all

Nothing was found, first-party or third-party, for Kaufland, Cdiscount, Otto or ManoMano as of August 2026, and the same is true of ten of the twelve integration platforms in our marketplaces guide: ChannelEngine, EffectConnect, Koongo, base.com, Tradebyte, ChannelPilot, Rithum, Lengow, Productsup and Feedonomics (Channable exists only as a third-party Vinkius wrapper, Shoppingfeed only as an announcement). Fnac and Darty could not be confirmed, because the developer portal refused access.

That absence is the real state of this market, and directory listings do not show it. If your plan runs through Kaufland or Cdiscount, we found no public MCP server that reaches those channels today. Until that changes, agent access to those channels runs through an integrator, which is why sellers comparing feed tools read our Channable alternatives with MCP in mind.

All e-commerce MCP servers at a glance

The same e-commerce MCP servers side by side: publisher, label, reach, hosting and credentials.

NamePublisherOfficial / third-partyScopeHostingWhere your credentials live
Shopify setShopifyOfficialStorefront, checkoutRemote, localNone, bearer or OAuth 2.0 PKCE
Storefront MCPBigCommerceOfficialStorefront, docsRemote, early accessNot stated in our sources
WooCommerce MCPAutomatticOfficialYour storeYour own domainNot stated in our sources
PayPal MCPPayPalOfficialInvoices, paymentsRemote and localNot stated in our sources
Stripe MCPStripeOfficialAccount actionsRemoteOAuth or restricted key
Amazon Ads MCPAmazon AdsOfficialAdvertising onlyNot stated in our sourcesNot stated in our sources
Public API MCPeBayOfficialRead onlyNot stated in our sourcesNot stated in our sources
Dev MCPEtsyOfficialDocumentation onlyRemoteNot stated in our sources
Ads MCP toolMiraklOfficialSponsored productsNot stated in our sourcesNot stated in our sources
e-tailize MCPe-tailizeOfficial, integrator200+ European marketplaces, private betaNot published (private beta)Provisioned by e-tailize (beta)
bol-mcpCommunityThird-partybol Retailer APILocalYour env vars
ConnectorsVinkiusThird-partybol, Amazon, Channable, Mirakl, WalmartHostedVinkius, encrypted
Apideck MCPApideckThird-partyFive bol callsHostedApideck Vault
DataDoeDeltologicThird-partySelling Partner API, Ads APIHostedVendor mediated
Community reposDevelopersThird-partyOne channelLocalYour local file

How to judge any entry on this list

Judge e-commerce MCP servers on three things, in that order.

  1. Who publishes it. A vendor namespace in the official MCP Registry, or the publisher's own GitHub organisation, is proof; a directory badge is weaker, and on mcp.so it is a paid feature.
  2. Where your credentials live. A local server keeps your keys on your own machine; a hosted wrapper holds them, or a token that reaches your account.
  3. How much authority you hand over. Read-only first, writes behind confirmation, and a person in the loop for anything touching money, stock or a live listing.

The longer version, including what the published research on authentication, tool descriptions and scanner accuracy actually shows, is the seven checks in our guide to official MCP servers for marketplaces.

What this means for your channels

The honest summary: official e-commerce MCP servers are normal for shop platforms and payment providers, marketplaces publish little and what they publish is narrow, and everything reaching bol, Amazon Seller Central or Allegro seller data is third-party. Judge on publisher, credentials and write access, not tool count.

e-tailize gets brands admitted to European marketplaces they cannot reach alone, including gated and invite-only channels, and runs the software that keeps listings, stock, pricing and orders in sync across 200+ of them. The MCP layer is those same connections opened to agents, in private beta.

Sell on every marketplace you cannot reach alone

e-tailize gets your products live across marketplaces and keeps catalogue, stock, orders and analytics running from one place. Book a free marketplace exploration call and we map your fastest routes to growth.

Marketplace exploration call

Frequently asked questions

Which e-commerce MCP servers are official in 2026?
Shop platforms and payment providers publish most of them: Shopify, BigCommerce, WooCommerce, PayPal, Stripe and Amazon Ads. From the marketplaces themselves only narrow ones exist: eBay read-only, Etsy documentation only, Mirakl Ads advertising only. As of August 2026 e-tailize is the only marketplace integrator building one, in private beta.
Does Shopify have an official MCP server?
Shopify has five: a Dev MCP for building against its APIs, a Storefront MCP, a UCP Catalog MCP, a Checkout MCP and a Customer Accounts MCP on OAuth 2.0 with PKCE. They cover Shopify stores and the shopping journey, not marketplace selling.
Does Amazon have an MCP server for sellers?
Only for advertising. The Amazon Ads MCP Server has been in open beta since 2 February 2026 and covers campaigns, reporting, account settings and billing data. Seller Central orders, inventory and listings are not exposed by any Amazon-published server, so agents reach them through third-party servers on the Selling Partner API.
Do Stripe and PayPal publish MCP servers?
Yes. Both hold their own namespace in the official MCP Registry, com.stripe/mcp and com.paypal.mcp/mcp, which is the ownership proof this sector otherwise lacks. Stripe's remote server authenticates through OAuth or a restricted API key, and PayPal ships a remote server plus a local package with more than 30 tools.
Which marketplaces have no MCP server at all?
As of August 2026 we found nothing, first-party or third-party, for Kaufland, Cdiscount, Otto or ManoMano. Fnac and Darty could not be confirmed, because the developer portal refused access. Agent access to those channels runs through an integrator instead.
How do I check if an MCP server is official?
Look for the publisher's own domain or GitHub organisation, or a vendor namespace in the official MCP Registry, where a reverse-DNS name is proved by a DNS or HTTP challenge. Directory labels are weaker: Anthropic's Verified means tested for quality, not a security audit, and on mcp.so it is a paid feature.

Keep reading

What is MCP? Model Context Protocol explained for e-commerce and marketplace sellersWhat is MCP? An open standard that lets an AI assistant use your systems through one connection. How it works, which apps support it, what it means for sellers.Official bol MCP server: what exists in 2026 and how to connect an AI agent safelyNo first-party bol MCP server found, August 2026. What the three third-party bol MCP servers do, where your API keys end up, and where the e-tailize MCP fits.Official MCP server for marketplaces: who publishes one, and why it takes an integratorAs of August 2026 no marketplace integrator publishes an official MCP server. What one does, who publishes what for bol and Amazon, and where e-tailize fits.
Explore all 200+ marketplaces→