Supermaker Ai Video Downloader
@qianyue2504
关于 Supermaker Ai Video Downloader
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"mcp/github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Supermaker Ai Video Downloader?
A PHP library for generating tagged URLs and HTML anchor links that point to the SuperMaker AI video page at https://supermaker.ai/video/. It supports UTM campaign parameters and custom link attributes. Aimed at developers integrating SuperMaker AI video backlinks into websites, blogs, or marketing materials.
How to use Supermaker Ai Video Downloader?
Install via Composer: composer require supermaker/ai-video-downloader. Then use the Backlinks class to build a URL or HTML anchor with optional UTM parameters and HTML attributes.
Key features of Supermaker Ai Video Downloader
- Generate URLs with UTM source, medium, and campaign.
- Create fully formatted
<a>tags with custom text, rel, target, and class. - Supports a configurable base path (default
/video/). - Simple static methods:
buildLink()andgenerateAnchor(). - Returns strings ready for embedding in PHP views.
Use cases of Supermaker Ai Video Downloader
- Adding trackable links to a SuperMaker AI video in blog posts.
- Generating affiliate or sponsored anchor tags with
rel="sponsored noopener". - Automating UTM parameters for campaign-specific video promotions.
- Embedding consistent video backlinks across multiple pages or platforms.
FAQ from Supermaker Ai Video Downloader
What does Supermaker Ai Video Downloader actually download?
It does not download videos. It creates tagged links and HTML snippets that point to the SuperMaker AI video page.
What are the dependencies?
Requires PHP with Composer; no external runtime services or API keys.
Does it store or transmit data?
No. It only generates URL strings and HTML. No data is stored or sent.
Is authentication or a network request needed?
No. All methods are stateless and local; no API calls or auth tokens are used.
What are the limitations?
Only supports UTM parameters (source, medium, campaign) and a fixed set of HTML attributes. The base path can be overridden but defaults to /video/. No support for custom query parameters beyond UTM.
媒体与设计 分类下的更多 MCP 服务器
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
Video Editor MCP server
burningionMCP Interface for Video Jungle
Melrōse - programming of music melodies
emickleiinteractive programming of melodies, producing MIDI
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
评论