linkonda-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@linkonda-mcpCreate a short link for https://example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Linkonda MCP server
Create and manage Linkonda short links from Claude, Claude Code, Cursor, or any other MCP client.
Linkonda records a total redirect count per link and nothing else — no IP addresses, geolocation, device data, or referrers. That matters more than usual for an agent, which can generate links in bulk without building a visitor dataset you then have to secure, retain, and answer requests about.
Works without an API key
Most shortener MCP servers refuse to start without credentials. This one shortens URLs immediately on install: anonymous links are capped per network and expire after 30 days. Add a key when you want links that persist and can be managed.
No key | With | |
| ✅ 10 links, expire after 30 days | ✅ permanent, saved to your account |
| ✅ | ✅ |
| ✅ anonymous allowance | ✅ your plan |
| ✗ | ✅ |
Bearer authentication requires a paid plan — see pricing. Create a key in the dashboard under API keys; it is shown once.
Related MCP server: enke
Install
Add to your MCP client config (Claude Desktop: claude_desktop_config.json; Claude Code: .mcp.json):
{
"mcpServers": {
"linkonda": {
"command": "npx",
"args": ["-y", "@veranoapp/linkonda-mcp"]
}
}
}To use an API key, add it to the same entry:
{
"mcpServers": {
"linkonda": {
"command": "npx",
"args": ["-y", "@veranoapp/linkonda-mcp"],
"env": { "LINKONDA_API_KEY": "lk_your_key_here" }
}
}
}Variable | Default | Purpose |
| (unset) | Bearer key. Omit to run anonymously. |
|
| Point at another instance. |
Tools
Tool | What it does | Key required |
| Shorten one URL | No |
| Shorten up to 100 URLs in one request | Yes |
| List your links with destinations and click counts | Yes |
| Change a destination, or pause/resume a link | Yes |
| Permanently delete a link | Yes |
| Total redirect count for a link | No |
| Links live vs. plan allowance | No |
shorten_links_bulk is partial-success: some entries can fail (quota, invalid URL) while others are created, and the tool reports both lists rather than only the successes.
What you cannot get
There is no per-visitor data to return, so there are no tools for geographic, device, or referrer breakdowns — that data is never collected. If your workflow needs click attribution, a tracking shortener is the right tool; see the comparisons.
Development
npm install
npm run build
LINKONDA_API_KEY=lk_... npm start # speaks MCP over stdionpm run typecheck runs the compiler without emitting.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityDmaintenanceMCP server for Linklee that enables creating short links, listing links, getting click analytics, and managing workspace tags.415MIT- AlicenseAqualityAmaintenanceMCP server for en.ke link management enabling AI agents to shorten URLs, manage links, and view analytics.1213MIT
- AlicenseBqualityAmaintenanceMCP server for opn.onl, the open-source self-hostable URL shortener. Shorten links, read click analytics, generate branded QR codes, and manage links — against the hosted service or your own instance.24322MIT
- Alicense-qualityCmaintenanceMCP server that enables AI agents to manage Lnkify links, domains, API keys, and analytics. Allows creation and resolution of short links through natural language.MIT
Related MCP Connectors
MCP server for URL shortening and management
Official PicSee MCP server for short links, link management, click analytics, and optional OAuth.
Official in.bio MCP server: shorten URLs, styled QR codes, and click analytics. No API key needed.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Verano-DE/linkonda-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server