Token导航 LogoToken导航TokenDH.com
Amazonseller MCP Server logo
运维云端stdio官方级别未说明来源级核验

Amazonseller MCP Server

MCP Server

一个用于与亚马逊销售伙伴API交互的模型上下文协议(MCP)服务器,提供通过标准化接口访问亚马逊SP-API功能的工具和资源。

工具数

0

提示词数

0

GitHub Stars

38

资源数

0
API集成数据管理JavaScript

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

mattcoatsworth

提供方

mattcoatsworth

最后核验

2026/5/17 21:06

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx amazon-sp-api-mcp-server

详细介绍

亚马逊销售合作伙伴API MCP服务器

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

目录标签

目录标签

API集成数据管理JavaScript本地部署电商工具亚马逊服务

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP