# Dub.co Link Shortener Server

Manage your short links effortlessly with this server. Create, update, and delete links through your Dub.co account, enabling seamless integration for your AI agents.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Gitmaxd/dubco-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list Gitmaxd/dubco-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Gitmaxd/dubco-mcp-server create_link

# Call a tool
npx -y @smithery/cli@latest tool call Gitmaxd/dubco-mcp-server create_link '{}'
```

## Tools (4)

- `create_link` — Create a new short link on dub.co, asking the user which domain to use
- `update_link` — Update an existing short link on dub.co
- `upsert_link` — Create or update a short link on dub.co, asking the user which domain to use if creating
- `delete_link` — Delete a short link on dub.co

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Gitmaxd/dubco-mcp-server <tool-name>
```

---

Source: https://github.com/Gitmaxd/dubco-mcp-server | License: MIT
