resources

How to Connect Amazon Seller Central to Claude (Step-by-Step 2026 Guide)

March 18, 2026
Amazon
Step-by-step diagram showing how to connect Amazon Seller Central to Claude via DataDoe MCP and Amazon Native MCP

TL;DR

You can connect Amazon Seller Central to Claude in two ways: (1) DataDoe MCP — 5-minute setup, no SP-API approval, $97/mo, recommended for 95% of sellers; or (2) Amazon’s Native MCP — requires SP-API developer registration, 3–7 day approval, free but engineering-heavy. This guide walks through both, with config snippets, troubleshooting, and 10 prompts you can run on day one.

Why connect Seller Central to Claude?

Connected to Claude via MCP, your Amazon account becomes conversational:

  • “What’s my net profit today?”
  • “Pause every campaign with ACoS over 60%.”
  • “Forecast restock for our 10 top sellers.”
  • “Find reviews mentioning ‘broken’ from the last 7 days.”

No dashboard switching, no CSV exports, no SQL. Plain English, real data, real actions. If you’re new to MCP, start with our primer: What is MCP? Complete 2026 Guide.

Option 1: Connect via DataDoe MCP (recommended)

Prerequisites

  • Amazon Seller Central account (any marketplace)
  • Claude account (Free, Pro, or Team — all support MCP)
  • 5 minutes

Step 1: Sign up for DataDoe

Go to datadoe.com and start a 7-day free trial. Email + password — no credit card to start.

Step 2: Connect your Amazon account

On the DataDoe dashboard click Connect Amazon → Seller Central. Amazon’s OAuth screen opens. Authorize:

  • Orders, Shipments, Returns
  • Advertising
  • Reports
  • Catalog Items
  • Listings
  • Customer information (PII-approved)

DataDoe begins syncing within seconds. The first full backfill takes 5–20 minutes depending on account size.

Step 3: Get your MCP URL + token

In DataDoe → Settings → MCP, copy:

  • MCP URL: https://mcp.datadoe.com/v1/sse
  • Token: ddt_xxxxxx...

Step 4: Add MCP to Claude

Claude Desktop (Mac/Windows):

  1. Open Claude Desktop → Settings → Developer → Edit Config
  2. Paste:
{
  "mcpServers": {
    "datadoe": {
      "command": "npx",
      "args": ["-y", "@datadoe/mcp"],
      "env": {
        "DATADOE_TOKEN": "ddt_xxxxxx..."
      }
    }
  }
}
  1. Restart Claude Desktop
  2. Look for the “plug” icon — you should see DataDoe tools listed

Claude on web (Pro/Team):

  1. Settings → Connectors → Add custom connector
  2. Paste DataDoe MCP URL + token
  3. Authorize

Step 5: Test it

In a new Claude chat, ask:

What’s my Amazon net profit for the last 7 days, broken down by ASIN?

Claude should respond in 2–3 seconds with clean numbers. If yes — you’re live.

Option 2: Connect via Amazon’s Native MCP

Prerequisites

  • Amazon Seller Central account
  • SP-API developer registration (apply at developer.amazonservices.com; approval takes 3–7 business days)
  • Comfort with OAuth, refresh tokens, and environment configuration
  • A machine or server to host the MCP server
  • Several hours of setup time

Step 1: Get SP-API access

  • Register as a developer on Amazon’s Developer Console
  • Apply for the roles you need (Selling Partner Insights, Advertising, etc.)
  • Wait for approval (typically 3–7 business days)
  • Generate LWA (Login with Amazon) credentials
  • Self-authorize your own Seller account → get a refresh token

Step 2: Install Amazon’s MCP server

git clone https://github.com/amzn/amazon-sp-api-mcp
cd amazon-sp-api-mcp
npm install
cp .env.example .env
# Edit .env with LWA_APP_ID, LWA_CLIENT_SECRET, REFRESH_TOKEN, MARKETPLACE_ID
npm run build

Step 3: Configure Claude

{
  "mcpServers": {
    "amazon-sp-api": {
      "command": "node",
      "args": ["/abs/path/to/amazon-sp-api-mcp/dist/index.js"]
    }
  }
}

Step 4: Restart and test

Restart Claude Desktop and ask:

List my orders from yesterday.

If it works — congrats. You’re now responsible for LWA token rotation, scope updates, error handling, and rebuilds every time Amazon ships a new SP-API version.

Comparison: which path is right for you?

Amazon Native MCPDataDoe MCP
Setup time3–7 days5 minutes
SP-API approvalRequiredNot required
Cost“Free” + dev hours$97/mo
Data sourcesOrders, Ads12+ (incl. reviews, vendor, COGS)
Multi-account
Pre-joined profit
MaintenanceYouDataDoe
Best forEngineersSellers, agencies, ops

For the full benchmark see: DataDoe MCP vs Amazon’s Native MCP: Head-to-Head Test (2026).

10 prompts to try once connected

  1. “What’s my net profit today?”
  2. “Find ASINs losing money this month.”
  3. “Pause PPC campaigns with ACoS over 60%.”
  4. “Forecast restock dates for my top 10 SKUs.”
  5. “Summarize negative reviews from the last 7 days.”
  6. “Which keywords drove the most ad sales last week?”
  7. “Show me stranded inventory across all marketplaces.”
  8. “Reconcile Settlement #XYZ against my bank deposit.”
  9. “Compare margin across my 3 brands.”
  10. “Draft a re-pricing email to my supplier for products below 18% margin.”

Troubleshooting

Claude doesn’t show DataDoe tools. Quit and reopen Claude Desktop fully. Confirm the token is correct in the config file.

“Authentication failed.” Reauthorize Amazon in DataDoe settings. The token may have expired.

Slow responses. First-time backfill is still running. Wait 10–20 minutes for full sync to finish.

“No data for last 24h.” Amazon’s SP-API has eventual consistency. New orders appear within 30–60 minutes.

FAQ

Is it safe to give DataDoe access to my Seller Central?
DataDoe passed Amazon’s full security audit and is PII-approved. Tokens are scoped, encrypted at rest, and audit-logged.

Can I use ChatGPT instead of Claude?
Yes — ChatGPT supports MCP via Connectors. The same DataDoe URL + token works.

Will Amazon ban me for using MCP?
No. MCP servers using approved SP-API access (DataDoe and Amazon’s own) are sanctioned.

What about Vendor Central (1P)?
DataDoe supports Vendor Central too. Amazon Native MCP doesn’t yet.

How fast is real-time?
DataDoe syncs orders within ~30 seconds; reports within minutes; settlements daily.

Can I disconnect anytime?
Yes. Revoke in DataDoe → Settings; revoke MWS/SP-API permissions in Seller Central. No lock-in.

Ready to go?

Start your DataDoe free trial and have Claude talking to your Amazon account in 5 minutes.

Work with us
Let's build something amazing!
Fill out the contact form
Join the list of our satisfied clients. You’ll be in good company.