Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

YouTube data for agents

REMOTE · YOUTUBE.FETCHER.SH · SCANNED AUG 3

15 YouTube endpoints. Pay per call in USDC via x402.

62 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 609 tokens (~101/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · youtube.fetcher.sh

# add to Claude Code
claude mcp add --transport http sh-fetcher-youtube-mcp https://youtube.fetcher.sh/mcp
# ~/.codex/config.toml
[mcp_servers.sh-fetcher-youtube-mcp]
url = "https://youtube.fetcher.sh/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sh-fetcher-youtube-mcp": {
      "type": "remote",
      "url": "https://youtube.fetcher.sh/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add sh-fetcher-youtube-mcp --url https://youtube.fetcher.sh/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  sh-fetcher-youtube-mcp:
    url: "https://youtube.fetcher.sh/mcp"
// mcp.json
{
  "mcpServers": {
    "sh-fetcher-youtube-mcp": {
      "type": "http",
      "url": "https://youtube.fetcher.sh/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 2 Aug 26 62

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://youtube.fetcher.sh/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=fetcher.sh CN=WE1,O=Google Trust Services,C=US 24 Jul 2026 22 Oct 2026 ECDSA 256 ECDSA-SHA256 65bb15a59e8598bb13fb5ab430106c47
SANs: fetcher.sh, *.fetcher.sh
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of youtube.fetcher.sh. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
sh. present 55297 8 Verified
fetcher.sh. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://youtube.fetcher.sh/mcp Verified 200
http (plaintext) http://youtube.fetcher.sh/mcp HTTPS enforced 301 https://youtube.fetcher.sh/mcp
MCP tools — 6 exposed · ~609 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
check_balance ~37

Free. Show the remaining credit balance for the API key sent in this connection's Authorization header. Call this before a long run of paid requests.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

describe_endpoint ~58

Free. Show the full call signature for one endpoint: required and optional parameters, allowed values, price, and response shape.

NameTypeReqDescription
pathstringyesEndpoint path, e.g. /api/twitter/search or /api/twitter/handle/{handle}

No output schema declared.

No examples provided.

fetch_data ~145

Paid. Fetch live data from any YouTube endpoint. Pass the endpoint path plus its parameters (path and query parameters together in `params`). Priced per call in USDC on Base, Polygon, Arbitrum, Monad or Solana: pay with x402, or send an Authorization: Bearer bby_live_... header to spend prepaid credits. Call describe_endpoint first if unsure about parameters.

NameTypeReqDescription
paramsobjectAll parameters for the endpoint, path and query alike, e.g. { query: 'x402', sort: 'Latest' }
pathstringyesEndpoint path from search_endpoints, e.g. /api/youtube/search/video

No output schema declared.

No examples provided.

search_endpoints ~53

Free. Search fetcher.sh's YouTube endpoints by keyword. Returns paths, descriptions and per-call prices. Start here.

NameTypeReqDescription
querystringKeywords, e.g. 'twitter followers' or 'reviews'

No output schema declared.

No examples provided.

topup_credits ~138

Paid (the amount you choose, minimum $1). Buy prepaid credits with x402 so later calls skip the per-call payment round trip. With an Authorization: Bearer bby_live_... header on this connection it recharges that key. Without one, the paying wallet becomes the account and a new API key is minted and returned once — store it as a secret, it cannot be recovered.

NameTypeReqDescription
amountnumberyesAmount to add, in USD. Minimum 1.
rotatebooleanMint a replacement key for the paying wallet, invalidating the old one immediately. Only valid when no Authorization header is sent.

No output schema declared.

No examples provided.

youtube_search_video ~178

Paid ($0.005). Search video — YouTube. Live data as JSON. Pay with x402 or an Authorization: Bearer bby_live_... credits key.

NameTypeReqDescription
cursorstringOptional.
durationstringOptional. One of: short, medium, long.
featuresstringOptional. One of: hd, subtitles, creative_commons, 3d, live, purchased, 4k, 360, location, hdr, vr180.
geostringOptional.
langstringOptional.
querystringyesRequired.
sortBystringOptional. One of: relevance, rating, upload_date, view_count.
uploadDatestringOptional. One of: hour, today, week, month, year.

No output schema declared.

No examples provided.