← Back to Plugins
MCP Server MCP

io.github.purahmanian/junglescout-mcp

github By github 👁 1 views ▲ 0 votes

Jungle Scout MCP server: keyword volumes, product database, sales estimates, share of voice

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...