junglescout_keyword_data
Pack: jungle-scout · Endpoint: https://gateway.pipeworx.io/jungle-scout/mcp
Amazon keyword search volume — returns monthly search volume and keyword metrics for a keyword, or the top keywords an ASIN ranks for. Pass keyword OR asin. Example: junglescout_keyword_data({ keyword: “yoga mat”, marketplace: “us”, _apiKey: “KEY_NAME:API_KEY” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
keyword | string | no | Seed keyword to look up search volume for, e.g. “yoga mat” |
asin | string | no | Alternatively, an ASIN — returns the keywords that product ranks for |
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_keyword_data","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.