Labsco
Gitmaxd logo

Dub.co Short Links (Unofficial)

โ˜… 7

from Gitmaxd

An unofficial MCP server for creating and managing short links with Dub.co.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

Unofficial dubco-mcp-server

smithery badge

A Model Context Protocol (MCP) server for creating and managing Dub.co short links (unofficial). This server enables AI assistants to create, update, and delete short links through the Dub.co API.

Unofficial dubco-mcp-server MCP server

๐Ÿš€ Features

  • Create custom short links with your Dub.co domains
  • Update existing short links
  • Delete short links
  • Seamless integration with AI assistants through the Model Context Protocol

๐Ÿ” How It Works

The server connects to the Dub.co API using your API key and provides a standardized interface for AI assistants to interact with Dub.co through the Model Context Protocol. When a tool is called:

  1. The server validates the input parameters
  2. It sends the appropriate request to the Dub.co API
  3. It processes the response and returns it in a format that the AI assistant can understand

๐Ÿ› ๏ธ Development

Building from Source

git clone https://github.com/gitmaxd/dubco-mcp-server-npm.git
cd dubco-mcp-server-npm
npm install
npm run build

Running in Development Mode

npm run dev

๐Ÿ“ License

This project is licensed under the ISC License - see the LICENSE file for details.

๐Ÿ‘ฅ Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

๐Ÿ‘จโ€๐Ÿ’ป Created By

This unofficial Dub.co MCP Server was created by GitMaxd (@gitmaxd on X).

This project was developed as a learning exercise to understand the Model Context Protocol and how to build MCP servers. I chose Dub.co as the integration target because of its straightforward API and practical utility, making it an ideal candidate for a learning project.

While I have no official affiliation with Dub.co, I highly recommend their service for both manual and automated short link creation. Their API is well-documented and easy to work with, making it perfect for this kind of integration.

If you find this project helpful or have suggestions for improvements, feel free to reach out or contribute to the repository. Happy link shortening!