- Explore MCP Servers
- AmazonSeller-mcp-server
Amazonseller Mcp Server
What is Amazonseller Mcp Server
AmazonSeller-mcp-server is a Model Context Protocol (MCP) server designed for interacting with the Amazon Selling Partner API. It provides a standardized interface for accessing various functionalities of the Amazon SP-API securely.
Use cases
Use cases include automating order processing, managing product listings, generating reports, handling inventory updates, and accessing financial data through the Amazon Selling Partner API.
How to use
To use AmazonSeller-mcp-server, install it via npm with ‘npm install amazon-sp-api-mcp-server’ or run it directly using ‘npx amazon-sp-api-mcp-server’. Configure your Amazon SP-API credentials in a ‘.env’ file and start the server with ‘npm start’.
Key features
Key features include authentication and authorization with Amazon SP-API, comprehensive coverage of SP-API endpoints, tools for managing catalog, inventory, orders, reports, secure credential handling, and documentation resources for API reference.
Where to use
AmazonSeller-mcp-server is used in e-commerce and retail sectors where businesses need to integrate with Amazon’s Selling Partner API for managing sales, inventory, and customer orders.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Amazonseller Mcp Server
AmazonSeller-mcp-server is a Model Context Protocol (MCP) server designed for interacting with the Amazon Selling Partner API. It provides a standardized interface for accessing various functionalities of the Amazon SP-API securely.
Use cases
Use cases include automating order processing, managing product listings, generating reports, handling inventory updates, and accessing financial data through the Amazon Selling Partner API.
How to use
To use AmazonSeller-mcp-server, install it via npm with ‘npm install amazon-sp-api-mcp-server’ or run it directly using ‘npx amazon-sp-api-mcp-server’. Configure your Amazon SP-API credentials in a ‘.env’ file and start the server with ‘npm start’.
Key features
Key features include authentication and authorization with Amazon SP-API, comprehensive coverage of SP-API endpoints, tools for managing catalog, inventory, orders, reports, secure credential handling, and documentation resources for API reference.
Where to use
AmazonSeller-mcp-server is used in e-commerce and retail sectors where businesses need to integrate with Amazon’s Selling Partner API for managing sales, inventory, and customer orders.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Amazon Selling Partner API MCP Server
A Model Context Protocol (MCP) server for interacting with the Amazon Selling Partner API. This server provides tools and resources for accessing Amazon SP-API functionality through a standardized interface.
## Features
- Authentication and authorization with Amazon SP-API
- Comprehensive coverage of SP-API endpoints
- Documentation resources for API reference
- Tools for managing catalog, inventory, orders, reports, and more
- Secure credential handling
## Prerequisites
- Node.js 16 or higher
- Amazon Selling Partner API credentials
- AWS credentials with appropriate permissions
## Installation
```bash
npm install amazon-sp-api-mcp-server
```
Or run directly with npx:
```bash
npx amazon-sp-api-mcp-server
```
## Configuration
Create a `.env` file in the root directory with your Amazon SP-API credentials:
```
SP_API_CLIENT_ID=your_client_id
SP_API_CLIENT_SECRET=your_client_secret
SP_API_REFRESH_TOKEN=your_refresh_token
SP_API_AWS_ACCESS_KEY=your_aws_access_key
SP_API_AWS_SECRET_KEY=your_aws_secret_key
SP_API_ROLE_ARN=your_role_arn
SP_API_MARKETPLACE_ID=ATVPDKIKX0DER
SP_API_REGION=us-east-1
```
## Usage
Start the server:
```bash
npm start
```
For development with auto-restart:
```bash
npm run dev
```
To test with MCP Inspector:
```bash
npm run inspect
```
## Available Tools
The server provides tools for interacting with various aspects of the Amazon Selling Partner API:
- Authentication tools
- Catalog tools
- Inventory management
- Order processing
- Report generation and retrieval
- Feed submission
- Financial data access
- Notification management
- Product pricing
- Listings management
- FBA operations
## Documentation Resources
Access API documentation through the `amazon-sp-api://{category}` resource, where category can be:
- overview
- authentication
- catalog
- orders
- inventory
- reports
- feeds
- finance
- notifications
- productPricing
- listings
- fba
## License
MIT
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










