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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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