← Registry

API Tools

linklyhq.com

Provides an API for managing links and workspace settings, including authentication testing.

1 endpoint25 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.linklyhq.com

No auth detected

MCP server metadata

Name
linkly
Version
2.0.0
Capabilities
tools
Server instructions

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

test_authentication

Test API Authentication

Inferred read-only
list_workspaces

Return details of authenticated workspace

Inferred read-only
batchDeleteLinks

Batch delete multiple links

Potential side effects
update_workspace

Update workspace settings.

Potential side effects
list_links

List links with sorting and search

Inferred read-only
ping

Health check

Inferred read-only
create_link

Create short links and URL shorteners.

Potential side effects
update_link

Update an existing Linkly link by its ID

Potential side effects
delete_link

Delete a Linkly link by its ID

Potential side effects
get_link

Get details of a specific Linkly link by its ID

Inferred read-only
get_clicks

Get recent click data for the workspace

Inferred read-only
get_analytics

Get time-series click analytics data for charting.

Inferred read-only
get_analytics_by

Get click counts grouped by a dimension (country, platform, referrer, etc.

Inferred read-only
export_clicks

Export detailed click records with full information (timestamp, browser, country, URL, platform, referer, bot, ISP, params).

Inferred read-only
list_domains

List all custom domains in the workspace.

Inferred read-only
create_domain

Add a custom domain to the workspace.

Inferred read-only
delete_domain

Remove a custom domain from the workspace.

Potential side effects
update_domain_favicon

Update the favicon URL for a custom domain.

Potential side effects
search_links

Search for links by name, URL, or note.

Inferred read-only
list_webhooks

List all webhook URLs subscribed to the workspace.

Inferred read-only
subscribe_webhook

Subscribe a webhook URL to receive click events for all links in the workspace.

Inferred read-only
unsubscribe_webhook

Unsubscribe a webhook URL from workspace click events.

Inferred read-only
list_link_webhooks

List all webhook URLs subscribed to a specific link.

Inferred read-only
subscribe_link_webhook

Subscribe a webhook URL to receive click events for a specific link.

Inferred read-only
unsubscribe_link_webhook

Unsubscribe a webhook URL from a specific link's click events.

Inferred read-only

CONNECT 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.

Trust status Trusted

linklyhq.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.