com.linklyhq/linkly
com.linklyhq/linklyCreate and manage short links, track clicks, and automate URL management
Tools · 25
Test API Authentication
Return details of authenticated workspace
Batch delete multiple links
Update workspace settings. Only the fields provided are changed; omitted fields keep their current values.
List links with sorting and search
Health check
Create short links and URL shorteners. Use this when the user asks to shorten a URL, create a short link, or make a link shorter.
Update an existing Linkly link by its ID
Delete a Linkly link by its ID
Get details of a specific Linkly link by its ID
Get recent click data for the workspace
Get time-series click analytics data for charting. Returns click counts over time.
Get click counts grouped by a dimension (country, platform, referrer, etc.). Useful for breakdowns and top-N reports.
Export detailed click records with full information (timestamp, browser, country, URL, platform, referer, bot, ISP, params).
List all custom domains in the workspace.
Add a custom domain to the workspace. The domain must be configured to point to Linkly's servers.
Remove a custom domain from the workspace.
Update the favicon URL for a custom domain.
Search for links by name, URL, or note. Returns matching links with click statistics.
List all webhook URLs subscribed to the workspace. These receive click events for all links.
Subscribe a webhook URL to receive click events for all links in the workspace.
Unsubscribe a webhook URL from workspace click events.
List all webhook URLs subscribed to a specific link.
Subscribe a webhook URL to receive click events for a specific link.
Unsubscribe a webhook URL from a specific link's click events.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.linklyhq/linkly": {
"url": "https://mcp.linklyhq.com/mcp",
"transport": "http"
}
}
}