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 | |
TDQS
Scored across 4 tools
Each tool covers a distinct domain area—financial events, inventory, orders, and sales summary—with no functional overlap. An agent can clearly distinguish which tool to use for each query type.
All tool names follow a consistent snake_case pattern using descriptive Spanish nouns or noun phrases (eventos_financieros, inventario, pedidos_recientes, resumen_ventas). The naming convention is uniform and predictable.
With 4 tools, the server is minimal but well-scoped for core Amazon seller operations (financials, inventory, orders, sales). It could benefit from additional tools (e.g., for returns or product data), but the current count is reasonable for a focused tool set.
The tool set covers essential financial, inventory, order, and sales summary functions, but lacks support for product management, advertising, or performance metrics. This leaves notable gaps for a comprehensive seller management server.