Skip to main content
Glama

Video Convert MCP

index.ts727 B
/** * MCP工具导出 */ import { convertVideoTool, handleConvertVideo } from './convert.js'; import { getVideoInfoTool, handleGetVideoInfo } from './info.js'; import { batchConvertTool, handleBatchConvert } from './batch.js'; // 重新导出 export { convertVideoTool, handleConvertVideo } from './convert.js'; export { getVideoInfoTool, handleGetVideoInfo } from './info.js'; export { batchConvertTool, handleBatchConvert } from './batch.js'; // 导出所有工具 export const tools = [ convertVideoTool, getVideoInfoTool, batchConvertTool ]; // 工具处理器映射 export const toolHandlers = { convert_video: handleConvertVideo, get_video_info: handleGetVideoInfo, batch_convert: handleBatchConvert };

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/pickstar-2002/video-convert-mcp'

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