amazon_search
ActiveTool of Traject Ecommerce
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\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Traject Ecommerce
https://github.com/pipeworx-io/mcp-traject-ecommerce
1/7 registries