ShortsMonkey MCP
Enables analysis of YouTube videos (both Shorts and long-form) for outlier detection, including channel subscriber count, video views, views-to-subscribers ratio, and niche classification.
Provides tools for discovering trending YouTube Shorts, searching outlier videos, and analyzing single Shorts performance based on views, subscribers, and viral score metrics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ShortsMonkey MCPShow me today's top 10 trending shorts in the US"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ShortsMonkey MCP
English | 简体中文
ShortsMonkey MCP is a read-only remote Model Context Protocol server for YouTube outlier discovery, viral Shorts rankings, and single-video performance analysis.
It gives MCP-compatible AI assistants access to stored ShortsMonkey data so creators, agencies, researchers, and content teams can find low-subscriber videos with unusually high views and turn those examples into research-backed content decisions.
Connect to the hosted server
Remote Streamable HTTP endpoint:
https://mcp.shortsmonkey.com/mcpCreate a smcp_live_... token at ShortsMonkey MCP Access, then configure a client that supports remote Streamable HTTP and custom headers.
Cursor configuration:
{
"mcpServers": {
"shortsmonkey-mcp": {
"url": "https://mcp.shortsmonkey.com/mcp",
"headers": {
"Authorization": "Bearer smcp_live_your_token_here"
}
}
}
}Do not commit the token or place it in a shared configuration. See the complete user guide for account, quota, and token-rotation instructions.
Related MCP server: YouTube Insights MCP Server
Tools
get_hot_today
Returns the current ShortsMonkey hot-today YouTube Shorts leaderboard from stored database snapshots.
Input | Description |
| Optional region code such as |
|
|
| 1-50 results; defaults to 20 |
Example: Find today's 10 hottest YouTube Shorts in the US.
search_outlier_videos
Searches stored outlier snapshots by keyword, niche, region, format, views, subscribers, and views-to-subscribers ratio.
Input | Description |
| Optional title, channel, tag, or source-keyword search |
| Optional niche or category text |
|
|
| Optional region code |
| Maximum channel subscriber count |
| Minimum video view count |
| Minimum views/subscribers ratio; defaults to 10 |
|
|
| 1-50 results; defaults to 20 |
Example: Find long-form AI videos from the last 7 days with fewer than 50,000 subscribers and a V/S ratio above 20.
analyze_video_url
Analyzes one YouTube watch, Shorts, embed, or youtu.be URL using a stored ShortsMonkey performance snapshot.
Input | Description |
| Required YouTube video URL |
Example: Analyze this YouTube video and explain whether it is an outlier: <URL>
All three tools declare readOnlyHint: true, destructiveHint: false, idempotentHint: true, and openWorldHint: false.
Returned data
Depending on the tool, responses can include:
video and channel URLs
channel subscriber count and video views
views-to-subscribers ratio and viral score
Shorts or long-form classification
niche, region, publish time, and snapshot time
a concise numeric explanation of why the result is an outlier
Values come from stored ShortsMonkey snapshots and may differ from the current numbers displayed by YouTube.
Quotas and authentication
Authentication uses
Authorization: Bearer smcp_live_....Trial accounts receive five MCP tool calls during the trial.
Paid accounts receive 200 calls per day, shared with ShortsMonkey website searches.
Each account can keep up to three active tokens.
Default HTTP protection limits are 90 requests per token per minute and 180 requests per IP per minute.
Tokens can be created, rotated, and revoked from MCP Access.
Health checks
GET https://mcp.shortsmonkey.com/health
GET https://mcp.shortsmonkey.com/ping
GET https://mcp.shortsmonkey.com/.well-known/mcp/server-card.json/ping is an alias provided for Glama hosting probes. A browser GET to /mcp returns 405 Method Not Allowed by design because MCP protocol requests use POST.
The public server card exposes only static MCP metadata so registries can discover the three tools without receiving a user token; tool calls still require authentication.
Architecture
MCP client
-> ShortsMonkey MCP gateway (this repository)
-> private ShortsMonkey application API
-> stored YouTube research snapshotsThe gateway validates account tokens through the private ShortsMonkey application, applies rate limits, registers MCP tools, and converts internal JSON responses into MCP text and structured content.
The repository intentionally does not contain the ShortsMonkey database, account system, billing logic, internal service credentials, or proprietary data-query implementation.
Development
Requirements:
Node.js 20 or newer
npm
authorized access to the private ShortsMonkey internal API
npm ci
cp .env.example .env
npm run devThe local endpoint defaults to http://localhost:3001/mcp. Health checks are available at /health and /ping.
Run all checks:
npm run checkRequired server environment
Variable | Purpose |
| Base URL of the ShortsMonkey application |
| Private server-to-server credential |
| Comma-separated browser origins allowed in production |
| Per-instance source-IP request limit |
| Per-instance authenticated-principal request limit |
MCP_ALLOW_LEGACY_KEYS is disabled by default and must remain disabled in normal production deployments.
Docker
docker build -t shortsmonkey-mcp .
docker run --rm --env-file .env -p 3001:3001 shortsmonkey-mcpThe image runs as the unprivileged node user and includes a /ping health check.
Glama
This repository includes a root glama.json, a production Dockerfile, static tool schemas, annotations, tests, and a complete Glama submission checklist.
Repository URL for submission:
https://github.com/cuilinhao/youtube-mcpSecurity
Read SECURITY.md and report vulnerabilities privately to support@shortsmonkey.com.
Source-use notice
This repository currently has no open-source license grant. The source is published for transparency and review. Contact support@shortsmonkey.com before reuse or redistribution outside contributions to this repository.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cuilinhao/youtube-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server