MCP.so
ログイン
S

Supermaker Ai Video Downloader

@qianyue2504

Supermaker Ai Video Downloader について

概要はまだありません

基本情報

カテゴリ

メディアとデザイン

トランスポート

stdio

公開者

qianyue2504

投稿者

yue qian

設定

以下の設定を使って、このサーバーを 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() and generateAnchor().
  • 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.

コメント

「メディアとデザイン」の他のコンテンツ