Amazon Creators MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Noisy stderr logging. Off by default. | |
| AMAZON_CLIENT_ID | Yes | "Credential Id" from your Creators API app | |
| AMAZON_MARKETPLACE | Yes | The full marketplace host, e.g. www.amazon.com | |
| AMAZON_PARTNER_TAG | Yes | Your Associates tracking ID | |
| AMAZON_CLIENT_SECRET | Yes | "Secret" from the same place | |
| AMAZON_MAX_CONCURRENCY | No | Max requests in flight at once. Default 4. | 4 |
| AMAZON_CREDENTIAL_VERSION | Yes | Region-specific version: NA = 3.1, EU = 3.2, FE = 3.3 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_itemsA | Search Amazon's catalog by keywords (plus optional title/actor/author/brand/browse-node filters). Returns up to 10 items per page; paginate via PRESENTATION GUIDANCE (important): default to |
| get_itemsA | Look up 1–10 ASINs on Amazon. IMPORTANT: the returned PRESENTATION GUIDANCE (important): default to |
| get_variationsA | List colour/size/style variations of a parent ASIN. Max 10 variations per call; paginate via PRESENTATION GUIDANCE (important): default to |
| get_browse_nodesA | Returns browse-node metadata (category tree) for up to 10 IDs — ancestor chain and direct children for each node. Use the |
| format_itemsA | Re-render Amazon items you already have (from a previous |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Amazon Creators preview | Sandboxed renderer for Amazon Creators tool output — displays the HTML card/grid (or falls back to the raw markdown/JSON) inside a nested iframe. |
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/houtini-ai/amazon-creators-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server