Skip to main content
Glama
LinkleePublic

@linklee/mcp-server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LINKLEE_API_KEYYesAPI key (required). Create at Dashboard → API Keys
LINKLEE_API_URLNoAPI base URLhttps://api.linklee.ru

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
linklee_create_linkB

Create a short link on Linklee. Returns the short URL and link details.

linklee_list_linksA

List short links in a workspace with optional search and pagination.

linklee_get_analyticsB

Get click analytics: clicks, geography, devices, browsers, referrers.

linklee_list_tagsB

List tags in a workspace.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct function: creating links, getting analytics, listing links, and listing tags. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern prefixed with 'linklee_', making them predictable and easy to understand.

Tool Count5/5

With 4 tools, the set is well-scoped for basic link management. Each tool serves a clear purpose without unnecessary bloat.

Completeness3/5

The tools cover creation, listing, and analytics, but are missing essential operations like updating or deleting links, which limits full lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues