Catalog
io.github.purahmanian/junglescout-mcp
Officialby purahmanian · TypeScript
Jungle Scout MCP server: keyword volumes, product database, sales estimates, share of voice
Access Jungle Scout's Amazon product data, keyword volumes, and sales estimates.
README not available yet.
Install
Configuration
Environment variables
JUNGLESCOUT_API_KEYrequiredsecretJungle Scout API key from the Developer/Cobalt API settings
JUNGLESCOUT_KEY_NAMErequiredJungle Scout API key name (used in the Authorization header as KEY_NAME:API_KEY)
claude_desktop_config.json
{
"mcpServers": {
"junglescout-mcp": {
"command": "npx",
"args": [
"-y",
"junglescout-mcp@0.1.1"
],
"env": {
"JUNGLESCOUT_API_KEY": "<YOUR_JUNGLESCOUT_API_KEY>",
"JUNGLESCOUT_KEY_NAME": "<YOUR_JUNGLESCOUT_KEY_NAME>"
}
}
}
}