Dub.co MCP Server

by Gitmaxd
Verified

create_link

Generate custom short links with specified domains and slugs, or use defaults for quick URL shortening. Input a destination URL to get started.

Instructions

Create a new short link on dub.co, asking the user which domain to use

Input Schema

NameRequiredDescriptionDefault
domainNoOptional domain slug to use. If not provided, the primary domain will be used.
externalIdNoOptional external ID for the link
keyNoOptional custom slug for the short link. If not provided, a random slug will be generated.
urlYesThe destination URL to shorten

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Optional domain slug to use. If not provided, the primary domain will be used.", "type": "string" }, "externalId": { "description": "Optional external ID for the link", "type": "string" }, "key": { "description": "Optional custom slug for the short link. If not provided, a random slug will be generated.", "type": "string" }, "url": { "description": "The destination URL to shorten", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from Dub.co MCP Server

Related Tools

ID: p293dlsvcn