← Registry

Data Collection

bulktranscripts.co

Fetches YouTube video transcripts, searches videos, and lists channel videos for content retrieval and analysis.

1 endpoint7 known toolsFirst detected August 22, 2026Last detected August 29, 2026

ENDPOINT 1

https://bulktranscripts.co/mcp

No auth detected

MCP server metadata

Name
bulktranscripts
Version
1.0.0
Capabilities
tools
Server instructions

BulkTranscripts gives agents clean YouTube transcripts plus channel/playlist/search lookups. A transcript costs 1 credit when first added to the caller's library; repeat reads from that library are free and instant. Live lookups cost 1 credit. Anonymous use includes 30 free credits, limited by public IP and by device when available — no signup. If a batch crosses the remaining balance, completed transcripts are returned and the response clearly says how many were stopped for lack of credits. For more credits the user buys a one-time pack at https://bulktranscripts.co/#pricing and connects with the license key as a Bearer token (or ?key=… on the /mcp URL). get_latest_videos is always free — poll it to detect new uploads, then fetch only what's new.

Known tools 7

get_transcript

Fetch the full transcript of one YouTube (or TikTok) video as clean text with metadata (title, channel, duration, upload date, language).

Potential side effects
get_transcripts

Fetch transcripts for up to 20 videos in one call — pass an array of YouTube URLs or ids.

Inferred read-only
search_youtube

Search YouTube by keyword for videos, channels, or playlists (set type).

Inferred read-only
search_channel

Search within one channel's uploads to find its videos on a topic — great for researching what a creator has said about something without listing the whole archive.

Inferred read-only
get_channel_videos

List the videos of a YouTube channel (id, title, duration, URL) without fetching transcripts.

Inferred read-only
get_playlist_videos

List every video in a YouTube playlist, in playlist order (courses and series keep their sequence).

Inferred read-only
get_latest_videos

Get a channel's newest uploads (up to 15) with publish dates, from YouTube's RSS feed.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.bulktranscripts]
url = "https://bulktranscripts.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bulktranscripts": {
      "type": "http",
      "url": "https://bulktranscripts.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bulktranscripts
Remote MCP URL: https://bulktranscripts.co/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "bulktranscripts": {
      "url": "https://bulktranscripts.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bulktranscripts": {
      "type": "http",
      "url": "https://bulktranscripts.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bulktranscripts",
  "transport": "streamable-http",
  "url": "https://bulktranscripts.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bulktranscripts.co was fetched 2026-08-25T14:31:12.285Z.

Trust status Neutral

bulktranscripts.co is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.