tiktok_video_get
ActiveTool of Social Fetch
declared in 0.19.0
Get a single TikTok video by URL.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "Link to the video or photo post."
},
"trim": {
"anyOf": [
{
"type": "string"
},
{
"type": "boolean"
}
],
"description": "When true, returns a smaller response with fewer fields."
},
"region": {
"type": "string",
"description": "Optional ISO 3166-1 country code used to route the request when needed."
},
"downloadMedia": {
"anyOf": [
{
"type": "string"
},
{
"type": "boolean"
}
],
"description": "When true, includes hosted CDN URLs in `downloads` when available. Adds 10 credits (11 total with the base lookup) on successful lookups, even if `downloads` is empty."
},
"getTranscript": {
"anyOf": [
{
"type": "string"
},
{
"type": "boolean"
}
],
"description": "When true, includes the video transcript (WEBVTT) in `transcript` when one is available."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries