You're viewing a demo portfolio

Join the waitlist
PRSM

socialdl_extract

Active

Tool of Social → Context

declared in 0.9.123

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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Social → Context

https://github.com/mcp-dir/socialdl-mcp

1/7 registries
View full server →