Skip to main content
Glama

Short Video MCP Server

by yangbuyiya
MIT License
24

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYNoAPI key for video content text extraction, obtained from SiliconFlow: https://cloud.siliconflow.cn/i/tbvUltCF

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
share_url_parse_tool_wrapper
解析视频分享链接,获取视频信息 参数: - url: 视频分享链接 返回: - code: 状态码 - msg: 状态信息 - data: 视频信息
video_id_parse_tool_wrapper
根据视频来源和ID解析视频信息 参数: - source: 视频来源 - video_id: 视频ID 返回: - code: 状态码 - msg: 状态信息 - data: 视频信息
share_text_parse_tool_wrapper
提取视频内容,需要传递apikey,否则无法使用视频内容提取功能! 参数: - text: 抖音分享文本,包含分享链接 - api_base_url: API基础URL,默认使用siliconflow.cn - model: 语音识别模型,默认使用FunAudioLLM/SenseVoiceSmall

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yangbuyiya/yby6-crawling-short-video-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server