
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@cesarobedfl/aws-spapi-mcp
Advanced tools
MCP server for Amazon SP-API - real-time inventory health, sales metrics, and price updates
High-performance MCP server for Amazon SP-API
Enables agents to query real-time inventory health and execute dynamic price adjustments directly via JSON‑RPC.

This api let you connect to the Amazon SP API using their SDK...
First of all following the official-documentation and spapi-docs!!!...
Consult the spapi-reference
npm install
docker build -t your-app-name .
development mode: npm run serve
production mode: you have to use PM2 or a similar daemon package to run on background the app and use it
pm2 start index.js
with docker:
docker run -p 3000:3000 your-app-name
docker terminal:
docker run -it your-app-name sh
Following the official-documentation!!!...
You can get the following data on the Amazon seller-central-portal!... you need to be registered as a developer there, that process could take about two weeks...
| data | description |
|---|---|
| APP_ID | Represents your application on the Amazon platform, example: amzn1.sp.solution.... |
| APP_REGION | Indicates the geographic region in which your application is authorized |
| APP_CLIENT_ID | Indicates the geographic region in which your application is authorized This is a unique identifier that represents the application in the context of Login with Amazon (LWA). Also obtained when you register your application in the Amazon Developer Console. example: amzn1.application-oa2-client.... |
| APP_CLIENT_SECRET | The client secret is a secret key that corresponds to the APP_CLIENT_ID |
| APP_CLIENT_ACCESS_TOKEN | It is a token that represents your application's authorization to access the Seller Partner API |
| APP_CLIENT_REFRESH_TOKEN | It is a token that is used to renew the client access token if it expires |
This data is essential for the authentication and authorization of your application in the Amazon Seller Partner API through Login with Amazon (LWA). They establish the identity of your application and ensure that only authorized applications can access the API. Additionally, the access token and refresh token allow your application to securely access API resources and keep authentication active
The following is data extracted from the IAM user created in AWS:
| data | description |
|---|---|
| AWS_ACCESS_KEY_ID | This is a unique identifier that represents the AWS access key of the user seeking to access the API. Amazon provides this ID when you set up a user in AWS IAM (Identity and Access Management). The AWS_ACCESS_KEY_ID is used to authenticate the request and associate it with a specific user in your AWS account |
| AWS_SECRET_ACCESS_KEY | The secret access key is a key that corresponds to the AWS_ACCESS_KEY_ID. It must be kept secret and is essential for authenticating and authorizing requests to the API. Similar to the access key, it is obtained when setting up a user in AWS IAM |
| AWS_SELLING_PARTNER_ROLE | This is the AWS role that you define for your application or system to access the Seller Partner API. The AWS_SELLING_PARTNER_ROLE defines the permissions and access policies that apply to requests made to the API. You can configure this role in AWS IAM and assign it to your application or system to ensure that it has the appropriate permissions to access the API |
This data allows your application or system to securely authenticate and authorize itself to the Amazon Seller Partner API. The AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are used to authenticate requests, while the AWS_SELLING_PARTNER_ROLE determines what actions and resources can be accessed by the application or system in the API. This helps ensure that only authorized applications and systems have access to API resources
The following is data extracted from the AssumeRole of AWS:
| data | description |
|---|---|
| ROLE_ID | This is a unique identifier that represents the temporary role you want to assume in the Amazon Seller Partner API. Amazon provides you with this ID when you set up a temporary role through AWS Identity and Access Management (IAM) in your Amazon Web Services (AWS) account |
| ROLE_SECRET | The temporary role secret is a secret key that corresponds to the ROLE_ID |
| ROLE_SECURITY_TOKEN | This security token is a generated temporary value that is used to authenticate and authorize requests to the API on behalf of the temporary role. It is an additional security measure to verify the authenticity of the request. This token is also obtained when assuming the temporary role and should be included in your API requests |
This data is essential to establish a secure and authorized connection to the Amazon Seller Partner API when assuming a temporary role. The process involves authentication and authorization using the ROLE_ID, ROLE_SECRET, and ROLE_SECURITY_TOKEN, allowing your application or system to interact with the API on behalf of the configured temporary role

FAQs
MCP server for Amazon SP-API - real-time inventory health, sales metrics, and price updates
The npm package @cesarobedfl/aws-spapi-mcp receives a total of 111 weekly downloads. As such, @cesarobedfl/aws-spapi-mcp popularity was classified as not popular.
We found that @cesarobedfl/aws-spapi-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.