---
title: "Faceless Channels"
description: "Two tools for working with faceless YouTube channels — channels where the creator doesn't appear on camera. Check whether a specific channel is faceless, or browse the newest high-performing faceless channels NexLev has discovered."
source: "https://dashboard.nexlev.io/docs/mcp/faceless-channels"
---

# Faceless Channels

Two tools for working with faceless YouTube channels — channels where the creator doesn't appear on camera. Check whether a specific channel is faceless, or browse the newest high-performing faceless channels NexLev has discovered.

## Prerequisites

- **Connected AI assistant** — Claude, ChatGPT, or any other supported platform
- **Active NexLev account** — [Connect to your AI assistant](/docs/mcp/quickstart) to get started. [Upgrade to Pro](?required_nexlev_lite_pro_access=true) for higher quota limits.

> **Info**
>
> Your AI assistant calls these tools automatically. Just describe what you want
> in plain language and NexLev handles the rest.

## Tools

### Check Faceless Channel

#### `check_faceless_channel`

Analyse a single YouTube channel to determine whether it is faceless and classify its content type. Returns a confidence score, content tags, format, language, and a suggested Google Trends keyword.

> **Note**
>
> This tool analyses **one channel at a time**. To find faceless channels
> broadly, use the **Latest Discovered Faceless Niches** tab instead.

**What it returns:**

- `isFaceless` — boolean, whether the channel is faceless
- `confidence` — score from 0 to 1 indicating certainty
- Content tags and category
- Format — e.g. documentary, tutorial, commentary
- Language
- Suggested Google Trends keyword

**Fresh vs cached results:**

| Result type          | Response time   |
| -------------------- | --------------- |
| Cached (seen before) | Instant         |
| Fresh analysis       | 10 – 30 seconds |

**Example prompts:**

```
Is this channel faceless? https://www.youtube.com/@DevelopersDigest
```

```
Check if UClXAalunTPaX1YV185DWUeg is a faceless channel
```

```
Analyse the content format and category for channel @kurzgesagt
```

**Parameters:**

| Parameter    | Required | Description                                  |
| ------------ | -------- | -------------------------------------------- |
| `channel_id` | Yes      | A 24-character channel ID starting with `UC` |

> **Tip**
>
> Use the [Channel Resolver](/docs/mcp/channel-resolver) to get a valid `UC…`
> channel ID from any YouTube URL or handle before running this check.

### Latest Discovered Faceless Niches

#### `latest_discovered_faceless_niches`

Browse recently discovered faceless YouTube channels — channels where the creator doesn't appear on camera and that have significantly outperformed their own niche average. Results are ordered **newest-discovered first** and span whatever categories NexLev's pipeline surfaced most recently, from history and true crime to gardening and anime commentary.

> **Note**
>
> This tool does **not** accept a topic or niche filter — it's a discovery feed,
> not a search. To find faceless channels in a *specific* niche (e.g. "faceless
> channels about finance"), use the [Channel Search](/docs/mcp/channel-search)
> tools instead and add an `isFaceless` filter.

**What it returns:**

- Recently discovered faceless channels, newest first
- Revenue estimates, RPM, and subscriber count
- Upload frequency and recent video titles
- Outlier score showing how much each channel exceeded its own niche average

**Example prompts:**

```
Show me the latest discovered faceless channels
```

```
What are the newest high-performing faceless channels NexLev has found?
```

```
Find recently discovered faceless channels with an outlier score above 1
```

```
Show me the top 10 newest faceless channel discoveries, strong performers only
```

**Parameters:**

| Parameter      | Required | Description                                                                              |
| -------------- | -------- | ---------------------------------------------------------------------------------------- |
| `limit`        | No       | Number of channels to return (1–1000). Default 100                                       |
| `outlierScore` | No       | Minimum outlier score filter — `0` (default), `1` above avg, `2` strong, `3` exceptional |

> **Tip**
>
> Pair this with **Check Faceless Channel** to deep-dive into any specific
> result and get its content format, confidence score, and trending keyword.

## When to Use Each Tool

| Goal                                                 | Tool                                                     |
| ---------------------------------------------------- | -------------------------------------------------------- |
| Verify if one specific channel is faceless           | `check_faceless_channel`                                 |
| Browse the newest discovered faceless channels       | `latest_discovered_faceless_niches`                      |
| Get content format, tags, and language for a channel | `check_faceless_channel`                                 |
| Find faceless channels in a _specific_ niche/topic   | `search_niche_finder_channels` (with `isFaceless: true`) |

## Troubleshooting

**Check not returning results?**

- Ensure the channel ID is exactly 24 characters and starts with `UC`
- Use the [Channel Resolver](/docs/mcp/channel-resolver) to get the correct format
- Fresh analyses take 10–30 seconds — ask your AI to wait for the result

**Tool not responding?**

- Check your NexLev account is active and the MCP connection is complete (see [Quickstart](/docs/mcp/quickstart))
- If you've hit your daily quota, [Upgrade to Pro](?required_nexlev_lite_pro_access=true) for higher limits

**Results don't match the niche I asked for?**

- `latest_discovered_faceless_niches` has no topic filter — it's a newest-first discovery feed, not a search. Use `search_niche_finder_channels` with `isFaceless: true` for niche-specific results instead.

## Rate Limits

| Tool | Free | Lite | Pro |
| --- | --- | --- | --- |
| Faceless channel check (`check_faceless_channel`) | 5 | 100 | 300 |
| Latest discovered faceless niches (`latest_discovered_faceless_niches`) | 20 | 150 | 300 |

## What's Next?

- **[Channel Resolver](/docs/mcp/channel-resolver)** — Convert any YouTube URL or handle into a Channel ID
- **[Channel Analytics](/docs/mcp/channel-analytics)** — Comprehensive channel metrics and analytics
- **[YouTube Tools](/docs/mcp/youtube-tools)** — Channel videos, shorts, playlists, search, and more
- **[Monetization](/docs/mcp/monetization)** — Check if a channel or video has ads enabled
- **[Trending Videos](/docs/mcp/trending-videos)** — Find faceless and AI-generated outlier videos, not just channels
