Unofficial dubco-mcp-server

by Gitmaxd
Verified

create_link

Generate a short link using the Dub.co API, allowing custom domains, slugs, and external IDs for streamlined URL management and sharing.

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 Unofficial dubco-mcp-server

Related Tools

ID: 0tvsbwmk8m