Dub.co MCP Server
Dub.co MCP サーバー
Dub.coリンク短縮APIと連携するためのMCPサーバー。このサーバーにより、AIエージェントはDub.coアカウントを通じて短縮リンクを作成、更新、管理できます。
特徴
カスタムスラッグで短縮リンクを作成する
既存の短縮リンクを更新する
アップサートリンク(作成または更新)
リンクを削除
自動ドメイン選択
Related MCP server: Linkly MCP Server
インストール
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キーの取得
Dub.coアカウントにログイン
ワークスペースの設定に移動します
「API」セクションに移動します
新しい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"
}ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to create, manage, and analyze short URLs through complete URL shortening functionality. Supports batch operations, custom domains, click statistics, and comprehensive link management.6171MIT
- AlicenseAqualityCmaintenanceEnables interaction with Linkly's URL shortener and link management platform. Supports creating and managing short links, viewing analytics, configuring custom domains and webhooks, and exporting click data.20551MIT
- AlicenseAqualityDmaintenanceGenerate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages via AI agents.19541MIT
- AlicenseBqualityBmaintenanceEnables AI assistants to interact with a Shlink URL shortening instance, allowing creation, listing, retrieval, and deletion of short URLs, as well as tag management.53Apache 2.0
Related MCP Connectors
Create and manage short links, track clicks, and automate URL management
Create short links, QR codes, UTM templates, vCards, and landing pages from your AI assistant.
AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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