{"server":{"name":"snaptok-mcp","version":"0.1.0","title":"SnapTok"},"tools":[{"name":"list_platforms","title":"List supported platforms","description":"Lists every platform SnapTok can download from, with slug, brand name, tagline and canonical page path.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"extract_media","title":"Extract downloadable media from a URL","description":"Given a public social media URL (TikTok, Instagram, Facebook, X/Twitter, Pinterest, YouTube, Reddit, and more), returns direct downloadable video/audio/image links plus title, author, thumbnail, and duration.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":true},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"url":{"type":"string","format":"uri","description":"Public URL of the post/video/audio to extract (must be http(s))."}},"required":["url"]},"outputSchema":null}]}