Ecommerce

Amazon Seller Central MCP Server

Connect your account, then chat with AI to run tools.

Discover marketplace participations, triage orders and inventory, search and update listings, pull sales metrics, and download flat-file reports — with preview-first writes so agents do not mutate Seller Central without approval.

Best forAmazon Marketplace SellersEcommerce OperationsBrand ManagersFBA Inventory Planners

Try this workflow

Marketplace discovery

Which Amazon marketplaces is my seller account active in? List marketplace ids and confirm the seller id for US.

Managed
18 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

What you can do with Amazon Seller Central

Built for

Amazon Marketplace Sellers, Ecommerce Operations Teams, Brand Managers, FBA Inventory Planners, Multi-Marketplace Operators

Example workflows

Marketplace discovery

Anchors marketplace_ids before orders, listings, or reports.

Try this

Which Amazon marketplaces is my seller account active in? List marketplace ids and confirm the seller id for US.

Order triage window

Typical fulfillment standup with bounded CreatedAfter filters.

Try this

List unshipped Amazon orders from the last 7 days for my US marketplace, then open line items for the three most recent orders.

Listing health check

Uses search listings plus included issue data.

Try this

Search my active listings in the US marketplace and flag any SKUs with listing issues in the response.

Flat-file export

End-to-end report pipeline with spillover-safe document download.

Try this

Request the merchant listings all data report for my US marketplace, wait until it completes, and give me a download link for the document.

Context to know first

What is Amazon Seller Central MCP?

It connects Seller Central SP-API to AI assistants so you can read orders, inventory, catalog, pricing, finances, and metrics, manage listings with preview-first writes, and download async reports from chat.

Does it expose buyer PII or require RDT?

No. Restricted buyer name, full address, and phone fields are out of scope in this bundle. Operational order and shipment fields only.

AI Skill
SKILL.md

Domain knowledge for Amazon Seller Central — workflow patterns, data models, and gotchas for your AI agent.

Amazon Seller Central

Marketplace sellers run orders, FBA inventory, listings, catalog research, competitive pricing, sales metrics, settlements, and flat-file reports across Amazon marketplaces.

First moves

  1. Marketplace participations — discover seller id and active marketplace ids before any marketplace-scoped read.
  2. Catalog search — find ASINs by keyword or product identifier in one marketplace.
  3. Competitive pricing — price summaries for ASINs returned from catalog search.
  4. Orders — list orders with created-after / created-before windows; open line items per order id.
  5. Inventory — FBA inventory summaries when fulfillment stock matters.
  6. Sales metrics — revenue and unit trends over a bounded interval.
  7. Financial events — posted charges, fees, and refunds within a date window.

Data model

Seller → Marketplace → ASIN / SKU → Order → Order items. Listings are seller SKUs tied to ASINs per marketplace. Reports are async jobs that produce downloadable flat files when processing completes.

Operational order

  1. Anchor marketplace ids from participations — most reads require an explicit marketplace scope.
  2. Catalog search when you need ASINs; keywords and identifiers are mutually exclusive in one call.
  3. Pull competitive pricing for ASINs discovered in step 2.
  4. List orders with tight created-after filters — avoid unbounded national scans; paginate with continuation tokens.
  5. Open order line items only for order ids returned in step 4.
  6. Use inventory summaries, sales metrics, and financial events for stock, revenue, and settlement questions.
  7. Listings — search active listings, open one SKU, then create, update (dry-run validation available), or delete when catalog permissions allow. Listing and shipment writes preview until confirm_write.
  8. Reports — request a report type for a marketplace, poll until complete, then fetch the document download in the same session.

Order fulfillment

Daily ops list recent unshipped orders, inspect line items for sku and quantity, then confirm shipment with carrier and tracking when ready. Buyer name, full street address, and phone are not exposed in this bundle — operational order fields only. Shipment confirmation still needs appropriate Seller Central permissions for direct-to-consumer shipping.

Listing and catalog ops

Listing health checks search active SKUs and read issue payloads on each result. Catalog research combines keyword search with competitive pricing for repricing or launch decisions. Listing creates and patches support validate-only mode to check payloads before committing.

Gotchas

  • Regional partition — Americas, Europe, and Far East sellers use different API regions; scope reads to the partition where the account is registered.
  • Seller Central roles — catalog search, pricing, finances, and listing writes each need the matching role grant on the connected app.
  • Finances window — settlement event queries span at most 180 days; the end timestamp must be slightly before request time.
  • Buyer PII — restricted buyer identity and address fields are out of scope here even when Seller Central shows them in the UI.
  • Rate limits — usage plans vary by operation; paginate orders instead of repeating wide date windows.
  • Report documents — download links expire quickly after a report reaches done status — fetch the document in the same workflow pass.
  • Writes need confirmation — listing changes, shipment confirmation, and report creation default to preview; set confirm_write after user approval.

Tools in this Server (18)

Amazon Sp API Confirm Shipment

Confirm shipment for an Amazon order (Orders API shipmentConfirmation). Requires marketplace id and packageDetail with carrier, tracking, ship date, a...

Amazon Sp API Create Listing

Create or fully replace a Seller Central listing (Listings Items PUT). Requires seller id, seller SKU, marketplace id, and product type attributes pay...

Amazon Sp API Create Report

Request an asynchronous Seller Central report (Reports API). Returns reportId for polling with get report. Common report types include GET_FLAT_FILE_O...

Amazon Sp API Delete Listing

Delete a Seller Central listing by seller id and SKU (Listings Items DELETE).

Amazon Sp API Get Item Pricing

Fetch competitive price summaries for up to 20 ASINs or SKUs in one marketplace. Requires Pricing role. Use after catalog search to compare listing pr...

Amazon Sp API Get Listing

Fetch one Seller Central listing by seller id and SKU (Listings Items GET). Returns summaries, attributes, offers, issues, and fulfillment availabilit...

Amazon Sp API Get Order

Fetch one Seller Central order by Amazon order id. Operational fields only — restricted buyer PII requires separate RDT authorization upstream.

Amazon Sp API Get Report

Poll a Seller Central report by reportId. Returns processingStatus and reportDocumentId when DONE. Set wait_for_completion=true to block until termina...

Amazon Sp API Get Report Document

Download a Seller Central report document after create_report and get_report return reportDocumentId. Large gzip payloads spill to a presigned downloa...

Amazon Sp API Get Sales Metrics

Read aggregated order metrics (units and revenue) for marketplace ids over an interval. Interval uses ISO-8601 start--end with timezone. Granularity D...

Amazon Sp API List Financial Events

List Seller Central financial events (charges, fees, refunds) posted within a date window. Requires Finance and Accounting role. Window max 180 days; ...

Amazon Sp API List Inventory

Fetch FBA inventory summaries for seller SKUs in given marketplaces. Supports pagination via nextToken and optional sellerSkus filter.

Amazon Sp API List Marketplaces

List Amazon marketplaces the seller participates in. Returns marketplace ids, seller id, and participation flags — run first to discover marketplace_i...

Amazon Sp API List Order Items

List line items for an Amazon order id. Use after listing orders to drill into SKU quantities and item prices.

Amazon Sp API List Orders

List Seller Central orders for one or more marketplace ids. Requires CreatedAfter or LastUpdatedAfter to bound the window. Supports NextToken paginati...

Amazon Sp API Search Catalog Items

Search Amazon catalog items by keywords or product identifiers (ASIN, UPC, EAN, SKU) in one marketplace. Requires Product Listing role. Pass keywords ...

Amazon Sp API Search Listings

Search Seller Central listings for a seller (searchListingsItems). Filter by identifiers, SKU, ASIN, listing status, or created date. Supports pageTok...

Amazon Sp API Update Listing

Partially update a Seller Central listing (Listings Items PATCH). Pass patches array with op/add/replace/remove entries for top-level attributes.

Frequently Asked Questions

What is Amazon Seller Central MCP?

It connects Seller Central SP-API to AI assistants so you can read orders, inventory, catalog, pricing, finances, and metrics, manage listings with preview-first writes, and download async reports from chat.

Does it expose buyer PII or require RDT?

No. Restricted buyer name, full address, and phone fields are out of scope in this bundle. Operational order and shipment fields only.

How do I connect Amazon Seller Central to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/amazon-sp-api. Authentication is handled automatically.

How many tools does Amazon Seller Central provide?

Amazon Seller Central provides 18 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Amazon Seller Central require?

Amazon Seller Central uses One-click sign in. Amazon Seller Central requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Amazon Seller Central to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/amazon-sp-api

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Amazon Seller Central and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Amazon Seller Central will appear under Not connected — select it and click Connect to complete OAuth.
Name: Amazon Seller Central
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/amazon-sp-api
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Amazon Seller Central?

Sign in to connect your credentials and start running tools from the chat.

Amazon Seller Central MCP — Orders, Listings & Reports