Skip to main content
Glama

MCP 合集

一个 MCP 服务集合,每个 MCP 各自独立,放在自己的子目录里,互不干扰。新增 MCP 时在下方登记一行即可。

新增 / 修改 MCP 前,请先读 AGENTS.md(AI 维护规范总入口),详细规范拆分在 aiDoc/ 目录。

目录结构

MCP/
├── video2gif/    # 视频链接 → GIF 动图
└── ...           # 更多 MCP(待补充)

Related MCP server: @avclabs.ai/enhance-mcp

MCP 列表

MCP

说明

入口 / 文档

video2gif

把视频链接转成 GIF 动图(含 SSRF 防护),供魔搭 / 钉钉 DEAP / Claude Code 等 MCP 客户端调用

video2gif/README.md

使用

进入对应子目录后按其 README 安装 / 运行即可。以 video2gif 为例:

cd video2gif
uvx --from . video2gif-mcp
# 或 pip install . && video2gif-mcp

Available Tools

1 tool
video_to_gifA

把视频转成 GIF 动图并直接返回图片。

参数: video_url: 可公开下载的视频直链 (mp4/mov/avi/webm/mkv 等)。 size: 体积预设 "small"(小, 320px/8fps) / "medium"(中, 480px/15fps) / "large"(大, 720px/20fps)。 fps: 覆盖帧率 (上限 30), 0 表示用 size 预设。 width: 覆盖输出宽度像素 (上限 1280), 0 表示用 size 预设。 start: 从第几秒开始 (默认 0)。 duration: 截取时长秒数 (上限 60, 默认 0 = 到结尾)。 loop: 循环次数 (0 = 无限循环, 负值 = 不循环)。

ParametersJSON Schema
NameRequiredDescriptionDefault
fpsNo
loopNo
sizeNomedium
startNo
widthNo
durationNo
video_urlYes

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden of behavioral disclosure. It covers key runtime behavior: conversion result type, size/fps presets, maximum overrides, time-range trimming, loop semantics, and public-URL requirement. It could also mention failure modes, but the provided detail is well beyond bare minimum.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose and then lists parameters in a compact, well-organized block. No filler or repetition; each line adds necessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

All seven input parameters and their constraints are documented, which is strong for a 7-parameter tool with no output schema. The only minor gap is that the return mechanism is vaguely described as 'returns the image' without clarifying whether it is a file, binary, or URL.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description fully compensates by documenting every parameter in plain language: meaning of size presets, fps/width caps, zero defaults, start/duration/loop behavior. This is precisely the semantic value the input schema lacks.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The opening sentence clearly states the verb and resource: converting a video into a GIF and returning an image. It is specific and unambiguous, with no sibling tools to distinguish from.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There are no siblings to contrast against, but the description gives clear usage context by requiring a publicly downloadable direct video URL and enumerating format constraints. It does not explicitly state exclusions or when-not-to-use, but the context is clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

TDQS

A4.4/5.0
Disambiguation5/5

With only one tool in the server, there is no possibility of confusing it with other operations. The tool's purpose is singular and clearly described.

Naming Consistency5/5

The single tool name 'video_to_gif' clearly conveys its function and uses a simple, readable convention. Since there is only one tool, naming consistency is trivially maintained.

Tool Count3/5

A single tool is on the low end of the typical range. For a narrowly scoped service like video-to-gif conversion, one tool may be acceptable, but it feels minimal compared to servers that include multiple related utilities.

Completeness4/5

The tool covers the core video-to-gif conversion workflow with options for size, fps, width, time range, and loop. Minor gaps exist, such as no support for checking video metadata or asynchronous processing, but it fulfills the server's stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

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/cjh0509code-png/MCP'

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