This MCP server enables AI agents to interact with the Dub.co link shortener API, allowing for the creation, updating, and management of short links through a user's Dub.co account. Built with TypeScript and the Model Context Protocol SDK, it provides tools for creating links with custom slugs, updating existing links, upserting links, and deleting links with automatic domain selection. The server requires a Dub.co API key and can be installed either via NPM or by cloning and building the repository locally, making it ideal for AI assistants that need to generate and manage shortened URLs as part of their workflows.
Create a new short link on dub.co. Parameters: url (string), key (optional string), domain (optional string), externalId (optional string)
Update an existing short link on dub.co. Parameters: linkId (string), url (optional string), domain (optional string), key (optional string)
Create or update a short link on dub.co. Parameters: url (string), key (optional string), domain (optional string), externalId (optional string)
Delete a short link on dub.co. Parameters: linkId (string)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!