https://tokcaption.com/api/mcp
Authenticate with your TokCaption API key (create one under Settings → API Keys, available on Pro). Pass it as an Authorization: Bearer tok_live_… header, or as X-API-Key.
In Claude Desktop, ChatGPT (developer mode), or any client that supports remote MCP servers, add a custom connector pointing at the endpoint above. For config-file clients, use:
{
"mcpServers": {
"tokcaption": {
"url": "https://tokcaption.com/api/mcp",
"headers": {
"Authorization": "Bearer tok_live_YOUR_API_KEY"
}
}
}
}transcribe_tiktok — Transcribe a TikTok/Reels/Shorts URL and return the full text.get_transcript — Fetch a previously created transcript by ID.list_transcripts — List recent transcripts, optionally filtered by a search term.run_agent — Run hooks, script_rewrite, virality_explain, or hook_score on a transcript (Pro).analyze_competitor — Start a competitor analysis of a creator's recent videos.get_competitor_analysis — Poll the status or fetch the result of a competitor analysis.The Model Context Protocol (MCP) lets AI assistants like Claude and ChatGPT call external tools. With the TokCaption MCP server connected, you can paste a TikTok URL in your AI chat and get a transcript, run the Hook Generator or Virality Explainer, and pull competitor research — all without switching tabs.