Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

AmazonSeller-mcp-server

MCP.Pizza Chef: mattcoatsworth

AmazonSeller-mcp-server is an MCP server that enables seamless interaction with the Amazon Selling Partner API. It offers comprehensive coverage of SP-API endpoints including catalog, inventory, orders, and reports management. The server handles authentication, authorization, and secure credential management, providing a standardized interface for developers to integrate Amazon selling functionalities into their applications efficiently.

Use This MCP server To

Access Amazon SP-API endpoints for catalog and inventory management Retrieve and manage Amazon orders through standardized API calls Generate and download Amazon seller reports programmatically Authenticate and authorize securely with Amazon Selling Partner API Integrate Amazon seller data into custom dashboards or tools Automate inventory updates and order processing workflows Fetch product pricing and availability from Amazon catalog Monitor sales performance using real-time Amazon data

README

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

AmazonSeller-mcp-server FAQ

How do I configure AmazonSeller-mcp-server with my credentials?
Create a .env file in the root directory with your Amazon SP-API and AWS credentials as specified in the documentation.
What Node.js version is required to run this MCP server?
Node.js version 16 or higher is required to run AmazonSeller-mcp-server.
Does this server handle authentication with Amazon SP-API?
Yes, it manages authentication and authorization securely for all SP-API interactions.
Can I use this MCP server to manage orders and inventory?
Yes, it provides tools to manage orders, inventory, catalog, and reports via the Amazon SP-API.
Is credential handling secure in this MCP server?
Yes, the server includes secure credential management to protect your Amazon and AWS credentials.
How do I install AmazonSeller-mcp-server?
You can install it via npm with 'npm install amazon-sp-api-mcp-server' or run it directly using 'npx amazon-sp-api-mcp-server'.
Can this MCP server be integrated with multiple LLM providers?
Yes, it is provider-agnostic and can be used with models like OpenAI, Anthropic Claude, and Google Gemini.
What Amazon SP-API features are supported?
It supports comprehensive SP-API endpoints including catalog, inventory, orders, reports, and more.