Changelog
What shipped in the API, the MCP server, and the SDKs. For live uptime and response times, see status.
- MCP
Two new MCP tools: crawl_url and get_credits
crawl_url walks a site and returns clean Markdown per page (up to 25 pages, 1 credit each). get_credits returns your remaining balance and is free. The MCP server now exposes all eight tools the REST API supports.
- MCP
Typed tool outputs and read-only annotations
Every MCP tool now declares an output schema, so clients can type-check responses, plus MCP annotations marking all tools read-only and non-destructive. Added support for protocol revision 2025-11-25 and session-id headers for gateway compatibility.
- API
GET /api/v1/me
A free endpoint that returns your user id and current credit balance. Useful for validating a key without spending a credit, which is how the n8n node tests credentials.
- Integrations
Official n8n community node
n8n-nodes-transcriptfetch is on npm with build provenance: fetch transcripts, search and enumerate videos, and scrape or crawl pages from any n8n workflow, including as an AI Agent tool.
- Billing
Monthly credit plans
Basic ($5 / 500 credits), Pro ($15 / 5,000) and Mega ($45 / 50,000), plus top-ups at $10 per 1,000 credits when you need more mid-month. One credit is one successful response; failures are never billed.
- Docs
A page per error code
Every error the API can return now has its own page with the likely causes, how to fix it, and whether the request is safe to retry.
- API
Web endpoints in the playground
Scrape a page, map a site's links, and crawl a site are all available from the dashboard playground and the request builder, alongside the transcript endpoints.
- Platforms
Transcripts beyond YouTube
TikTok, Instagram, X, and Facebook video URLs work on the same transcript endpoint as YouTube, with AI transcription when a video has no captions. Same request shape, same response shape.
- Integrations
Python and Node SDKs
Official clients for both languages, so you can install a package instead of hand-rolling HTTP calls and pagination.
- MCP
MCP server
Connect TranscriptFetch to Claude, ChatGPT, Cursor, or any MCP client at https://transcriptfetch.com/mcp. OAuth sign-in creates an account with free credits, or pass an API key as a bearer token.
Built and maintained by one developer, shipping most days. Something broken or missing? Email me and you'll get a reply from the person who wrote the code.