# amazon-affiliate-mcp

Search Amazon products and generate affiliate links across 20 countries (DE, US, UK, FR, IT, ES, CA, AU, JP and more). 8 tools for product search, direct ASIN links, deals, bestsellers, gift finder, …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add heikowagner/amazon-affiliate-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list heikowagner/amazon-affiliate-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get heikowagner/amazon-affiliate-mcp amazon_search

# Call a tool
npx -y @smithery/cli@latest tool call heikowagner/amazon-affiliate-mcp amazon_search '{}'
```

## Direct MCP Connection

Endpoint: `https://amazon-affiliate-mcp--heikowagner.run.tools`

**Optional config:**
- `defaultCountry` (query) — Default Amazon storefront to use when no country is specified. Supported: de, at, us, uk, fr, es, it, nl, pl, se, jp, ca, au, mx, br, in, sg, ae, sa, tr
- `affiliateTagDe` (query) — Your Amazon.de affiliate tag, e.g. meinname-21
- `affiliateTagUs` (query) — Your Amazon.com affiliate tag, e.g. myname-20
- `affiliateTagUk` (query) — Your Amazon.co.uk affiliate tag, e.g. myname-21
- `affiliateTagFr` (query) — Your Amazon.fr affiliate tag
- `affiliateTagIt` (query) — Your Amazon.it affiliate tag
- `affiliateTagEs` (query) — Your Amazon.es affiliate tag
- `affiliateTagCa` (query) — Your Amazon.ca affiliate tag
- `affiliateTagAu` (query) — Your Amazon.com.au affiliate tag
- `affiliateTagJp` (query) — Your Amazon.co.jp affiliate tag

## Tools (8)

- `amazon_search` — Search for products on Amazon in any supported country and return a ready-to-use affiliate link.
- `amazon_product_link` — Generate a direct Amazon affiliate link for a specific product using its ASIN. Use this when you already know the exact…
- `amazon_deals` — Get affiliate links to current Amazon deals and offers for any supported country. Supports flash deals (lightning), out…
- `amazon_bestsellers` — Return an affiliate link to the Amazon bestseller list for a specific category and country.
- `amazon_gift_finder` — Generate personalized Amazon gift idea links with affiliate tags for any country. Tailors search links based on recipie…
- `amazon_compare` — Build a structured side-by-side comparison of 2–5 Amazon products with affiliate links for any supported country. Retur…
- `amazon_promo_content` — Generate ready-to-publish promotional content for Amazon products with embedded affiliate links. Supports Twitter/X, In…
- `amazon_affiliate_info` — Return a full overview of the active Amazon affiliate configuration: configured tags per country, domains, currencies, …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get heikowagner/amazon-affiliate-mcp <tool-name>
```
