{
  "markdown": "# TikTok Transcript Scraper — MCP server\n\nRemote MCP server that transcribes public TikTok videos with an AI speech model.\nIt listens to the audio rather than copying TikTok's auto-captions, so it works on\nvideos that have no captions at all and across the 90+ languages TikTok creators\nactually post in.\n\n**Endpoint:** `https://mcp.apify.com?tools=deapi/tiktok-transcript-scraper`\n**Transport:** `streamable-http`\n**Actor page:** https://apify.com/deapi/tiktok-transcript-scraper\n\n## What it returns\n\nPer video: clean punctuated text, sentence- or word-level timings, speaker labels\nfor duets and interviews, ready-to-use SRT and VTT subtitle files, per-segment\nconfidence scores, and optional TikTok metadata (author, hashtags, views, likes).\nPrivate, deleted and region-locked videos come back as failed rows and are not\ncharged.\n\n## Authentication\n\nThe endpoint **requires authentication** — an unauthenticated request is rejected\nwith `401 Unauthorized` before the MCP handshake, so there is no anonymous mode.\nAuthenticate with either:\n\n- **OAuth** — your MCP client opens a browser to sign in to Apify, or\n- **Bearer token** — send `Authorization: Bearer <APIFY_TOKEN>`, using a token from\n  Apify Console → Settings → API & Integrations.\n\n## Client configuration\n\n```json\n{\n  \"mcpServers\": {\n    \"tiktok-transcript\": {\n      \"url\": \"https://mcp.apify.com?tools=deapi/tiktok-transcript-scraper\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_APIFY_TOKEN\"\n      }\n    }\n  }\n}\n```\n\nReplace `YOUR_APIFY_TOKEN` with your own token. Never commit it.\n\n## Registry\n\nThis repository exists to back the server's entry in the\n[Official MCP Registry](https://github.com/modelcontextprotocol/registry) under the\nnamespace `io.github.deapi-ai`. The manifest is [`server.json`](./server.json).\n",
  "bytes": 1798,
  "sha": "c6664d54b6b053b684c8a66e608559599ca250aae620b9829630be3cba1b5079",
  "repo_slug": "deapi-ai/tiktok-transcript-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_deapi_ai_tiktok_transcript_scr_1720e773/readme"
}