Skip to main content
Glama
Linkly-HQ

Linkly MCP Server

by Linkly-HQ

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LINKLY_API_KEYYesYour Linkly API key (found in your Linkly dashboard under Settings > API)
LINKLY_WORKSPACE_IDYesYour Linkly workspace ID (found in your Linkly dashboard under Settings > API)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_link

Create a new Linkly short link. Returns the created link with its short URL.

update_link

Update an existing Linkly link by its ID

delete_link

Delete a Linkly link by its ID

get_link

Get details of a specific Linkly link by its ID

list_links

List all links in the workspace. Returns links with click statistics.

get_clicks

Get recent click data for the workspace

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.

export_clicks

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

list_domains

List all custom domains in the workspace.

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.

search_links

Search for links by name, URL, or note. Returns matching links with click statistics.

list_webhooks

List all webhook URLs subscribed to the workspace. These receive click events for all links.

subscribe_webhook

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

unsubscribe_webhook

Unsubscribe a webhook URL from workspace click events.

list_link_webhooks

List all webhook URLs subscribed to a specific link.

subscribe_link_webhook

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

unsubscribe_link_webhook

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Linkly-HQ/linkly-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server