Back to Browse

Amazon Creators MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Amazon product search returning paste-ready affiliate deal rows for your blog

About

Amazon product search returning paste-ready affiliate deal rows for your blog

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-architected MCP server for Amazon product affiliate embeds with solid security practices. Credentials are properly managed via environment variables with explicit validation, all user input is HTML-escaped to prevent injection, and network access is appropriately scoped to Amazon's APIs only. Minor code quality improvements around error handling could be made, but there are no security vulnerabilities or dangerous patterns. Supply chain analysis found 7 known vulnerabilities in dependencies (2 critical, 4 high severity). Package verification found 1 issue.

5 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Amazon Creators API client IDRequired

Environment variable: AMAZON_CLIENT_ID

Amazon Creators API client secretRequired

Environment variable: AMAZON_CLIENT_SECRET

Your Amazon Associates partner tag, baked into every generated linkOptional

Environment variable: AMAZON_PARTNER_TAG

Credential version issued with your Creators API keys, e.g. 3.1Optional

Environment variable: AMAZON_CREDENTIAL_VERSION

Marketplace host, e.g. www.amazon.com or www.amazon.co.ukOptional

Environment variable: AMAZON_MARKETPLACE

Maximum concurrent API requests (optional, defaults to 4)Optional

Environment variable: AMAZON_MAX_CONCURRENCY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-houtini-ai-amazon-creators": {
      "env": {
        "AMAZON_CLIENT_ID": "your-amazon-client-id-here",
        "AMAZON_MARKETPLACE": "your-amazon-marketplace-here",
        "AMAZON_PARTNER_TAG": "your-amazon-partner-tag-here",
        "AMAZON_CLIENT_SECRET": "your-amazon-client-secret-here",
        "AMAZON_MAX_CONCURRENCY": "your-amazon-max-concurrency-here",
        "AMAZON_CREDENTIAL_VERSION": "your-amazon-credential-version-here"
      },
      "args": [
        "-y",
        "@houtini/amazon-creators-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!