Dub.co MCP server provides a streamlined interface for creating, updating, and deleting short links through the Dub.co URL shortening service. Built with TypeScript and the Model Context Protocol SDK, it enables AI assistants to programmatically manage links by exposing tools for link creation with custom domains, updating existing links, and deleting links. The implementation focuses on simplifying URL management with robust error handling and automatic domain selection.
Create a new short link on Dub.co. Parameters: url (string), key (optional custom slug), externalId (optional external id), domain (optional domain slug)
Update an existing short link on Dub.co. Parameters: linkId (string), url (string), domain (optional new domain slug), key (optional new custom slug)
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!