Skip to main content
Glama

Dub.co MCP Server

Dub.co MCP サーバー

Dub.coリンク短縮APIと連携するためのMCPサーバー。このサーバーにより、AIエージェントはDub.coアカウントを通じて短縮リンクを作成、更新、管理できます。

特徴

  • カスタムスラッグで短縮リンクを作成する
  • 既存の短縮リンクを更新する
  • アップサートリンク(作成または更新)
  • リンクを削除
  • 自動ドメイン選択

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Dub.co Link Shortener Server を自動的にインストールするには:

npx -y @smithery/cli install @Gitmaxd/dubco-mcp-server --client claude

前提条件

  • Node.js 18以上
  • APIアクセス可能なDub.coアカウント
  • Dub.coからのAPIキー

オプション 1: NPM 経由でインストールする (推奨)

npm install -g dubco-mcp-server

次に、MCP 構成に以下を追加します。

{ "mcpServers": { "dubco-server": { "command": "dubco-mcp-server", "env": { "DUBCO_API_KEY": "your_api_key_here" }, "disabled": false, "autoApprove": [] } } }

オプション2: クローンとビルド

# Clone the repository git clone https://github.com/Gitmaxd/dubco-mcp-server.git cd dubco-mcp-server # Install dependencies npm install # Build the project npm run build

次に、MCP 構成に以下を追加します。

{ "mcpServers": { "dubco-server": { "command": "node", "args": ["/path/to/dubco-mcp-server/build/index.js"], "env": { "DUBCO_API_KEY": "your_api_key_here" }, "disabled": false, "autoApprove": [] } } }

Dub.co APIキーの取得

  1. Dub.coアカウントにログイン
  2. ワークスペースの設定に移動します
  3. 「API」セクションに移動します
  4. 新しいAPIキーを生成する

使用法

MCP サーバーをインストールして構成すると、AI エージェントに次のツールが提供されます。

リンクを作成

dub.co に新しい短縮リンクを作成します。

{ "url": "https://example.com", "key": "example", // optional "domain": "your-domain.com", // optional "externalId": "123" // optional }

更新リンク

dub.co の既存の短縮リンクを更新します。

{ "linkId": "link_id_here", "url": "https://new-example.com", // optional "domain": "new-domain.com", // optional "key": "new-slug" // optional }

アップサートリンク

dub.co で短縮リンクを作成または更新します。

{ "url": "https://example.com", "key": "example", // optional "domain": "your-domain.com", // optional "externalId": "123" // optional }

削除リンク

dub.co の短縮リンクを削除します。

{ "linkId": "link_id_here" }

ライセンス

マサチューセッツ工科大学

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

AI エージェントが Dub.co アカウントを通じて短縮リンクを作成、更新、管理できるようになり、カスタム短縮 URL の作成、変更、削除が可能になります。

  1. 特徴
    1. インストール
      1. Smithery経由でインストール
      2. 前提条件
      3. オプション 1: NPM 経由でインストールする (推奨)
      4. オプション2: クローンとビルド
    2. Dub.co APIキーの取得
      1. 使用法
        1. リンクを作成
        2. 更新リンク
        3. アップサートリンク
        4. 削除リンク
      2. ライセンス

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Enables AI assistants to download images from URLs and perform basic image optimization tasks.
          Last updated -
          2
          4
          JavaScript
          Apache 2.0
        • -
          security
          A
          license
          -
          quality
          Provides code manipulation, execution, and version control capabilities. It allows AI assistants to read, write, and execute code while maintaining a history of changes.
          Last updated -
          8
          Python
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables AI assistants to create, update, and delete Dub.co short links through the Dub.co API.
          Last updated -
          3
          11
          5
          JavaScript
          MIT License
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          Enables AI assistants to interact with WordPress sites through the REST API. Supports multiple WordPress sites with secure authentication, enabling content management, post operations, and site configuration through natural language.
          Last updated -
          18
          MIT License

        View all related MCP servers

        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/Gitmaxd/dubco-mcp-server'

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