---
name: "xpay-youtube"
description: "YouTube video search, transcripts, channel info, and trending"
version: "1.0.0"
provider: "YouTube"
tools: 7
---

# YouTube

YouTube video search, transcripts, channel info, and trending

## YouTube

YouTube video search, transcripts, channel info, and trending

### Available Tools (7)

- **videos_getVideo**: Get detailed information about a YouTube video including URL — $0.01/call
- **videos_searchVideos**: Search for videos on YouTube and return results with URLs — $0.01/call
- **transcripts_getTranscript**: Get the transcript of a YouTube video — $0.01/call
- **channels_getChannel**: Get information about a YouTube channel — $0.01/call
- **channels_listVideos**: Get videos from a specific channel — $0.01/call
- **playlists_getPlaylist**: Get information about a YouTube playlist — $0.01/call
- **playlists_getPlaylistItems**: Get videos in a YouTube playlist — $0.01/call

### Quick Start

```json
{
  "mcpServers": {
    "youtube": {
      "url": "https://youtube.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}
```

### Pricing

$0.01 per tool call. Pay per use from your XPay wallet. No subscriptions.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 7
**Category:** Media & Content

## When to Use

Use YouTube tools when you need to youtube video search, transcripts, channel info, and trending. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## Available Tools

- **Videos GetVideo** — Get detailed information about a YouTube video including URL — $0.01/call — [SKILL.md](https://xpay.tools/skills/youtube/videos-getvideo/SKILL.md)
- **Videos SearchVideos** — Search for videos on YouTube and return results with URLs — $0.01/call — [SKILL.md](https://xpay.tools/skills/youtube/videos-searchvideos/SKILL.md)
- **Transcripts GetTranscript** — Get the transcript of a YouTube video — $0.01/call — [SKILL.md](https://xpay.tools/skills/youtube/transcripts-gettranscript/SKILL.md)
- **Channels GetChannel** — Get information about a YouTube channel — $0.01/call — [SKILL.md](https://xpay.tools/skills/youtube/channels-getchannel/SKILL.md)
- **Channels ListVideos** — Get videos from a specific channel — $0.01/call — [SKILL.md](https://xpay.tools/skills/youtube/channels-listvideos/SKILL.md)
- **Playlists GetPlaylist** — Get information about a YouTube playlist — $0.01/call — [SKILL.md](https://xpay.tools/skills/youtube/playlists-getplaylist/SKILL.md)
- **Playlists GetPlaylistItems** — Get videos in a YouTube playlist — $0.01/call — [SKILL.md](https://xpay.tools/skills/youtube/playlists-getplaylistitems/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("youtube")`
2. **`xpay_details`** — Get input schema: `xpay_details("youtube/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("youtube/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/youtube/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
