amazon_reviews

Pack: traject-ecommerce · Endpoint: https://gateway.pipeworx.io/traject-ecommerce/mcp

Get customer reviews for an Amazon product by ASIN — title, body, rating, date, verified-purchase flag, and helpful votes. Uses your Rainforest API key. Example: amazon_reviews({ asin: “B08N5WRWNW”, amazon_domain: “amazon.com”, _apiKey: “your-rainforest-key” })

Parameters

NameTypeRequiredDescription
asinstringyesAmazon Standard Identification Number, e.g. “B08N5WRWNW”
amazon_domainstringnoAmazon marketplace domain (default “amazon.com”)
_apiKeystringyesYour Rainforest API key (get one at trajectdata.com)

Example call

curl -X POST https://gateway.pipeworx.io/traject-ecommerce/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"amazon_reviews","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "traject-ecommerce": {
      "url": "https://gateway.pipeworx.io/traject-ecommerce/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 27, 2026