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 string), externalId (optional string), domain (optional string)
Update an existing short link on Dub.co. Parameters: linkId (string), url (string), domain (optional string), key (optional string)
Delete a short link on Dub.co. Parameters: linkId (string)