@linklee/mcp-server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINKLEE_API_KEY | Yes | API key (required). Create at Dashboard → API Keys | |
| LINKLEE_API_URL | No | API base URL | https://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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a distinct function: creating links, getting analytics, listing links, and listing tags. There is no overlap or ambiguity between them.
All tools follow a consistent verb_noun pattern prefixed with 'linklee_', making them predictable and easy to understand.
With 4 tools, the set is well-scoped for basic link management. Each tool serves a clear purpose without unnecessary bloat.
The tools cover creation, listing, and analytics, but are missing essential operations like updating or deleting links, which limits full lifecycle management.