MCP Server
MCP
io.github.purahmanian/junglescout-mcp
Jungle Scout MCP server: keyword volumes, product database, sales estimates, share of voice
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "junglescout-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Jungle Scout API key from the Developer/Cobalt API settings",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "JUNGLESCOUT_API_KEY"
},
{
"description": "Jungle Scout API key name (used in the Authorization header as KEY_NAME:API_KEY)",
"isRequired": true,
"format": "string",
"name": "JUNGLESCOUT_KEY_NAME"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment