API Tools
linklyhq.com
Provides an API for managing links and workspace settings, including authentication testing.
ENDPOINT 1
https://mcp.linklyhq.com
MCP server metadata
- Name
- linkly
- Version
- 2.0.0
Linkly is a link-management and analytics platform. Use these tools to create, update, search, and delete short links; manage custom domains and favicons; configure click webhooks; and read click analytics and exports for the authenticated user's workspace. All actions run against the current OAuth-authenticated workspace (see list_workspaces). Find a link's id with search_links or list_links before calling get_link, update_link, or delete_link.
Known tools 25
get_analytics_byGet click counts grouped by a dimension (country, platform, referrer, etc.
Inferred read-onlyexport_clicksExport detailed click records with full information (timestamp, browser, country, URL, platform, referer, bot, ISP, params).
Inferred read-onlysubscribe_webhookSubscribe a webhook URL to receive click events for all links in the workspace.
Inferred read-onlysubscribe_link_webhookSubscribe a webhook URL to receive click events for a specific link.
Inferred read-onlyunsubscribe_link_webhookUnsubscribe a webhook URL from a specific link's click events.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.linkly]
url = "https://mcp.linklyhq.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"linkly": {
"type": "http",
"url": "https://mcp.linklyhq.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: linkly
Remote MCP URL: https://mcp.linklyhq.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"linkly": {
"url": "https://mcp.linklyhq.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"linkly": {
"type": "http",
"url": "https://mcp.linklyhq.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "linkly",
"transport": "streamable-http",
"url": "https://mcp.linklyhq.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for linklyhq.com was fetched 2026-07-28T04:37:34.992Z and is being refreshed.
linklyhq.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.