Install
Select a method below to install the server.
dub_get_qr_code
Retrieve a QR code for a link.
▾
Retrieve a QR code for a link.
Read-only
Idempotent
Open-world
dub_bulk_update_links
Bulk update up to 100 links with the same data for the authenticated workspace.
▾
Bulk update up to 100 links with the same data for the authenticated workspace.
Open-world
dub_retrieve_analytics
Retrieve analytics for a link, a domain, or the authenticated workspace. The response type depends on the `event` and `type` query parameters.
▾
Retrieve analytics for a link, a domain, or the authenticated workspace. The response type depends on the `event` and `type` query parameters.
Read-only
Idempotent
Open-world
dub_list_events
Retrieve a paginated list of events for the authenticated workspace.
▾
Retrieve a paginated list of events for the authenticated workspace.
Read-only
Idempotent
Open-world
dub_update_link
Update a link for the authenticated workspace. If there's no change, returns it as it is.
▾
Update a link for the authenticated workspace. If there's no change, returns it as it is.
Open-world
dub_upsert_link
Upsert a link for the authenticated workspace by its URL. If a link with the same URL already exists, return it (or update it if there are any changes). Otherwise, a new link will be created.
▾
Upsert a link for the authenticated workspace by its URL. If a link with the same URL already exists, return it (or update it if there are any changes). Otherwise, a new link will be created.
Idempotent
Open-world
dub_create_link
Create a link for the authenticated workspace.
▾
Create a link for the authenticated workspace.
Open-world
dub_bulk_create_links
Bulk create up to 100 links for the authenticated workspace.
▾
Bulk create up to 100 links for the authenticated workspace.
Open-world
dub_get_customers
Retrieve a paginated list of customers for the authenticated workspace.
▾
Retrieve a paginated list of customers for the authenticated workspace.
Read-only
Idempotent
Open-world
dub_update_customer
Update a customer for the authenticated workspace.
▾
Update a customer for the authenticated workspace.
Open-world
dub_track_sale
Track a sale for a short link.
▾
Track a sale for a short link.
Open-world
dub_track_lead
Track a lead for a short link.
▾
Track a lead for a short link.
Open-world
dub_update_domain
Update a domain for the authenticated workspace.
▾
Update a domain for the authenticated workspace.
Open-world
dub_get_customer
Retrieve a customer by ID for the authenticated workspace. To retrieve a customer by external ID, prefix the ID with `ext_`.
▾
Retrieve a customer by ID for the authenticated workspace. To retrieve a customer by external ID, prefix the ID with `ext_`.
Read-only
Idempotent
Open-world
dub_delete_customer
Delete a customer from a workspace.
▾
Delete a customer from a workspace.
Destructive
Idempotent
Open-world
dub_create_domain
Create a domain for the authenticated workspace.
▾
Create a domain for the authenticated workspace.
Open-world
dub_get_links
Retrieve a paginated list of links for the authenticated workspace.
▾
Retrieve a paginated list of links for the authenticated workspace.
Read-only
Idempotent
Open-world
dub_track_open
This endpoint is used to track when a user opens your app via a Dub-powered deep link (for both iOS and Android).
▾
This endpoint is used to track when a user opens your app via a Dub-powered deep link (for both iOS and Android).
Open-world
dub_get_links_count
Retrieve the number of links for the authenticated workspace.
▾
Retrieve the number of links for the authenticated workspace.
Read-only
Idempotent
Open-world
dub_list_domains
Retrieve a paginated list of domains for the authenticated workspace.
▾
Retrieve a paginated list of domains for the authenticated workspace.
Read-only
Idempotent
Open-world
dub_get_tags
Retrieve a paginated list of tags for the authenticated workspace.
▾
Retrieve a paginated list of tags for the authenticated workspace.
Read-only
Idempotent
Open-world
dub_update_folder
Update a folder in the workspace.
▾
Update a folder in the workspace.
Open-world
dub_delete_domain
Delete a domain from a workspace. It cannot be undone. This will also delete all the links associated with the domain.
▾
Delete a domain from a workspace. It cannot be undone. This will also delete all the links associated with the domain.
Destructive
Idempotent
Open-world
dub_list_folders
Retrieve a paginated list of folders for the authenticated workspace.
▾
Retrieve a paginated list of folders for the authenticated workspace.
Read-only
Idempotent
Open-world
dub_create_folder
Create a folder for the authenticated workspace.
▾
Create a folder for the authenticated workspace.
Open-world
dub_update_tag
Update a tag in the workspace.
▾
Update a tag in the workspace.
Open-world
dub_delete_folder
Delete a folder from the workspace. All existing links will still work, but they will no longer be associated with this folder.
▾
Delete a folder from the workspace. All existing links will still work, but they will no longer be associated with this folder.
Destructive
Idempotent
Open-world
dub_create_tag
Create a tag for the authenticated workspace.
▾
Create a tag for the authenticated workspace.
Open-world
dub_get_link_info
Retrieve the info for a link.
▾
Retrieve the info for a link.
Read-only
Idempotent
Open-world
dub_delete_tag
Delete a tag from the workspace. All existing links will still work, but they will no longer be associated with this tag.
▾
Delete a tag from the workspace. All existing links will still work, but they will no longer be associated with this tag.
Destructive
Idempotent
Open-world
dub_bulk_delete_links
Bulk delete up to 100 links for the authenticated workspace.
▾
Bulk delete up to 100 links for the authenticated workspace.
Destructive
Idempotent
Open-world
dub_delete_link
Delete a link for the authenticated workspace.
▾
Delete a link for the authenticated workspace.
Destructive
Idempotent
Open-world
No tools match your search.
https://mcp.dub.sh/mcp/dub-links
If you have a client that's not listed above, access the raw MCP
configuration below. Check out
the troubleshooting documentation
for more help.
{
"command": "npx",
"args": [
"mcp-remote@0.1.25",
"https://mcp.dub.sh/mcp/dub-links",
"--header",
"Mcp-Dub-Token:${MCP_DUB_TOKEN}"
],
"env": {
"MCP_DUB_TOKEN": "<your-value-here>"
}
}