dubco-mcp-server
0
The Dub.co MCP Server is a tool that allows AI agents to interact with the Dub.co link shortener API, enabling automated link management tasks such as creating, updating, and deleting short links. It offers easy installation options and comprehensive API integration.
Dub.co MCP Server
An MCP server designed to interact with the Dub.co link shortener API. This server enables AI agents to manage short links by creating, updating, upserting, and deleting links through a Dub.co account.
Features
- Create short links with custom slugs
- Update existing short links
- Upsert (create or update) links
- Delete links
- Automatic domain selection
Installation
Installing via Smithery
Install automatically via Smithery with the command provided.
Prerequisites
- Node.js 18 or higher
- A Dub.co account with API access
- An API key from Dub.co
Option 1: Install via NPM
Use npm install -g dubco-mcp-server
and configure your MCP setup.
Option 2: Clone and Build
Clone the repository, install dependencies, build the project, and configure your MCP setup.
Getting a Dub.co API Key
- Log in to your Dub.co account
- Go to workspace settings
- Navigate to the "API" section
- Generate a new API key
Usage
The MCP server provides AI tools for:
create_link
: Create a new short link.update_link
: Update an existing link.upsert_link
: Create or update a short link.delete_link
: Delete a short link.