# Bangermap (npm · bangermap-mcp)

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

- Trust score: 77/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-13

## Components

- npm · `bangermap-mcp`: 77/100 (this document), [markdown](https://verifymcp.io/servers/adesiahq-bangermap-mcp/bangermap-mcp.md), [page](https://verifymcp.io/servers/adesiahq-bangermap-mcp/bangermap-mcp)

## Channel facts

- Registry: `npm`
- Package: `bangermap-mcp`
- Version: `1.0.3`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-13.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to AdesiaHQ/bangermap-integrations).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 5 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 428 tokens (~107/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 87/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 60% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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

### Claude

```bash
claude mcp add adesiahq-bangermap-mcp -- npx -y bangermap-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add adesiahq-bangermap-mcp --command npx --arg -y --arg bangermap-mcp
```

### Hermes

```yaml
mcp_servers:
  adesiahq-bangermap-mcp:
    command: "npx"
    args: ["-y", "bangermap-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "adesiahq-bangermap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bangermap-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-12 (score 77, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-08-11 (score 77, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-10 (score 77, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-08-09 (score 77, 0)

- [functional regression] Security disclosure: fail → unverified

### 2026-08-07 (score 77)

First indexed and scored.

## MCP tools (4)

### `find_outliers` (~136 tokens)

Find outlier uploads on a channel

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.

Input parameters:

- `channel` (string, required): Channel URL, @handle, channel id, or the URL of any video on the channel
- `depth` (string): How many recent uploads to read: light 50, standard 100, deep 200
- `limit` (integer): How many rows to return

### `channel_baseline` (~92 tokens)

Get a channel's baseline

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.

Input parameters:

- `channel` (string, required): Channel URL, @handle, channel id, or any video URL

### `compare_channels` (~105 tokens)

Rank outliers across several channels

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.

Input parameters:

- `channels` (string, required): Channel URLs, @handles or ids, separated by spaces, commas or newlines
- `depth` (string)
- `limit` (integer)

### `sweep_niche` (~95 tokens)

Expand a niche from a seed channel

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.

Input parameters:

- `limit` (integer)
- `max_channels` (integer)
- `seed` (string, required): The channel to expand from

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/adesiahq-bangermap-mcp/bangermap-mcp#diagnostics

## Score history

- 2026-08-13: 77
- 2026-08-12: 77
- 2026-08-11: 77
- 2026-08-10: 77
- 2026-08-09: 77
- 2026-08-08: 77
- 2026-08-07: 77

## Links

- npm package: https://www.npmjs.com/package/bangermap-mcp
- Socket report: https://socket.dev/npm/package/bangermap-mcp
- Repository: https://github.com/AdesiaHQ/bangermap-integrations
- Website: https://bangermap.com/
- Changelog RSS feed: https://verifymcp.io/servers/adesiahq-bangermap-mcp/bangermap-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/adesiahq-bangermap-mcp/bangermap-mcp.json
- HTML version of this page: https://verifymcp.io/servers/adesiahq-bangermap-mcp/bangermap-mcp
