
Tubemind Secure Mcp
Give your agent OAuth-backed YouTube Data and Analytics access across 18 tools so you can research niches, audit channels, and plan content without leaving the terminal.
Overview
tubemind-secure-mcp is a Grow-phase MCP server that exposes 18 OAuth-secured YouTube intelligence tools to coding agents with OWASP-oriented controls.
What is this MCP server?
- 18 MCP tools for YouTube intelligence (per server description)
- Google OAuth2 for YouTube Data API v3 and Analytics API
- OWASP Top 10 controls plus AES-256-GCM token encryption at rest (TOKEN_ENCRYPTION_KEY)
- Configurable OAuth redirect (default http://localhost:4000/oauth/callback)
- Rate limiting and secure credential env vars (client ID/secret)
- 18 tools (stated in server description)
- OAuth2 for YouTube Data API v3 + Analytics API
- AES-256-GCM token encryption via TOKEN_ENCRYPTION_KEY (openssl rand -hex 32)
What problem does it solve?
You cannot ask your agent meaningful YouTube analytics or channel questions without brittle manual exports or unsafe credential handling.
Who is it for?
Indie creators, educator-founders, and growth-minded builders who ship video content and want agent-assisted research on their own Google OAuth project.
Skip if: Builders with no YouTube strategy, anyone who cannot run OAuth locally, or teams that only need public watch pages without API access.
What do I get? / Deliverables
After OAuth setup and MCP registration, agents call encrypted, rate-limited tools against YouTube Data and Analytics for research and content decisions.
- Agent-callable suite of 18 YouTube intelligence MCP tools
- Encrypted OAuth token handling for sustained API sessions
- Rate-limited, auditable path from agent prompts to YouTube metrics
Recommended MCP Servers
Journey fit
Grow / content is the canonical shelf because the server is built for ongoing YouTube intelligence—performance, catalog, and channel ops—not one-time app scaffolding. Content subphase fits creators and indie educators who compound reach on YouTube and need agent-driven analytics and research workflows.
How it compares
YouTube API MCP with 18 tools and OAuth security—not a generic social media skill or a non-API scraper.
Common Questions / FAQ
Who is tubemind-secure-mcp for?
Solo builders and small teams growing through YouTube who want their coding agent to use official YouTube Data and Analytics APIs via MCP with encrypted tokens and guardrails.
When should I use tubemind-secure-mcp?
Use it when researching niches, analyzing channel performance, or planning content and distribution—especially during Grow and Launch, and during Idea research on competitors’ video catalogs.
How do I add tubemind-secure-mcp to my agent?
Create Google OAuth credentials for YouTube APIs, set YOUTUBE_CLIENT_ID, YOUTUBE_CLIENT_SECRET, YOUTUBE_REDIRECT_URI, generate TOKEN_ENCRYPTION_KEY with openssl rand -hex 32, install tubemind-secure-mcp (npm), and register the stdio MCP server in your agent config.