Niche King for Developers

REST API · MCP Server · Build anything for YouTube creators

12 AI-powered tools via the Model Context Protocol, plus 31 REST API endpoints. Integrate YouTube niche research, content generation, and strategy into any platform.

API + MCP access is included with every plan

No separate API pricing. Subscribe to any plan, generate your API key, and connect instantly.

One membership

Everything included. One price.

Start free to find your niche. When you are ready to own it, there is exactly one membership: Niche King, the full system, with live coaching calls and the Mastermind community included.

Everything included · One membership

The Niche King Mastermind

Find your niche, decode your competition, and generate every video yourself, with 2 live calls a week when you want help. One membership. Everything included.

  • Your niche, your plan, your videos to make, and your niche's data patternsINCLUDED
  • We decode the top 500 videos in your nicheINCLUDED
  • All 12 AI tools: titles, thumbnails, scripts, descriptions, hooksUNLIMITED
  • Loads into Claude, ChatGPT, the AI you already useUNLIMITED
  • 2 live coaching calls a week, bring your questionsLIVE
  • The Mastermind community of serious creatorsINCLUDED
  • Step-by-step training, start to finishINCLUDED
$10,000+ in value · one full year
$4,970$5,910once · full year
SAVE $940 · 16% OFF vs paying in 3
Pay once. Everything on the left, for a full year.
Prefer to split it?
3 × $1,970
Founding bonus · first 40 members
The Niche Hot Seat: Jeremy reviews your channel and your Niche Declaration live on a members call. You leave knowing your next 90 days of videos.
Join the Mastermind · $4,970 →Or 3 payments of $1,970 →
The YouTube Growth Promise: post weekly from your plan, and if your channel is not growing when your year ends, you keep your access free until it is.

Niche King is a strategy and AI content tools platform. We do not film, edit, or upload videos on your behalf.

What You Can Build

Integrate Niche King into any platform. Automate content strategy for YouTube creators at scale.

Content Automation

Plug Niche King into your CMS, Notion, or project tool. Auto-generate titles, scripts, and descriptions when you create a new content brief.

AI Assistants

Give your AI agent YouTube strategy superpowers. Connect via MCP (Claude, Cursor, Windsurf) or REST API for any platform.

Analytics Dashboards

Pull niche scores, pipeline status, and performance data into your own dashboards. Track creator progress across tools.

Workflow Automation

Connect to Zapier, Make.com, or n8n. Trigger content generation from calendar events, form submissions, or Slack messages.

31 Endpoints

RESTful API with 31 powerful endpoints organized into 5 categories. Build what you need.

Context9

niche-profile
niche-score
my-videos
video-ideas
schedule
series
research-insights
history
notes

Generation13

titles
long-script
short-script
description
thumbnail
hooks
ctas
podcast-prep
newsletter
clips
community-posts
channel-optimize
reoptimize

Actions5

commit-video
update-status
dismiss-idea
update-schedule
save-note

Intelligence2

performance
refine

Utility2

health
openapi.json

Quick Start

Three steps to your first API call. Takes less than 5 minutes.

1

Subscribe & Set Up

Pick any plan above. Complete your niche profile and run research in the app, this is the data that powers all AI generation.

2

Generate Your API Key

Go to Integrations in the app. Generate a key, it's tied to your channel and niche data. Up to 5 keys per account.

3

Build

Use the REST API from any HTTP client, or connect the MCP server to Claude, Cursor, or Windsurf. Your niche data powers every call.

Step 2: Fetch Your Niche Profile

bash
curl -X GET https://app.nicheking.video/api/v1/niche-profile \\
  -H "Authorization: Bearer sk-nk-your-key"

Step 3: Generate Titles

bash
curl -X POST https://app.nicheking.video/api/v1/generate/titles \\
  -H "Authorization: Bearer sk-nk-your-key" \\
  -H "Content-Type: application/json" \\
  -d '{
    "title": "YouTube Growth Strategies",
    "type": "how-to",
    "count": 10
  }'

Authentication

API Keys

Generate API keys from the app after subscribing. Each key is channel-scoped, if you have multiple YouTube channels, each gets its own key.

sk-nk-{32 hex chars}

Pass in Authorization: Bearer header. Up to 5 keys per account.

How It Works

1

Subscribe to Niche King ($97/mo, or $582 once for the year, 50% off)

2

Set up your niche profile and run research in the app

3

Go to Integrations in the app and generate your key

4

Use it in Claude, Cursor, Windsurf, or any HTTP client

Works With

Connect Niche King to your favorite tools and platforms.

Claude Desktop
Claude Code
Cursor IDE
Windsurf
ZapierMake.comn8n
REST API
Node.js
Python
Go
JavaScript

Add Niche King to your stack via REST API or MCP (Claude models)

MODEL CONTEXT PROTOCOL

YouTube MCP Server

12 AI tools accessible natively inside Claude Desktop, Claude Code, Cursor, and Windsurf. Generate titles, scripts, thumbnails, and full video packages, all powered by your niche research.

Zero-install hosted server or local npm package. One API key connects everything.

MCP Setup Guidenpm Package
Claude Desktop Config
{
  "mcpServers": {
    "nicheking": {
      "type": "streamable-http",
      "url": "https://mcp.nicheking.video/api/mcp",
      "headers": {
        "Authorization": "Bearer sk-nk-your-key"
      }
    }
  }
}

Ready to Build?

Subscribe to any plan to get full API + MCP access. Starting at $97/mo.

See PlansView All Connections