Amazon Selling Partner API MCP Server
Description
# 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…
About
# 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 -…
Details
- Author
- mattcoatsworth
- GitHub stars
- 41
- Downloads
- 803
- Categories
- Developer Tools
Jump to
- Authentication and authorization with Amazon SP-API
- Comprehensive coverage of SP-API endpoints
- Documentation resources for API reference
- Tools for managing catalog, inventory, orders, and reports
- Secure credential handling
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Amazon Selling Partner API MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the package via npm (npm install amazon-sp-api-mcp-server) or run directly with npx (npx amazon-sp-api-mcp-server). Configure a .env file with your Amazon SP-API credentials (client ID, client secret, refresh token, AWS access key, AWS secret key, role ARN, marketplace ID, and region). Start the server with npm start.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"amazon selling partner api mcp server": {
"AmazonSeller-mcp-server": {
"command": "npx",
"args": [
"amazon-sp-api-mcp-server"
]
}
}
}
}
McpServers
{
"AmazonSeller-mcp-server": {
"command": "npx",
"args": [
"amazon-sp-api-mcp-server"
]
}
}
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
npm install amazon-sp-api-mcp-server
Or run directly with npx:
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:
npm start
For development with auto-restart:
npm run dev
To test with MCP Inspector:
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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





