npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

peeptrend-mcp

v0.1.2

Published

PeepTrend MCP server for finding rising Steam games and YouTube gaming content opportunities before niches get crowded.

Readme

PeepTrend: YouTube Gaming Trend Finder

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

This repository contains the PeepTrend MCP server plus setup files for Codex, Claude, OpenClaw, and generic MCP clients.

If you installed PeepTrend from a marketplace and are not sure what to do next, start here:

Setup guide

What It Does

PeepTrend gives AI agents focused tools for gaming creator research:

  • Check YouTube channel name and handle conflicts.
  • Check YouTube video titles against recent videos, demand, competition, and velocity.
  • Check YouTube shelf saturation for gaming topics.
  • Check gaming niches and small-channel fit.
  • Check Steam update opportunities before the shelf fills.
  • Check whether a Steam game fits a YouTube channel.
  • Pull PeepTrend opportunity feeds and full reports when connected to a PeepTrend account.
  • Generate creator ideas, save workflow status, and send feedback when the account has subscription access.

PeepTrend accounts can create API keys for MCP clients. Some tools are available to try with a free account; full reports, generated ideas, workflow actions, alerts, and higher usage are available from PeepTrend plans.

Install

Codex:

codex plugin marketplace add PeepTrend/PeepTrend.MCP
codex plugin add peeptrend-youtube-gaming-trend-finder@peeptrend

Claude Code:

claude plugin marketplace add PeepTrend/PeepTrend.MCP
claude plugin install peeptrend-youtube-gaming-trend-finder@peeptrend

Generic MCP clients:

npm install -g peeptrend-mcp

Or run it directly:

npx -y peeptrend-mcp

Running the command manually prints setup instructions. In normal use, your AI client starts this package as an MCP server and communicates with it over stdio.

Configure

Create an API key in PeepTrend:

  1. Create or log in to your PeepTrend account.
  2. Open Profile.
  3. Create an API key under AI integrations.
  4. Add it to your MCP client as PEEPTREND_API_KEY.

Example MCP config:

{
  "mcpServers": {
    "peeptrend": {
      "command": "npx",
      "args": ["-y", "peeptrend-mcp"],
      "env": {
        "PEEPTREND_API_KEY": "pt_key_from_profile"
      }
    }
  }
}

An API key is recommended. It connects MCP requests to your PeepTrend account and enables account features when available.

Without an API key, public free checks can still run with public limits. Full opportunity feeds, reports, generated ideas, saved plans, alerts, account-aware limits, and subscription features need PEEPTREND_API_KEY.

Check Status

npx -y peeptrend-mcp --doctor

Use --stdio only when a tool or MCP client explicitly asks for the raw MCP server process.

Available Tools

  • get_peeptrend_connection_status
  • check_youtube_channel_name
  • check_youtube_title
  • check_youtube_shelf_saturation
  • check_gaming_niche
  • check_steam_update_opportunity
  • check_small_youtuber_game_fit
  • check_game_for_youtube
  • find_youtube_gaming_opportunities
  • get_opportunity_detail
  • generate_creator_ideas
  • save_opportunity_workflow
  • send_opportunity_feedback

Client Guides

Safety And Limits

PeepTrend API keys are account scoped and can be revoked from Profile. Store keys only in your MCP client's environment configuration and do not commit API keys to source control.

License

MIT