koolink
OfficialClick 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., "@koolinkshorten this URL: https://example.com/some/very/long/path"
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.
koolink
Shorten any URL to a clean kool.ink/xyz link from your terminal. Free, unlimited, no signup. AI-agent ready.
npx @koolink/koolink https://example.com/very/long/path
# → https://kool.ink/abc123Install
# one-off (no install)
npx @koolink/koolink https://example.com
# or install globally
npm install -g @koolink/koolink
koolink https://example.comRelated MCP server: url-shortener-mcp
Usage
# Shorten a URL (prints the short link, copies to clipboard on desktop)
koolink https://example.com/very/long/path
# Shorten from stdin (great for piping)
echo "https://example.com" | koolink
# Shorten a batch
cat urls.txt | xargs -I{} koolink {}Flag | Description |
| Show help |
| Show version |
Install as an MCP server
Point any MCP client (Claude Desktop, Cursor, Windsurf, etc.) at the hosted MCP server at https://mcp.kool.ink — no API key required for anonymous shortening.
{
"mcpServers": {
"koolink": {
"url": "https://mcp.kool.ink"
}
}
}Tools
This server exposes the following MCP tools:
Tool | Description | Input |
| Shorten a long URL and return a compact kool.ink short link. |
|
Why KooLink
Free forever — no account, no credit card, no limits
Clean, memorable URLs —
kool.ink/xyz, notbit.ly/4xdK9qZAI-agent ready — same service over MCP at
https://mcp.kool.ink, or the REST APIAnalytics — every link is click-tracked with bot traffic filtered out
Creator Earning Programme — as traffic grows, you earn
API
The CLI calls the public anonymous endpoint:
curl -X POST https://kool.ink/api/links \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'For AI agents, use the MCP server at https://mcp.kool.ink (no API key needed for anonymous shortening).
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Official in.bio MCP server: shorten URLs, styled QR codes, and click analytics. No API key needed.
Create and manage CodeQR short links, QR codes, and analytics from any MCP client.
Search and save to your Purl read-it-later knowledge base from any MCP client.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server that enables users to shorten long URLs into permanent, shareable links using the AceDataCloud API. It supports both single and batch URL shortening directly within MCP-compatible clients like Claude and VS Code.41MIT
- AlicenseNot gradedqualityCmaintenanceEnables URL shortening and management through MCP, allowing creation of short links with optional tags and expiry, search, and stats.111MIT
- 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.24482MIT

INBIO MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceOfficial MCP server for INBIO's URL shortener with click analytics and customizable QR codes. Enables link shortening, QR code generation, and link management with optional authentication for advanced features.MIT
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/KooLink/koolink-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server