Create and manage Linkonda short links and QR codes, with no per-visitor tracking.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
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 LINKONDA_API_KEY | |
|---|---|---|
shorten_link | β 10 links, expire after 30 days | β permanent, saved to your account |
get_link_stats | β | β |
check_quota | β anonymous allowance | β your plan |
shorten_links_bulk, list_links, update_link, delete_link | β | β |
Bearer authentication requires a paid plan β see pricing. Create a key in the dashboard under API keys; it is shown once.
Add to your MCP client config (Claude Desktop: claude_desktop_config.json; Claude Code: .mcp.json):
To use an API key, add it to the same entry:
| Variable | Default | Purpose |
|---|---|---|
LINKONDA_API_KEY | (unset) | Bearer key. Omit to run anonymously. |
LINKONDA_API_BASE_URL | https://api.linkonda.com | Point at another instance. |
| Tool | What it does | Key required |
|---|---|---|
shorten_link | Shorten one URL | No |
shorten_links_bulk | Shorten up to 100 URLs in one request | Yes |
list_links | List your links with destinations and click counts | Yes |
update_link | Change a destination, or pause/resume a link | Yes |
delete_link | Permanently delete a link | Yes |
get_link_stats | Total redirect count for a link | No |
check_quota | 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.
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.
npm run typecheck runs the compiler without emitting.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-233)<a href="https://allmcps.com/mcp/mcp-233"><img src="https://allmcps.com/api/badge/mcp-233?style=directory" alt="NanoLink MCP on AllMCPs" /></a>