MCP Server
MCP
io.github.wmarceau/amazon-seller
Amazon seller tools: FBA fees, inventory optimization, restock recommendations.
Install
uvx amazon-seller-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "amazon-seller-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Amazon SP-API refresh token",
"isRequired": true,
"isSecret": true,
"name": "AMAZON_REFRESH_TOKEN"
},
{
"description": "Amazon LWA App ID (Client ID)",
"isRequired": true,
"isSecret": true,
"name": "AMAZON_LWA_APP_ID"
},
{
"description": "Amazon LWA Client Secret",
"isRequired": true,
"isSecret": true,
"name": "AMAZON_LWA_CLIENT_SECRET"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment