PeepTrend MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PEEPTREND_API_KEY | No | Your PeepTrend API key, used to connect MCP requests to your PeepTrend account. Recommended for full functionality. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_peeptrend_connection_statusA | Show whether this MCP server is connected anonymously or with a PeepTrend API key. |
| check_youtube_channel_nameB | Check whether a channel name or handle collides with returned YouTube channel results. |
| check_youtube_titleA | Compare a gaming video title or keyword against recent YouTube videos, demand, competition, and title overlap. |
| check_youtube_shelf_saturationB | Check whether a gaming topic shelf is already crowded or still has room for a sharper angle. |
| check_gaming_nicheC | Evaluate a gaming niche for demand, creator pressure, opportunity, and small-channel fit. |
| check_steam_update_opportunityC | Check whether a Steam update, patch, DLC, comeback, or event may be worth covering on YouTube. |
| check_small_youtuber_game_fitB | Check whether a game or gaming topic looks realistic for a smaller YouTube channel. |
| check_game_for_youtubeC | Check whether one Steam game is a good YouTube opportunity for one creator channel. |
| find_youtube_gaming_opportunitiesA | Return PeepTrend's ranked Steam and YouTube opportunity feed for a market. Requires a PeepTrend API key. |
| get_opportunity_detailA | Open a full opportunity report with score breakdown, Steam/YouTube evidence, crowding estimate, and creator brief. Requires a PeepTrend API key. |
| generate_creator_ideasB | Generate PeepTrend content ideas for an opportunity. Requires an active PeepTrend subscription. |
| save_opportunity_workflowA | Save, plan, dismiss, publish, or clear a PeepTrend opportunity workflow status. Requires an active PeepTrend subscription. |
| send_opportunity_feedbackA | Tell PeepTrend whether an opportunity was useful, wrong, saturated, off-niche, or used for a video. Requires an active PeepTrend subscription. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 13 tools
Most tools have distinct purposes, but several check_* tools (gaming_niche, steam_update_opportunity, small_youtuber_game_fit, game_for_youtube) all evaluate opportunity viability from slightly different angles. Descriptions help differentiate them, so misselection is possible but not severe.
All tool names follow a consistent verb_noun pattern with snake_case (generate_creator_ideas, check_gaming_niche, get_opportunity_detail). The frequent use of check_ is predictable and aligns with the tool's purpose.
13 tools is well within the ideal 3-15 range. Each tool covers a specific aspect of the PeepTrend workflow without feeling redundant or excessive for the server's specialized domain.
The tool surface covers the full workflow: generating ideas, evaluating opportunities, retrieving details, managing workflow status, providing feedback, and checking YouTube visibility. No critical operations appear to be missing for the stated purpose.