mcpbeat

Linkly MCP Server

com.linklyhq/linkly
answering

Linkly is answering right now. Last checked moments ago. It exposes 25 tools. Last commit 20 Jul 2026.

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

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
92 of 92 checks
25
Tools
read from the server
116 ms
Response time
average over 24h
1
Stars
last commit 20 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add linkly --transport http https://mcp.linklyhq.com
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "linkly": {
      "url": "https://mcp.linklyhq.com"
    }
  }
}
~/.codex/config.toml
[mcp_servers.linkly]
url = "https://mcp.linklyhq.com"
.cursor/mcp.json
{
  "mcpServers": {
    "linkly": {
      "url": "https://mcp.linklyhq.com"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "linkly": {
      "url": "https://mcp.linklyhq.com"
    }
  }
}

Available tools 25

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

link
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.
delete_link
Delete a Linkly link by its ID
get_link
Get details of a specific Linkly link by its ID
list_link_webhooks
List all webhook URLs subscribed to a specific link.
update_link
Update an existing Linkly link by its ID
domain
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.
analytics
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, browser, etc.). Useful for breakdowns and top-N reports.
links
list_links
List links with sorting and search
search_links
Search for links by name, URL, or note. Returns matching links with click statistics.
subscribe
subscribe_link_webhook
Subscribe a webhook URL to receive click events for a specific link.
subscribe_webhook
Subscribe a webhook URL to receive click events for all links in the workspace.
unsubscribe
unsubscribe_link_webhook
Unsubscribe a webhook URL from a specific link's click events.
unsubscribe_webhook
Unsubscribe a webhook URL from workspace click events.
batchdeletelinks
batchDeleteLinks
Batch delete multiple links
clicks
get_clicks
Get recent click data for the workspace
domains
list_domains
List all custom domains in the workspace.
export
export_clicks
Export detailed click records with full information (timestamp, browser, country, URL, platform, referer, bot, ISP, params).
ping
ping
Health check
test
test_authentication
Test API Authentication
webhooks
list_webhooks
List all webhook URLs subscribed to the workspace. These receive click events for all links.
workspace
update_workspace
Update workspace settings
workspaces
list_workspaces
Return details of authenticated workspace

Endpoints

URLTransportStateLatencyChecked
https://mcp.linklyhq.com streamable-http answering 164 ms 0 min ago

Linkly — questions

Answers built from our own checks of this server.

What can Linkly do?
It exposes 25 tools, read directly from the server on our last check. Among them: batchDeleteLinks, create_domain, create_link, delete_domain, delete_link, export_clicks and 19 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Linkly mostly used for?
Its tools cluster around link, domain and unsubscribe. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Linkly working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 116 ms. The bar chart above shows every period we have measured.
How do I connect Linkly?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Linkly need an API key?
No. Linkly completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 25 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Linkly?
It answers our handshake in 116 ms on average, which is faster than 80% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Linkly open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.