MCP.so
Sign In

Linkly Link ShortenerVerifiedFeatured

@Linkly

About Linkly Link Shortener

Linkly is an URL shortener with geo redirects, click & conversion tracking, link rotators, mobile deep links and an URL shortening API.

Connection details

https://mcp.linklyhq.com

Setup

claude mcp add mcp-0dae79 --transport http https://mcp.linklyhq.com

Tools

25

Test API Authentication

Return details of authenticated workspace

Batch delete multiple links

Update workspace settings

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, browser, 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.

Frequently asked questions

What is the Linkly Link Shortener remote MCP server?

The Linkly Link Shortener remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.linklyhq.com, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Linkly Link Shortener MCP server?

Add the endpoint https://mcp.linklyhq.com to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Linkly Link Shortener MCP server require authentication?

Yes. Linkly Link Shortener uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Linkly Link Shortener MCP server use?

Linkly Link Shortener exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments