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를 자동으로 설치하려면:
지엑스피1
필수 조건
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"
}특허
MIT
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