Skip to content

Releases: TranscriptFetch/mcp-server

Release list

v0.2.2

Choose a tag to compare

@Transcript-Fetch-Admin Transcript-Fetch-Admin released this 01 Aug 18:20

Server instructions now match the tool definitions.

The text sent on initialize still described the server as YouTube-only and did not mention ai_fallback or get_credits. It is the first thing an MCP client reads.

Install: npx -y transcriptfetch-mcp

v0.2.1

Choose a tag to compare

@Transcript-Fetch-Admin Transcript-Fetch-Admin released this 01 Aug 18:08

Multi-platform transcripts and credit balance.

  • get_transcript now documents the platforms it has always accepted: TikTok, Instagram, X, Facebook and direct media URLs alongside YouTube. The tool described itself as YouTube-only, so MCP clients would not select it for other platforms even though the calls succeeded.
  • Added ai_fallback, which transcribes the audio when a video has no caption track. Most short-form video does not, so multi-platform support is not much use without it.
  • Added get_credits, backed by GET /api/v1/me, which is never billed.
  • Added a Dockerfile for running the server as a container.

Install: npx -y transcriptfetch-mcp