tiktok-full-video-info-without-watermark
3.5
The 'TikTok Full Video Info (without watermark)' MCP server provides a comprehensive solution for retrieving complete details of TikTok videos, including links to videos without watermarks.
The 'TikTok Full Video Info (without watermark)' MCP server offers a comprehensive solution for retrieving complete details of TikTok videos, including links to videos without watermarks. It operates independently without relying on any external services and provides detailed information about the video, music, author, and more.
Features
- Video Details: Obtain full information about TikTok videos, including high-definition video links without watermarks.
- Author and Music Info: Access detailed data about the video author and the music used in the video.
- Engagement Metrics: Retrieve metrics such as shares, likes, and comments for each video.
- Fast and Stable: The server performs direct requests to the TikTok server, ensuring quick and reliable data retrieval.
MCP Tools
- getting_full_details: Retrieve TikTok videos with comprehensive information—includes video without watermark (HD), cover image, music details, and engagement metrics like shares, likes, and comments.
Usage with Different Platforms
mcp
python
# Example script to use the 'getting_full_details' function
def get_tiktok_video_details(url):
# Assuming a function 'request_video_details' is available to interact with the MCP server
response = request_video_details('getting_full_details', {'url': url})
return response
# Example usage
video_url = 'https://www.tiktok.com/@user/video/1234567890'
video_details = get_tiktok_video_details(video_url)
print(video_details)