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

Bangermap

NPM · BANGERMAP-MCP · SCANNED AUG 13

Find YouTube outliers, videos that beat their channel's own baseline, on your own free API key.

Available components

77 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 Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to AdesiaHQ/bangermap-integrations). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 5 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability73
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 428 tokens (~107/item across 4 items; 4 tools + 0 resources), lean.Pass
  • 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 Coverage87
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 60% of tool parameters carry a description.Partial
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 · bangermap-mcp

# add to Claude Code
claude mcp add adesiahq-bangermap-mcp -- npx -y bangermap-mcp
# add to Codex CLI
codex mcp add adesiahq-bangermap-mcp -- npx -y bangermap-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "adesiahq-bangermap-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "bangermap-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add adesiahq-bangermap-mcp --command npx --arg -y --arg bangermap-mcp
# ~/.hermes/config.yaml
mcp_servers:
  adesiahq-bangermap-mcp:
    command: "npx"
    args: ["-y", "bangermap-mcp"]
// mcp.json
{
  "mcpServers": {
    "adesiahq-bangermap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bangermap-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.

  • 12 Aug 26 0
    • Security disclosure: unverified → fail functional
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 10 Aug 26 0
    • Security disclosure: unverified → fail functional
  • 9 Aug 26 0
    • Security disclosure: fail → unverified functional
  • 7 Aug 26 77

    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 13 Aug 2026 · Analysed npm/bangermap-mcp@1.0.3

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo AdesiaHQ/bangermap-integrations
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/AdesiaHQ/bangermap-integrations/.github/workflows/publish.yml@refs/heads/main
Rekor log index 2369962139
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:d802c4c8efeb6372200b5f5b79d158645f53ffcbba8ef9b3f0a62491cc6bdcda27cf2bdfbcded4b9b45e454266b94109e13c23edfafb5194a08947c86
Dependencies 95 packages
Packages resolved 95
Stale 30
Tree resolution Complete
MCP tools · 4 exposed · ~428 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
channel_baseline ~92

Report what normal performance looks like for a YouTube channel, as the median views of its recent settled uploads, with subscriber count and upload cadence. Call this when the user asks whether a view count is good for a given channel, or needs a reference point before judging a video. Costs about 5 quota units.

NameTypeReqDescription
channelstringyesChannel URL, @handle, channel id, or any video URL

No output schema declared.

No examples provided.

compare_channels ~105

Scan several YouTube channels at once and return the strongest outliers across all of them, each measured against its own channel's baseline. Call this when the user wants to see what is working across a niche or a set of competitors rather than one channel. Costs about 5 quota units per channel.

NameTypeReqDescription
channelsstringyesChannel URLs, @handles or ids, separated by spaces, commas or newlines
depthstring
limitinteger

No output schema declared.

No examples provided.

find_outliers ~136

Rank a YouTube channel's recent uploads by how far each beat that channel's own baseline. Call this when the user wants to know which of a channel's videos overperformed, or wants proven ideas from a specific channel. Runs on the caller's own free YouTube Data API key. Costs about 5 quota units.

NameTypeReqDescription
channelstringyesChannel URL, @handle, channel id, or the URL of any video on the channel
depthstringHow many recent uploads to read: light 50, standard 100, deep 200
limitintegerHow many rows to return

No output schema declared.

No examples provided.

sweep_niche ~95

Find channels related to a seed channel through the channels it features, then rank the strongest outliers across all of them. Call this when the user wants to discover channels in a niche they do not already know, rather than analyse ones they named. Costs about 5 quota units per channel found.

NameTypeReqDescription
limitinteger
max_channelsinteger
seedstringyesThe channel to expand from

No output schema declared.

No examples provided.