← Back to Plugins
MCP Server MCP

io.github.houtini-ai/amazon-creators

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @houtini/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@houtini/amazon-creators-mcp",
      "version": "0.3.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Amazon Creators API client ID",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AMAZON_CLIENT_ID"
        },
        {
          "description": "Amazon Creators API client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AMAZON_CLIENT_SECRET"
        },
        {
          "description": "Your Amazon Associates partner tag, baked into every generated link",
          "isRequired": true,
          "format": "string",
          "name": "AMAZON_PARTNER_TAG"
        },
        {
          "description": "Credential version issued with your Creators API keys, e.g. 3.1",
          "isRequired": true,
          "format": "string",
          "name": "AMAZON_CREDENTIAL_VERSION"
        },
        {
          "description": "Marketplace host, e.g. www.amazon.com or www.amazon.co.uk",
          "isRequired": true,
          "format": "string",
          "name": "AMAZON_MARKETPLACE"
        },
        {
          "description": "Maximum concurrent API requests (optional, defaults to 4)",
          "format": "string",
          "name": "AMAZON_MAX_CONCURRENCY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...