junglescout_sales_estimate
Pack: jungle-scout · Endpoint: https://gateway.pipeworx.io/jungle-scout/mcp
How many units does an Amazon ASIN sell — returns Jungle Scout estimated units sold, revenue, and price for a product ASIN. Example: junglescout_sales_estimate({ asin: “B08N5WRWNW”, marketplace: “us”, _apiKey: “KEY_NAME:API_KEY” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
asin | string | yes | Amazon Standard Identification Number, e.g. “B08N5WRWNW” |
marketplace | string | no | Amazon marketplace country code (default “us”). One of: us, uk, de, in, ca, fr, it, es, mx, jp |
start_date | string | no | Optional range start, YYYY-MM-DD. Defaults to ~30 days ago. |
end_date | string | no | Optional range end, YYYY-MM-DD. Defaults to today. |
_apiKey | string | yes | Jungle Scout credential as “KEY_NAME:API_KEY” (both parts, colon-joined) from your Developer page. Requires the API add-on. |
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_sales_estimate","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.