服务调研关于联系
← Back to Research
2026-03-21AI 实战·

Someone Has Already Handed Their Amazon Backend to AIA Hands-On Read of the MCP Protocol

You're Still Studying How to Write a Skill — Someone Has Already Handed Their Amazon Backend to AI


Starting From a Real Case

Recently a cross-border e-commerce seller did something I thought was worth writing about.

He used Claude Code (the AI coding terminal from Anthropic) and, through a plugin called MCP Chrome DevTools, took over his Chrome browser directly from the terminal.

What does that mean?

He first logged into the Amazon Seller Central backend inside Chrome, then went back to the Claude Code terminal and typed a single line:

"Pull out the search-term reports for all of this month's ad campaigns, and find the terms with ACOS above 50%."

Here is what happened next:

  1. Through MCP, Claude Code took control of the Chrome page he had already logged into
  2. It automatically clicked through to the advertising reports page
  3. It automatically read the data tables on the page
  4. It automatically filtered, analyzed, and offered optimization suggestions

He never touched the mouse the whole time.

This is not science fiction, nor an internal tool. This is something, as of March 2026, that anyone with a Claude Code subscription can do.

But there's a catch here — this approach is a "shortcut."


Why It's a "Shortcut"

The essence of Chrome DevTools MCP is letting AI drive the browser's developer tools — Console, Network, DOM element reading, page screenshots.

It does not go through Amazon's official API; instead, like a human, it "looks" at the page, "reads" the data, and "clicks" the buttons.

That means:

ProsCons
Zero barrier — log in and goA redesign of Amazon's pages can break it
No need to apply for any API permissionData format isn't standardized; relies on AI parsing HTML
What you see is what you get, identical to human operationSpeed is limited by page load
Good for quickly validating an ideaRuns against the spirit of Amazon's new AI Agent policy of 2026-03-04

This seller quickly realized as much, and so he started digging: Is there an Amazon-official MCP?

The answer: Yes. And Amazon built it itself.

But before we get to that, let's nail down one prerequisite concept.


What Exactly Is MCP

One-Sentence Definition

MCP (Model Context Protocol) is the standard protocol for AI to connect to external tools.

Released by Anthropic (Claude's parent company) in late 2024, and donated in late 2025 to the Agentic AI Foundation under the Linux Foundation.

Understanding It by Analogy

Your phone has a charging port.

Android used to use Micro USB, Apple used Lightning, Samsung used Type-C — everyone was different, and you had to carry three cables when you went out.

Later, USB-C unified everything. One cable charges every device.

MCP is the USB-C of the AI world.

Before:

Now:

Who's Using It

AI ClientMCP Support
Claude Code / Claude.ai✅ Made by Anthropic, native support
ChatGPT✅ OpenAI has integrated
Gemini✅ Google has integrated
VS Code / Cursor✅ Dev tools support it
Microsoft Copilot Studio✅ Enterprise-grade integration

Who's Shaping the Standard

RoleCompany
InitiatorAnthropic
Co-founding membersOpenAI, Block (Jack Dorsey's company)
SupportersMicrosoft, AWS, Google, Cloudflare, Bloomberg
Governing bodyLinux Foundation · Agentic AI Foundation

Note the key point: OpenAI and Anthropic are collaborators on this. MCP is not any single company's proprietary protocol; it is a public industry standard.


What Can MCP Connect to Now

As of March 2026, the MCP ecosystem already has 11,800+ Servers, covering nearly all mainstream software.

Here are a few that matter to ordinary people:

Everyday Office Work

MCP ServerWhat It Does
GmailAI reads and writes email directly, searches, creates drafts
SlackReads channel messages, searches history, sends messages
NotionReads and writes pages and databases
Google DriveFile search and management
Google CalendarScheduling

E-commerce & Payments

MCP ServerWhat It Does
Amazon Seller CentralSales data / inventory / returns / Listings / reports
Amazon AdsCreate ads / optimize bids / pull reports (official)
ShopifyOrders / products / revenue queries
StripePayments / subscriptions / invoice management
PayPalTransactions / invoices

Design & Development

MCP ServerWhat It Does
FigmaDesign mockups → code, two-way sync
GitHubCode repos / Issues / PRs / CI/CD
PostgreSQLQuery the database directly
AWSCloud servers / storage / serverless compute
DockerContainer management

Marketing & SEO

MCP ServerWhat It Does
AhrefsBacklinks / keywords / SEO analysis
SemrushTraffic / competitor analysis
SalesforceCRM / customer management
HubSpotMarketing automation
AmplitudeProduct analytics / A/B testing

The Universal Connector

MCP ServerWhat It Does
ZapierAn automation platform connecting 7,000+ apps
n8nSelf-hosted workflow engine

You read that right — Zapier has an MCP Server too. That means, in theory, AI can drive any software with an API through Zapier.


Back to Cross-Border E-commerce: Amazon's Official MCP

Amazon Ads MCP Server

On February 2, 2026, Amazon Advertising officially announced at the IAB Annual Leadership Meeting:

The Amazon Ads MCP Server enters Open Beta.

This is not third-party work — it is made by Amazon officially.

ItemDetails
Release date2026-02-02
Announced byPaula Despins, VP of Amazon Ads
StatusGlobal Open Beta
Supported AI clientsClaude, ChatGPT, Gemini
What it doesCreate SP ad campaigns in one sentence, expand across markets, query reports in natural language
Access requirementRequires active Amazon Ads API credentials

Note those three supported AI clients: Claude, ChatGPT, Gemini — the three biggest AIs on the market today, all supported. Amazon isn't opening up to just one; it's opening to all compliant AIs according to the MCP standard.

What You Can Actually Do

Suppose you're an Amazon seller who has integrated Amazon Ads MCP:

Before: Log into the backend → click Campaign Manager → select a campaign → export a report → download the CSV → open Excel → filter and analyze → manually adjust bids

Now: Open Claude and type one line —

"Take a look at the ad campaigns with ACOS above 40% over the past 7 days, list the 5 search terms bleeding the most money, and give me bid-reduction suggestions."

Through MCP, the AI calls the Amazon Ads API directly, retrieves structured data, and hands you actionable suggestions once it's done analyzing.

No page scraping, no CSV exports, no writing Excel formulas.

The Compliance Question

On March 4, 2026, Amazon updated the Business Solutions Agreement (BSA) and clarified its AI Agent policy:

All tools that access Seller Central or the Amazon Ads API programmatically — including AI Agents — now have explicit contractual obligations.

Translated into plain language:

MethodAmazon's Stance
Integrating via SP-API / Ads MCPEncouraged, compliant
Scraping the backend via browser automationGray area, not recommended
Manually copy-pasting for AI to analyzeFine, but inefficient

Amazon's signal is clear: AI is welcome, but please come in through the front door.


The Impact on the Cross-Border E-commerce Industry

What does this mean for cross-border e-commerce practitioners?

Short Term (2026)

Mid Term (2027–2028)

The Key Judgment

Today's MCP is like the mobile internet in 2010.

In 2010, most people thought a phone was for calls and texts; a few started doing business on their phones.

In 2026, most people think AI is for chatting and writing articles; a few are already using AI to operate their business backend directly.


Summary

ConceptOne-Sentence Explanation
MCPThe USB-C standard protocol for AI to connect to external tools
Chrome DevTools MCPLets AI drive the browser — a shortcut, but unstable
Amazon Ads MCPMade by Amazon officially, compliant and stable
SP-API MCPIntegrates data through the official seller API
MCP ecosystem11,800+ tools, covering the full chain of office / e-commerce / development / marketing

MCP is not the future; it is already the present.

The only question is: are you among the first to use it, or the one who wakes up late, after the efficiency gap has already left you behind.

Share
← Back to Research

Related · TryWay Labs

長為試之印(盖印版·自然崩口)
AI 实战2026-04-23
When AI Learns to Make Its Own Phone Calls · MCP May Be the Quietest Tech Revolution of 2026
AI 实战2026-03-28
How Much Does It Cost to Run Ads with Claude Code for a Month? · A Deep Dive into the MCP E-Commerce Ecosystem
AI 实战2026-03-23
Let AI Take Over Your Amazon Advertising · A Hands-On Guide to Claude Code + Amazon Ads API