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)