# PeepTrend: YouTube Gaming Trend Finder (npm · peeptrend-mcp)

Find rising Steam games and YouTube content opportunities before the niche gets crowded.

- Trust score: 61/100 (medium)
- Change this week: +19
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `peeptrend-mcp`: 61/100 (this document), [markdown](https://verifymcp.io/servers/com-peeptrend-youtube-gaming-trend-finder/peeptrend-mcp.md), [page](https://verifymcp.io/servers/com-peeptrend-youtube-gaming-trend-finder/peeptrend-mcp)

## Channel facts

- Registry: `npm`
- Package: `peeptrend-mcp`
- Version: `0.1.2`
- 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-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 39 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 679 tokens (~52/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 72/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 16% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-peeptrend-youtube-gaming-trend-finder -- npx -y peeptrend-mcp
```

### Codex

```bash
codex mcp add com-peeptrend-youtube-gaming-trend-finder -- npx -y peeptrend-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-peeptrend-youtube-gaming-trend-finder": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "peeptrend-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-peeptrend-youtube-gaming-trend-finder --command npx --arg -y --arg peeptrend-mcp
```

### Hermes

```yaml
mcp_servers:
  com-peeptrend-youtube-gaming-trend-finder:
    command: "npx"
    args: ["-y", "peeptrend-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-peeptrend-youtube-gaming-trend-finder": {
      "command": "npx",
      "args": [
        "-y",
        "peeptrend-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-03 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 60, +42)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 18, −24)

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

### 2026-07-27 (score 42)

First indexed and scored.

## MCP tools (13)

### `get_peeptrend_connection_status` (~29 tokens)

PeepTrend connection status

Show whether this MCP server is connected anonymously or with a PeepTrend API key.

### `check_youtube_channel_name` (~46 tokens)

Check YouTube channel name

Check whether a channel name or handle collides with returned YouTube channel results.

Input parameters:

- `query` (string, required): Channel name or handle idea, for example 'CozyPixel'.

### `check_youtube_title` (~53 tokens)

Check YouTube video title

Compare a gaming video title or keyword against recent YouTube videos, demand, competition, and title overlap.

Input parameters:

- `period` (string): Recent search window.
- `query` (string, required): Video title or keyword idea.

### `check_youtube_shelf_saturation` (~45 tokens)

Check YouTube shelf saturation

Check whether a gaming topic shelf is already crowded or still has room for a sharper angle.

Input parameters:

- `period` (string)
- `query` (string, required)

### `check_gaming_niche` (~42 tokens)

Check gaming niche

Evaluate a gaming niche for demand, creator pressure, opportunity, and small-channel fit.

Input parameters:

- `period` (string)
- `query` (string, required)

### `check_steam_update_opportunity` (~48 tokens)

Check Steam update opportunity

Check whether a Steam update, patch, DLC, comeback, or event may be worth covering on YouTube.

Input parameters:

- `period` (string)
- `query` (string, required)

### `check_small_youtuber_game_fit` (~51 tokens)

Check small YouTuber game fit

Check whether a game or gaming topic looks realistic for a smaller YouTube channel.

Input parameters:

- `channelSize` (string)
- `period` (string)
- `query` (string, required)

### `check_game_for_youtube` (~66 tokens)

Check Steam game for YouTube channel

Check whether one Steam game is a good YouTube opportunity for one creator channel.

Input parameters:

- `language` (string)
- `region` (string)
- `steamUrl` (string, required): Steam store app URL.
- `youtubeChannelUrl` (string, required): YouTube channel URL.

### `find_youtube_gaming_opportunities` (~58 tokens)

Find YouTube gaming opportunities

Return PeepTrend's ranked Steam and YouTube opportunity feed for a market. Requires a PeepTrend API key.

Input parameters:

- `language` (string)
- `mode` (string)
- `region` (string)

### `get_opportunity_detail` (~62 tokens)

Get opportunity detail

Open a full opportunity report with score breakdown, Steam/YouTube evidence, crowding estimate, and creator brief. Requires a PeepTrend API key.

Input parameters:

- `language` (string)
- `region` (string)
- `slug` (string, required)

### `generate_creator_ideas` (~56 tokens)

Generate creator ideas

Generate PeepTrend content ideas for an opportunity. Requires an active PeepTrend subscription.

Input parameters:

- `language` (string)
- `regenerate` (boolean)
- `region` (string)
- `slug` (string, required)

### `save_opportunity_workflow` (~59 tokens)

Save opportunity workflow

Save, plan, dismiss, publish, or clear a PeepTrend opportunity workflow status. Requires an active PeepTrend subscription.

Input parameters:

- `gameId` (string, required)
- `note` (string)
- `status` (string, required)

### `send_opportunity_feedback` (~64 tokens)

Send opportunity feedback

Tell PeepTrend whether an opportunity was useful, wrong, saturated, off-niche, or used for a video. Requires an active PeepTrend subscription.

Input parameters:

- `gameId` (string, required)
- `message` (string)
- `type` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-peeptrend-youtube-gaming-trend-finder/peeptrend-mcp#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 60
- 2026-08-01: 18
- 2026-07-31: 18
- 2026-07-30: 42
- 2026-07-28: 42
- 2026-07-27: 42

## Links

- npm package: https://www.npmjs.com/package/peeptrend-mcp
- Socket report: https://socket.dev/npm/package/peeptrend-mcp
- Repository: https://github.com/PeepTrend/PeepTrend.MCP
- Changelog RSS feed: https://verifymcp.io/servers/com-peeptrend-youtube-gaming-trend-finder/peeptrend-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-peeptrend-youtube-gaming-trend-finder/peeptrend-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-peeptrend-youtube-gaming-trend-finder/peeptrend-mcp
