mcpbeat Sign in

Linkly MCP Server

answering

Linkly is answering right now. Last checked 14 min ago. It exposes 25 tools. Last commit 8 Sep 2026.

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

Uptime history 48 days of history
48 days agonow
100.0%
Uptime 24h
91 of 91 checks
25
Tools
read from the server
170 ms
Response time
average over 24h
1
Stars
last commit 8 Sep 2026

What the code does

We read the source, 22 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command worker-configuration.d.ts:2941
    exec(input?: (string | URLPatternInit), baseURL?: string): URLPatternResult | null;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 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, referrer, 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. Only the fields provided are changed; omitted fields keep their current values.
workspaces
list_workspaces
Return details of authenticated workspace

Endpoints

URLTransportStateLatencyChecked
https://mcp.linklyhq.com streamable-http answering 86 ms 14 min ago

Alternatives to Linkly

same job, measured the same way
Linkly
by mcparmory

Create short links, manage domains, and track click analytics

218 installs/wk local only
CodeQR
by codeqr

Create and manage CodeQR short links, QR codes, and analytics from any MCP client.

answering
Linkonda
by linkonda

Create and manage Linkonda short links and QR codes, with no per-visitor tracking.

90 installs/wk local only
QRcodly
by qrcodly

Create, manage, and share QR codes and short URLs

answering
Sinkto.Link
by sinkto

Free URL shortener: manage short links, QR codes and click analytics from AI clients.

answering
Invoiceflow MCP
by enzoemir1

AI-powered invoice automation. Create invoices, track payments, and manage cash flow.

37 installs/wk local only
Clypt
by bonsai-tech-llc

AI-native link intelligence — shorten, track, and manage links from any AI agent

45 installs/wk local only
PicSee Short Link
by picsee

Official PicSee MCP server for short links, link management, click analytics, and optional OAuth.

1 tools answering

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 links. 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 91 of 91 checks got a reply (100.0%), average response time 170 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 170 ms on average, which is faster than 73% of all working MCP servers we measure. 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.