treg.to / Catalog / YouTube
80 tools · your own account · never metered

YouTube: connect your own account

Channel, video and playlist data with view counts and statistics. Upload and manage videos too. Connect your own YouTube account once and your agent uses it from then on, through one treg.to token. Calls on your own connection are never metered.
$1.00 of free credit on every new team · no provider signup · no card
6 of 80 tools on this page are live-verified against the provider.
works in
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
What your agent can now do

YouTube, one prompt away

AGENT
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
list a channel's videos
a channel's profile & lifetime stats
get a video's metadata & stats
treg
$ treg call youtube.youtube.video.detail
✓ 200 · free
$ treg call youtube.youtube.search.videos
✓ 200 · free
$ treg call youtube.youtube.channel.videos
✓ 200 · free
$ _
YouTubeYOUR ACCOUNT
Channel, video and playlist data with view counts and statistics. Upload and manage videos too.
⚒ 80 TOOLS

Social media · https://youtube.googleapis.com

Set up

Set up YouTube in Claude Code, Codex or any agent

1Give this to your agent
in your agent's chat
set up treg — https://treg.mereka.dev/llms.txt
2Or add the MCP server yourself
claude code
claude mcp add --transport http treg https://treg.mereka.dev/mcp

ChatGPT

Settings → Connectors → add https://treg.mereka.dev/mcp as a custom connector.

Grok bot

Add https://treg.mereka.dev/mcp as a remote MCP connector in its tool settings.

Claude Desktop

Settings → Connectors → Add custom connector → https://treg.mereka.dev/mcp.

Cursor, Codex, any MCP client

Point it at https://treg.mereka.dev/mcp (HTTP transport).

CLI

curl -fsSL https://treg.mereka.dev/install.sh | sh

Plain HTTP

LangChain, CrewAI or any code: /call/<tool-id> with a Bearer token. No SDK.

Try it

What's the best way to ask?

the prompt
Using treg, list a channel's videos. Show me the price first.

Run one directly

a live-verified call
curl -H "Authorization: Bearer $TREG_TOKEN" \
  "https://treg.mereka.dev/call/youtube.youtube.video.detail"
Why treg.to

Why call YouTube through treg.to

Your account, held safely

Connect once; treg.to keeps the credential server-side and injects it per call. No key on any machine.

Price before the call

The provider's own rate, $0.000 markup. How billing works.

No subscription, no seats

Charged per call. $1.00 free per new team, no card to start.

Your own YouTube key is free

Register it and those calls are never metered. Your key always wins.

Switch by changing a word

Another provider is a different word in the prompt, not a new integration.

One key, the whole catalog

The same token calls Bright Data, Just One API, ScrapeCreators and 2,590 other tools.

The shelf

All 80 YouTube tools

YouTube · 80 tools
  • Your YouTube channel profile — subscribers, views · live-verified · free
    Get your YouTube channel's profile and lifetime stats (subscribers, views, video count) youtube.youtube.channel.profile
  • List your YouTube videos, private and unlisted included · live-verified · free
    List your own channel's videos, newest first (includes private and unlisted ones) youtube.youtube.channel.videos
  • List a channel's videos via its uploads playlist id · live-verified · free
    List a channel's uploaded videos cheaply, via its uploads playlist youtube.youtube.channel.videos.uploads
  • Search YouTube videos by keyword · live-verified · free
    Search YouTube videos by keyword youtube.youtube.search.videos
  • List comments on a YouTube video by video id · live-verified · free
    List the comments on a YouTube video (any public video, not just your own) youtube.youtube.video.comments
  • YouTube video stats by video id — views, likes, duration · live-verified · free
    Get a YouTube video's metadata and stats (views, likes, comments, duration) youtube.youtube.video.detail
  • File an abuse report on YouTube · free
    abuseReports.insert — Inserts a new resource into this collection. youtube.x.youtube-abusereports-insert
  • List a YouTube channel's recent activities · free
    activities.list — Retrieves a list of resources, possibly filtered. youtube.x.youtube-activities-list
  • See all 80 YouTube tools on the catalog →

Reliability badges come from live traffic through treg.to, not a controlled benchmark.

Used in

Jobs YouTube does, compared with the other providers

Related

Same jobs, other providers

These providers answer some of the same capabilities as YouTube. The platform pages show them on one row with rate and coverage; choosing is yours, treg.to does not route between providers automatically.

also on the catalog
Bright DataJust One APIScrapeCreatorsSerpApiTikHub
Questions

Before you start

Do I need a YouTube account?

Yes. This is an own-account connection: you sign in to YouTube once and your agent uses that connection through your treg.to token. Calls on it are never metered.

How do I add YouTube to Claude Code?

Run: claude mcp add --transport http treg https://treg.mereka.dev/mcp. One MCP server carries YouTube and the rest of the catalog.

Which frameworks does it work with?

Anything that speaks MCP (Claude Code, Claude Desktop, ChatGPT, Codex, Cursor, Grok) and anything that can make an HTTP request (LangChain, CrewAI, LlamaIndex, plain code).

Is this the official YouTube MCP server?

No. treg.to serves YouTube's real API through its own metered proxy: the request is the provider's own, the credential is injected server-side, and the answer is relayed verbatim. The official YouTube channels are linked above.