Install
Select a method below to install the server.
dub_list_commissions
Retrieve a paginated list of commissions for your partner program.
▾
Retrieve a paginated list of commissions for your partner program.
Read-only
Idempotent
Open-world
dub_create_commission
Create one or more commissions (custom, lead or sale) for a partner. Commission creation is processed asynchronously. Use the List Commissions endpoint or webhooks to be notified when the commission is created.
▾
Create one or more commissions (custom, lead or sale) for a partner. Commission creation is processed asynchronously. Use the List Commissions endpoint or webhooks to be notified when the commission is created.
Open-world
dub_upsert_partner_link
Upsert a link for a partner that is enrolled in your program. 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 a partner that is enrolled in your program. 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_list_bounty_submissions
List all submissions for a specific bounty in your partner program.
▾
List all submissions for a specific bounty in your partner program.
Read-only
Idempotent
Open-world
dub_create_partner_link
Create a link for a partner that is enrolled in your program.
▾
Create a link for a partner that is enrolled in your program.
Open-world
dub_list_payouts
Retrieve a paginated list of payouts for your partner program.
▾
Retrieve a paginated list of payouts for your partner program.
Read-only
Idempotent
Open-world
dub_reject_bounty_submission
Reject a bounty submission with a specified reason and optional note.
▾
Reject a bounty submission with a specified reason and optional note.
Open-world
dub_approve_bounty_submission
Approve a bounty submission. Optionally specify a custom reward amount.
▾
Approve a bounty submission. Optionally specify a custom reward amount.
Open-world
dub_update_commission
Update an existing commission amount. This is useful for handling refunds (partial or full) or fraudulent sales.
▾
Update an existing commission amount. This is useful for handling refunds (partial or full) or fraudulent sales.
Open-world
dub_create_partner
Creates or updates a partner record (upsert behavior). If a partner with the same email already exists, their program enrollment will be updated with the provided tenantId. If no existing partner is found, a new partner will be created using the supplied information.
▾
Creates or updates a partner record (upsert behavior). If a partner with the same email already exists, their program enrollment will be updated with the provided tenantId. If no existing partner is found, a new partner will be created using the supplied information.
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_deactivate_partner
This will deactivate the partner from your program and disable all their active links. Their commissions and payouts will remain intact. You can reactivate them later if needed.
▾
This will deactivate the partner from your program and disable all their active links. Their commissions and payouts will remain intact. You can reactivate them later if needed.
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_list_partners
List all partners for a partner program.
▾
List all partners for a partner program.
Read-only
Idempotent
Open-world
dub_ban_partner
Ban a partner from your program. This will disable all links and mark all commissions as canceled.
▾
Ban a partner from your program. This will disable all links and mark all commissions as canceled.
Open-world
dub_reject_partner_application
Reject a pending partner application to your program. The partner will be notified via email that their application was not approved.
▾
Reject a pending partner application to your program. The partner will be notified via email that their application was not approved.
Open-world
dub_approve_partner_application
Approve a pending partner application to your program. The partner will be enrolled in the specified group and notified of the approval.
▾
Approve a pending partner application to your program. The partner will be enrolled in the specified group and notified of the approval.
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_list_partner_applications
Retrieve a paginated list of pending applications for your partner program.
▾
Retrieve a paginated list of pending applications for your partner program.
Read-only
Idempotent
Open-world
dub_track_lead
Track a lead for a short link.
▾
Track a lead for a short link.
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_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
No tools match your search.
https://mcp.dub.sh/mcp/dub-partners
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-partners",
"--header",
"Mcp-Dub-Token:${MCP_DUB_TOKEN}"
],
"env": {
"MCP_DUB_TOKEN": "<your-value-here>"
}
}