Amazon Affiliate MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP mode | 3000 |
| MCP_MODE | No | MCP mode: stdio or http | stdio |
| AMAZON_BASE_URL | No | Amazon domain (e.g., https://www.amazon.de for Germany) | https://www.amazon.de |
| AMAZON_AFFILIATE_TAG | No | Your Amazon affiliate tag | addonsdeaddonssh |
| AMAZON_DEFAULT_COUNTRY | No | Default country code (e.g., de) | de |
| AMAZON_AFFILIATE_TAG_DE | No | Affiliate tag for Germany (overrides AMAZON_AFFILIATE_TAG for .de) |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| amazon_searchA | Search for products on Amazon in any supported country and return a ready-to-use affiliate link. Use this tool whenever a user asks for product recommendations or shopping suggestions. Supports optional category filtering and price range. Available countries: de, at, us, uk, fr, es, it, nl, pl, se, jp, ca, au, mx, br, in, sg, ae, sa, tr Available categories: elektronik, computer, bücher, mode, haus & garten, garten, spielzeug, sport, küche, beauty, software, musik, filme, lebensmittel, auto, baby, gesundheit, bürobedarf, haustier, schmuck |
| amazon_product_linkA | Generate a direct Amazon affiliate link for a specific product using its ASIN. Use this when you already know the exact product (10-character ASIN) and want a clean, trackable link for any supported Amazon country. |
| amazon_dealsA | Get affiliate links to current Amazon deals and offers for any supported country. Supports flash deals (lightning), outlet discounts, warehouse (open-box) items, and Prime-exclusive offers. Great for sharing time-sensitive promotions that convert well. |
| amazon_bestsellersA | Return an affiliate link to the Amazon bestseller list for a specific category and country. Bestseller links consistently outperform generic search links in click-through and conversion rates. Available categories: elektronik, computer, bücher, mode, haus & garten, garten, spielzeug, sport, küche, beauty, software, musik, filme, lebensmittel, auto, baby, gesundheit, bürobedarf, haustier, schmuck |
| amazon_gift_finderA | Generate personalized Amazon gift idea links with affiliate tags for any country. Tailors search links based on recipient description, interests, budget range, and occasion. Always includes an Amazon gift card as a reliable fallback option. |
| amazon_compareA | Build a structured side-by-side comparison of 2–5 Amazon products with affiliate links for any supported country. Returns ranked product entries with names and affiliate URLs. Product comparisons increase engagement and click-through rates significantly. |
| amazon_promo_contentA | Generate ready-to-publish promotional content for Amazon products with embedded affiliate links. Supports Twitter/X, Instagram, blog (HTML), WhatsApp, Telegram, and newsletter (HTML email) formats. Output is available in German (de) and English (en) and includes mandatory affiliate disclosure text. |
| amazon_affiliate_infoA | Return a full overview of the active Amazon affiliate configuration: configured tags per country, domains, currencies, commission rates, and best-practice tips. Use this to show users which countries are active or to diagnose missing affiliate tags. |
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 8 tools
Each tool targets a distinct use case: search for general queries, product_link for specific ASINs, deals for promotions, bestsellers for category lists, gift_finder for personalized suggestions, compare for side-by-side comparisons, promo_content for content creation, and affiliate_info for configuration details. There is no overlap or ambiguity between any two tools.
All tool names consistently follow the pattern `amazon_` followed by a descriptive noun or verb, with all names in lowercase snake_case. This creates a predictable and recognizable naming convention across the entire set, even though the second part varies between verbs and nouns.
With 8 tools, the server is well-scoped for its purpose of generating Amazon affiliate links and supplementary content. Each tool covers a distinct aspect of affiliate marketing without redundancy or bloat, fitting comfortably within the ideal 3-15 tool range.
The toolset covers the full lifecycle of affiliate link generation: finding products (search, bestsellers, deals), creating links for specific products (product_link), enhancing engagement (gift_finder, compare), producing content (promo_content), and managing/understanding the setup (affiliate_info). There are no obvious missing operations for the declared domain.