Amazon Seller Central MCP tools for inventory, orders, product data, FBA fees, profit estimates, and restock analysis.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Amazon Seller MCP.
get_inventory_summaryGet FBA inventory levels
get_ordersGet recent orders
get_order_itemsGet order line items
get_product_detailsGet product info
calculate_fba_feesCalculate comprehensive fees
estimate_profit_marginQuick profit estimation
MarceauSolutions/amazon-seller-mcp MCP server provides Amazon Seller Central operations through the Selling Partner API (SP-API). It is intended for sellers or agents that need to inspect fulfillment-by-Amazon inventory, retrieve order data, examine product information, and perform operational calculations without building each request directly against SP-API.
The available tools cover both data retrieval and seller analysis. Inventory and order tools read operational data, while fee, margin, restock, and sell-through tools turn seller inputs or API data into planning metrics.
The project includes an SP-API client, an OAuth component, fee calculation code, an inventory optimization module, and an MCP protocol wrapper. The MCP entry point is mcp-server/amazon_seller_mcp.py. After credentials and marketplace settings are provided, an MCP client can call the exposed tools.
The README describes a caching layer with different intervals by data type: inventory is cached for 30 minutes, orders for 15 minutes, and product and fee data for 24 hours. The stated purpose is to reduce repeated API calls. Supported marketplaces include US, CA, MX, BR, UK, DE, FR, IT, ES, NL, JP, SG, and AU.
The documented setup installs the Python dependencies with:
The server requires these environment variables:
AMAZON_REFRESH_TOKENAMAZON_LWA_APP_IDAMAZON_LWA_CLIENT_SECRETAMAZON_AWS_ACCESS_KEYAMAZON_AWS_SECRET_KEYAMAZON_ROLE_ARNAMAZON_MARKETPLACE_IDThe README shows the server being started with python mcp-server/amazon_seller_mcp.py. It also provides a separate connection test at python src/test_amazon_connection.py.
MarceauSolutions/amazon-seller-mcp MCP server exposes these tools:
get_inventory_summary retrieves FBA inventory levels.get_orders retrieves recent orders.get_order_items retrieves line items for orders.get_product_details retrieves product information.calculate_fba_fees calculates comprehensive FBA fees.estimate_profit_margin provides a quick profit estimate.suggest_restock_quantities recommends reorder quantities.analyze_sell_through_rate analyzes sales velocity.The README identifies the fee calculator as covering the 2026 fee structure, including size-tier fulfillment fees, seasonal monthly storage rates, aged inventory surcharges, low-inventory-level fees, and awareness of GET call fees after April 2026.
The supplied material does not document tool argument schemas, response formats, pagination behavior, error handling, or the exact OAuth consent flow. It also does not state whether every marketplace supports every operation. Amazon credentials, AWS access details, an IAM role, and a marketplace ID must be configured before the server can access seller data. The listed version is 1.0.0, and the project is released under the MIT License.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/marceausolutions-amazon-seller-mcp)<a href="https://allmcps.com/mcp/marceausolutions-amazon-seller-mcp"><img src="https://allmcps.com/api/badge/marceausolutions-amazon-seller-mcp?style=directory" alt="Amazon Seller MCP on AllMCPs" /></a>