# linkly MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-linklyhq-linkly
- Repository: https://github.com/Linkly-HQ/linkly-mcp-server
- Website: https://linklyhq.com

## Install
- Endpoint: https://mcp.linklyhq.com
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.linklyhq.com

## Tools
- test_authentication - Test API Authentication Endpoint: https://mcp.linklyhq.com
- list_workspaces - Return details of authenticated workspace Endpoint: https://mcp.linklyhq.com
- batchDeleteLinks - Batch delete multiple links Endpoint: https://mcp.linklyhq.com
- update_workspace - Update workspace settings. Only the fields provided are changed; omitted fields keep their current values. Endpoint: https://mcp.linklyhq.com
- list_links - List links with sorting and search Endpoint: https://mcp.linklyhq.com
- ping - Health check Endpoint: https://mcp.linklyhq.com
- 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. Endpoint: https://mcp.linklyhq.com
- update_link - Update an existing Linkly link by its ID Endpoint: https://mcp.linklyhq.com
- delete_link - Delete a Linkly link by its ID Endpoint: https://mcp.linklyhq.com
- get_link - Get details of a specific Linkly link by its ID Endpoint: https://mcp.linklyhq.com
- get_clicks - Get recent click data for the workspace Endpoint: https://mcp.linklyhq.com
- get_analytics - Get time-series click analytics data for charting. Returns click counts over time. Endpoint: https://mcp.linklyhq.com
- get_analytics_by - Get click counts grouped by a dimension (country, platform, referrer, etc.). Useful for breakdowns and top-N reports. Endpoint: https://mcp.linklyhq.com
- export_clicks - Export detailed click records with full information (timestamp, browser, country, URL, platform, referer, bot, ISP, params). Endpoint: https://mcp.linklyhq.com
- list_domains - List all custom domains in the workspace. Endpoint: https://mcp.linklyhq.com
- create_domain - Add a custom domain to the workspace. The domain must be configured to point to Linkly's servers. Endpoint: https://mcp.linklyhq.com
- delete_domain - Remove a custom domain from the workspace. Endpoint: https://mcp.linklyhq.com
- update_domain_favicon - Update the favicon URL for a custom domain. Endpoint: https://mcp.linklyhq.com
- search_links - Search for links by name, URL, or note. Returns matching links with click statistics. Endpoint: https://mcp.linklyhq.com
- list_webhooks - List all webhook URLs subscribed to the workspace. These receive click events for all links. Endpoint: https://mcp.linklyhq.com
- subscribe_webhook - Subscribe a webhook URL to receive click events for all links in the workspace. Endpoint: https://mcp.linklyhq.com
- unsubscribe_webhook - Unsubscribe a webhook URL from workspace click events. Endpoint: https://mcp.linklyhq.com
- list_link_webhooks - List all webhook URLs subscribed to a specific link. Endpoint: https://mcp.linklyhq.com
- subscribe_link_webhook - Subscribe a webhook URL to receive click events for a specific link. Endpoint: https://mcp.linklyhq.com
- unsubscribe_link_webhook - Unsubscribe a webhook URL from a specific link's click events. Endpoint: https://mcp.linklyhq.com

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.linklyhq
- Version: 2.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 22, 2026
- Source: https://registry.modelcontextprotocol.io
