tiktok_video_transcript_get
ActiveTool of Social Fetch
declared in 0.19.0
Get the spoken transcript for a TikTok video by URL.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"pattern": "^https:\\/\\/",
"maxLength": 4096,
"minLength": 1,
"description": "Link to the TikTok video whose transcript should be returned."
},
"language": {
"type": "string",
"maxLength": 2,
"minLength": 2,
"description": "Optional two-letter language code to request a transcript in a specific language when available."
},
"useAiFallback": {
"anyOf": [
{
"type": "string"
},
{
"type": "boolean"
}
],
"description": "When true, uses Social Fetch's AI fallback when a transcript is not otherwise available. Adds 10 credits on completed lookups (11 total with the base lookup)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries