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.
Connected to Claude via MCP, your Amazon account becomes conversational:
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.
Go to datadoe.com and start a 7-day free trial. Email + password — no credit card to start.
On the DataDoe dashboard click Connect Amazon → Seller Central. Amazon’s OAuth screen opens. Authorize:
DataDoe begins syncing within seconds. The first full backfill takes 5–20 minutes depending on account size.
In DataDoe → Settings → MCP, copy:
https://mcp.datadoe.com/v1/sseddt_xxxxxx...Claude Desktop (Mac/Windows):
{
"mcpServers": {
"datadoe": {
"command": "npx",
"args": ["-y", "@datadoe/mcp"],
"env": {
"DATADOE_TOKEN": "ddt_xxxxxx..."
}
}
}
}Claude on web (Pro/Team):
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.
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{
"mcpServers": {
"amazon-sp-api": {
"command": "node",
"args": ["/abs/path/to/amazon-sp-api-mcp/dist/index.js"]
}
}
}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.
| Amazon Native MCP | DataDoe MCP | |
|---|---|---|
| Setup time | 3–7 days | 5 minutes |
| SP-API approval | Required | Not required |
| Cost | “Free” + dev hours | $97/mo |
| Data sources | Orders, Ads | 12+ (incl. reviews, vendor, COGS) |
| Multi-account | ❌ | ✅ |
| Pre-joined profit | ❌ | ✅ |
| Maintenance | You | DataDoe |
| Best for | Engineers | Sellers, agencies, ops |
For the full benchmark see: DataDoe MCP vs Amazon’s Native MCP: Head-to-Head Test (2026).
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.
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.
Start your DataDoe free trial and have Claude talking to your Amazon account in 5 minutes.




.webp)