Amazon Seller MCP Server
Exposes Amazon Selling Partner API tools for sellers to manage orders, inventory, listings, pricing, analytics, and reports via natural language.
README
Amazon Seller MCP Server
MCP (Model Context Protocol) server exposing Amazon Selling Partner API tools for sellers. Built from the Swagger models in ../models/.
Tools (47)
Full coverage of every operation in the underlying API models per group.
| Group | Tools |
|---|---|
| Orders (Orders API v0 — all 10 ops) | search_orders, get_order (header+items), get_order_items, get_order_buyer_info †, get_order_address †, get_order_items_buyer_info †, confirm_shipment, update_shipment_status (in-store pickup), get_order_regulated_info, update_verification_status |
| FBA / Inventory (FBA Inventory + Inbound Eligibility) | get_fba_inventory (low-stock flagging), check_fba_inbound_eligibility, create_sandbox_inventory_item ‡, delete_sandbox_inventory_item ‡, add_sandbox_inventory ‡ |
| Listings (Listings Items 2021-08-01 — all 5 ops + Restrictions + Product Type Definitions) | search_listings, get_listing, update_listing (PATCH price/qty, validation preview), create_or_replace_listing (PUT), delete_listing, get_listing_restrictions (gating check), search_product_types, get_product_type_definition |
| Catalog (Catalog Items 2022-04-01) | search_catalog, get_catalog_item |
| Pricing (Product Pricing v0 — all 6 ops + 2022-05-01 + Product Fees — all 3 ops) | get_pricing, get_competitive_pricing, get_item_offers, get_listing_offers, get_item_offers_batch, get_listing_offers_batch, get_featured_offer_expected_price (buy box target price), get_competitive_summary, estimate_fees, estimate_fees_batch |
| Analytics (Sales + Finances v0 — all 4 ops) | get_sales_metrics, list_financial_events (date range or per order), list_financial_event_groups (settlements), list_financial_events_by_group |
| Reports (Reports 2021-06-30 — all 9 ops) | create_report, get_report (auto-download + gunzip), list_reports, cancel_report, create_report_schedule, list_report_schedules, get_report_schedule, cancel_report_schedule |
† Buyer PII — requires the restricted (PII) role on your SP-API app; the server creates the Restricted Data Token automatically via the Tokens API.
‡ Sandbox only — requires SPAPI_SANDBOX=true; used to seed FBA sandbox test data.
Setup
cd mcp-server
npm install
npm run build
Credentials
Self-authorize an SP-API app in Seller Central (Apps & Services → Develop Apps) to obtain LWA credentials and a refresh token. SP-API no longer requires AWS SigV4 — only the LWA token.
| Variable | Required | Description |
|---|---|---|
SPAPI_LWA_CLIENT_ID |
yes | LWA client ID of your SP-API app |
SPAPI_LWA_CLIENT_SECRET |
yes | LWA client secret |
SPAPI_REFRESH_TOKEN |
yes | Refresh token from the seller authorization |
SPAPI_REGION |
no | na (default), eu, or fe |
SPAPI_DEFAULT_MARKETPLACE |
no | Country code, default US |
SPAPI_SELLER_ID |
for listings | Merchant token (Settings → Account Info → Merchant Token) |
SPAPI_SANDBOX |
no | true to use the SP-API sandbox |
Claude Desktop / Claude Code config
{
"mcpServers": {
"amazon-seller": {
"command": "node",
"args": ["/path/to/selling-partner-api-models/mcp-server/dist/index.js"],
"env": {
"SPAPI_LWA_CLIENT_ID": "amzn1.application-oa2-client...",
"SPAPI_LWA_CLIENT_SECRET": "...",
"SPAPI_REFRESH_TOKEN": "Atzr|...",
"SPAPI_REGION": "na",
"SPAPI_DEFAULT_MARKETPLACE": "US",
"SPAPI_SELLER_ID": "A1EXAMPLE"
}
}
}
}
Or with Claude Code: claude mcp add amazon-seller -e SPAPI_LWA_CLIENT_ID=... -e SPAPI_LWA_CLIENT_SECRET=... -e SPAPI_REFRESH_TOKEN=... -- node /path/to/mcp-server/dist/index.js
Notes
- Buyer PII tools (
get_order_buyer_info,get_order_address,get_order_items_buyer_info) create a Restricted Data Token automatically (cached ~1h). A 403 means your SP-API app lacks the restricted role approval from Amazon. - Responses are truncated at 25,000 characters with pagination hints; all tools support
nextToken/pageTokenwhere the API does. - 429 throttling is retried automatically with exponential backoff (up to 3 retries).
update_listingsupportsvalidateOnly: true(VALIDATION_PREVIEW) to dry-run a patch before applying.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。