Amazon Seller MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SPAPI_LWA_APP_ID | Yes | Your Amazon SP-API LWA client ID (app ID) | |
| SPAPI_MARKETPLACE | Yes | Marketplace ID (e.g., ES for Spain) | |
| SPAPI_REFRESH_TOKEN | Yes | Your Amazon SP-API refresh token for self-authorization | |
| SPAPI_LWA_CLIENT_SECRET | Yes | Your Amazon SP-API LWA client secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pedidos_recientesA | Lista los pedidos de las últimas N horas. Args: horas: ventana hacia atrás en horas (default 24). max_pedidos: máximo de pedidos a devolver (default 50). |
| resumen_ventasA | Resumen agregado de ventas (importe, pedidos, unidades) por periodo. Args: dias: número de días hacia atrás a incluir (default 1 = hoy). granularidad: Hour, Day, Week, Month, Year (default Day). |
| inventarioA | Niveles de inventario FBA por SKU en el marketplace actual. Args: max_items: máximo de SKUs a devolver (default 50). |
| eventos_financierosB | Eventos financieros recientes (liquidaciones, comisiones, fees). Args: dias: ventana hacia atrás en días (default 7). max_eventos: máximo de grupos de eventos (default 30). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thecoolcompanysl/amazon-seller-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server