You're viewing a demo portfolio

Join the waitlist
PRSM

amazon_search

Active

Tool of Traject Ecommerce

declared in 0.1.0

Search Amazon products by keyword — returns position, title, ASIN, price, rating, and ratings total. Uses your Rainforest API key. Example: amazon_search({ search_term: "wireless earbuds", amazon_domain: "amazon.com", _apiKey: "your-rainforest-key" })

Parameters schema

{
  "type": "object",
  "required": [
    "search_term",
    "_apiKey"
  ],
  "properties": {
    "_apiKey": {
      "type": "string",
      "description": "Your Rainforest API key (get one at trajectdata.com)"
    },
    "search_term": {
      "type": "string",
      "description": "Search query, e.g. \"wireless earbuds\""
    },
    "amazon_domain": {
      "type": "string",
      "description": "Amazon marketplace domain (default \"amazon.com\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Traject Ecommerce

https://github.com/pipeworx-io/mcp-traject-ecommerce

1/7 registries
View full server →
amazon_search — Traject Ecommerce — PRSM MCP