Skip to content
Back to search
100
MCP live v1.2.0 MCP 2025-06-18 http

com.linklyhq/linkly

com.linklyhq/linkly

Create and manage short links, track clicks, and automate URL management

Uptime
100.0%
1 direct probes · 30d
Response
146ms
last probe
Tools
25
callable
Resources
0
readable
Prompts
0
available

Tools · 25

test_authentication

Test API Authentication

list_workspaces

Return details of authenticated workspace

batchDeleteLinks

Batch delete multiple links

update_workspace

Update workspace settings. Only the fields provided are changed; omitted fields keep their current values.

list_links

List links with sorting and search

ping

Health check

create_link

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_link

Update an existing Linkly link by its ID

delete_link

Delete a Linkly link by its ID

get_link

Get details of a specific Linkly link by its ID

get_clicks

Get recent click data for the workspace

get_analytics

Get time-series click analytics data for charting. Returns click counts over time.

get_analytics_by

Get click counts grouped by a dimension (country, platform, referrer, etc.). Useful for breakdowns and top-N reports.

export_clicks

Export detailed click records with full information (timestamp, browser, country, URL, platform, referer, bot, ISP, params).

list_domains

List all custom domains in the workspace.

create_domain

Add a custom domain to the workspace. The domain must be configured to point to Linkly's servers.

delete_domain

Remove a custom domain from the workspace.

update_domain_favicon

Update the favicon URL for a custom domain.

search_links

Search for links by name, URL, or note. Returns matching links with click statistics.

list_webhooks

List all webhook URLs subscribed to the workspace. These receive click events for all links.

subscribe_webhook

Subscribe a webhook URL to receive click events for all links in the workspace.

unsubscribe_webhook

Unsubscribe a webhook URL from workspace click events.

list_link_webhooks

List all webhook URLs subscribed to a specific link.

subscribe_link_webhook

Subscribe a webhook URL to receive click events for a specific link.

unsubscribe_link_webhook

Unsubscribe a webhook URL from a specific link's click events.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.linklyhq/linkly": {
      "url": "https://mcp.linklyhq.com/mcp",
      "transport": "http"
    }
  }
}