amazon-mcp
by D2D99
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AMAZON_MCP_HOST | No | Host to bind the HTTP server when using streamable-http or sse transport. | 127.0.0.1 |
| AMAZON_MCP_PORT | No | Port to bind the HTTP server when using streamable-http or sse transport. | 8780 |
| AMAZON_SELLER_ID | No | Your Amazon Seller ID (Merchant Token). Optional but recommended. | |
| AMAZON_MCP_API_KEY | No | Bearer authentication key for the HTTP /mcp endpoint. | |
| AMAZON_MCP_DRY_RUN | No | Set to '1' (default) to run with bundled fixtures, or '0' to use the live SP-API. | 1 |
| AMAZON_MCP_DATA_DIR | No | Path to the SQLite / tenant data directory. Required when installed via pip into site-packages. | |
| AMAZON_LWA_CLIENT_ID | No | Your Amazon SP-API LWA client ID from the Developer Console. Required for live SP-API access. | |
| AMAZON_MCP_TRANSPORT | No | Transport protocol: 'stdio' (default), 'streamable-http', or 'sse'. | stdio |
| AMAZON_LWA_CLIENT_SECRET | No | Your Amazon SP-API LWA client secret from the Developer Console. Required for live SP-API access. | |
| AMAZON_LWA_REFRESH_TOKEN | No | Your Amazon SP-API LWA refresh token obtained from Seller Central authorization. Required for live SP-API access. |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |