# Amazon Selling Partner API Integration Server

Manage your Amazon seller account effortlessly. Create reports, update prices, and get inventory summaries with seamless integration to the Amazon Selling Partner API. Streamline your operations and …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add eliteamz/amazon-sp-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list eliteamz/amazon-sp-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get eliteamz/amazon-sp-mcp-server amazon_sp_create_report

# Call a tool
npx -y @smithery/cli@latest tool call eliteamz/amazon-sp-mcp-server amazon_sp_create_report '{}'
```

## Tools (20)

- `amazon_sp_create_report` — Create a new report in Amazon Selling Partner API
- `amazon_sp_get_report` — Get a report from Amazon Selling Partner API
- `amazon_sp_ready_report` — Get the contents of a report from Amazon Selling Partner API
- `amazon_sp_update_price` — Update the price of a product in Amazon Selling Partner API
- `amazon_sp_create_subscription` — Create a subscription for notifications in Amazon Selling Partner API
- `amazon_sp_get_inventory_summaries` — Get inventory summaries from Amazon Selling Partner API
- `amazon_sp_get_fees_estimate` — Get fees estimate for a product from Amazon Selling Partner API
- `amazon_sp_get_catalog_item` — Get catalog item details from Amazon Selling Partner API
- `amazon_sp_get_marketplace_participations` — Get marketplace participations from Amazon Selling Partner API
- `amazon_sp_search_listings_items` — Search listings items in Amazon Selling Partner API
- `amazon_sp_get_pricing` — Get pricing information for ASINs from Amazon Selling Partner API
- `amazon_sp_download_report` — Download a report from Amazon Selling Partner API
- `amazon_sp_check_report_status_and_download` — Check report status and download when ready from Amazon Selling Partner API
- `amazon_sp_create_destination` — Create a notification destination in Amazon Selling Partner API
- `amazon_sp_list_destinations` — List notification destinations in Amazon Selling Partner API
- `amazon_sp_delete_destination` — Delete a notification destination in Amazon Selling Partner API
- `amazon_sp_delete_subscription` — Delete a notification subscription in Amazon Selling Partner API
- `amazon_sp_get_subscription` — Get notification subscription details from Amazon Selling Partner API
- `amazon_sp_list_catalog_items` — List catalog items from Amazon Selling Partner API
- `amazon_sp_get_listing_offers` — Get listing offers from Amazon Selling Partner API

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get eliteamz/amazon-sp-mcp-server <tool-name>
```

---

Source: https://github.com/eliteamz/Amazon-SP-MCP-Server | License: MIT
