junglescout_product_database
Pack: jungle-scout · Endpoint: https://gateway.pipeworx.io/jungle-scout/mcp
Search Amazon products by keyword or category — returns matching ASINs with title, brand, price, rank, estimated units sold, reviews, and rating from the Jungle Scout product database. Example: junglescout_product_database({ keyword: “yoga mat”, marketplace: “us”, _apiKey: “KEY_NAME:API_KEY” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
keyword | string | no | Keyword/phrase products must include, e.g. “yoga mat” |
category | string | no | Amazon category to filter by, e.g. “Sports & Outdoors”. Pass keyword and/or category. |
marketplace | string | no | Marketplace country code (default “us”) |
_apiKey | string | yes | Jungle Scout credential “KEY_NAME:API_KEY” |
Example call
curl -X POST https://gateway.pipeworx.io/jungle-scout/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"junglescout_product_database","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"jungle-scout": {
"url": "https://gateway.pipeworx.io/jungle-scout/mcp"
}
}
}
See Getting Started for client-specific install steps.