Unofficial dubco-mcp-server

create_link

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