Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.purahmanian/junglescout-mcp

NPM · JUNGLESCOUT-MCP · SCANNED AUG 3

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

Available components

+52 this week 76 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to purahmanian/junglescout-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 57 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability75
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 661 tokens (~132/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · junglescout-mcp

# add to Claude Code
claude mcp add purahmanian-junglescout-mcp -- npx -y junglescout-mcp
# add to Codex CLI
codex mcp add purahmanian-junglescout-mcp -- npx -y junglescout-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "purahmanian-junglescout-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "junglescout-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add purahmanian-junglescout-mcp --command npx --arg -y --arg junglescout-mcp
# ~/.hermes/config.yaml
mcp_servers:
  purahmanian-junglescout-mcp:
    command: "npx"
    args: ["-y", "junglescout-mcp"]
// mcp.json
{
  "mcpServers": {
    "purahmanian-junglescout-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "junglescout-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +56
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Provenance: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • The attested source repository moved: purahmanian/junglescout-mcp security
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −23
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 +22
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: unverified functional
    • First check of Schema quality: fail functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
purahmanian/junglescout-mcp
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/purahmanian/junglescout-mcp/.github/workflows/release.yml@refs/tags/v0.1.1
Rekor log index:
1740139873
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:4409dc73e38267bae76f928815b851f1fec1c34a1d60bbbf2db45ff2350134e0f68196b8763f8764ec823a89d22712e48219ad00c308a3ecb5e0951e7
Discovery method:
attestation_endpoint
Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 5 exposed · ~661 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
keyword_search_volume ~119

Look up exact-match and broad-match search volume for one or more Amazon keywords. Returns 30-day volume, year-over-year trend, quarterly trend, PPC bid estimates, and ease-of-ranking score. Uses the Jungle Scout keywords_by_keyword_query endpoint.

NameTypeReqDescription
keywordsarrayyesKeywords to look up exact and broad monthly search volume for. Each keyword is queried individually (up to 10 per call are processed). Example: ["yoga mat", "resistance bands"]
marketplacestringAmazon marketplace code. Defaults to 'us'.

No output schema declared.

No examples provided.

keywords_by_asin ~109

Discover which keywords drive traffic to a specific Amazon listing (by ASIN). Returns keyword name, search volume, organic rank, sponsored rank, and relevancy score. Useful for competitor keyword gap analysis.

NameTypeReqDescription
asinstringyesAmazon ASIN. Example: B07XJ8C8F5
marketplacestringAmazon marketplace code. Defaults to 'us'.
page_sizeintegerNumber of keywords to return (1-100). Defaults to 25.

No output schema declared.

No examples provided.

product_database_query ~219

Search the Jungle Scout product database for Amazon product opportunities. Filter by category, price range, minimum monthly revenue, and maximum review count. Returns estimated revenue, units sold, BSR, and listing quality score per product.

NameTypeReqDescription
categorystringAmazon category name to filter by. Example: 'Sports & Outdoors'
include_keywordsarrayOnly include products whose title matches these keywords (or ASINs). Example: ['tonneau cover']
marketplacestringAmazon marketplace code. Defaults to 'us'.
max_pricenumberMaximum price in USD. Example: 50
max_reviewsintegerMaximum number of reviews (to find low-competition products). Example: 200
min_monthly_revenuenumberMinimum estimated monthly revenue in USD. Example: 5000
min_pricenumberMinimum price in USD. Example: 15
page_sizeintegerNumber of results to return (1-100). Defaults to 25.

No output schema declared.

No examples provided.

sales_estimates ~123

Get Jungle Scout estimated monthly sales units and revenue for a specific Amazon ASIN. Also returns current BSR, price, reviews, and rating to provide context for the estimate.

NameTypeReqDescription
asinstringyesAmazon ASIN. Example: B07XJ8C8F5
end_datestringEnd date YYYY-MM-DD (must be before today). Defaults to yesterday.
marketplacestringAmazon marketplace code. Defaults to 'us'.
start_datestringStart date YYYY-MM-DD. Defaults to 30 days ago.

No output schema declared.

No examples provided.

share_of_voice ~91

Analyze brand share of voice for a given Amazon search keyword. Shows which brands dominate organic and sponsored results, their combined/organic/sponsored SOV percentages, product counts, average price, and average rating. Useful for competitive landscape analysis.

NameTypeReqDescription
keywordstringyesSearch keyword to analyze brand share for. Example: 'protein powder'
marketplacestringAmazon marketplace code. Defaults to 'us'.

No output schema declared.

No examples provided.