socialdl_extract
ActiveTool of Social → Context
Download a social-media link (TikTok, Instagram reel/post/carousel, YouTube, or any direct .mp4) and return it as usable text context: metadata (author, caption, duration), the audio/video transcript, and a vision description (OCR + summary) of each image in a carousel/post. YouTube uses its existing captions when available. Use this to give Claude the content of a video or post the user pasted.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url"
],
"properties": {
"url": {
"type": "string"
},
"language": {
"type": "string"
},
"transcribe": {
"type": "boolean"
},
"describe_images": {
"type": "boolean"
}
}
}Parent server
Social → Context
https://github.com/mcp-dir/socialdl-mcp
1/7 registries