@Cliqo/
БесплатноНе проверенEnables users to manage short links via cliqo.link, including creating, listing, viewing, and revoking links, as well as checking credit balances.
Описание
Enables users to manage short links via cliqo.link, including creating, listing, viewing, and revoking links, as well as checking credit balances.
README
A Model Context Protocol server for cliqo.link — a pay-per-use (credits) link shortener.
It lets any MCP client (Claude Desktop, Claude Code, etc.) create short links, list/get/revoke them, and check your remaining credit balance.
The server is a thin wrapper over the public cliqo v1 REST API — see the machine-readable reference at https://cliqo.link/llms.txt.
Prerequisites
- Node.js >= 18
- A cliqo API key. Create one in the dashboard under API keys — it is shown only once. The key's scopes determine which tools work:
links:read—list_links,get_linklinks:write—shorten_urllinks:delete—delete_linkbilling:read—get_credits
Tools
| Tool | Description | Scope |
|---|---|---|
shorten_url |
Create a short link for a URL. Consumes one credit. | links:write |
list_links |
List your links (newest first). Optionally include revoked links or filter by tag. | links:read |
get_link |
Fetch a single link by its numeric id. | links:read |
delete_link |
Revoke (delete) a link by id. Cannot be undone. | links:delete |
get_credits |
Check how many link credits remain. | billing:read |
Usage
Set the CLIQO_API_KEY environment variable to your API key. The server speaks MCP over stdio.
Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"cliqo": {
"command": "npx",
"args": ["-y", "@cliqo/mcp"],
"env": {
"CLIQO_API_KEY": "your-api-key"
}
}
}
}
Claude Code
claude mcp add cliqo --env CLIQO_API_KEY=your-api-key -- npx -y @cliqo/mcp
Run directly
CLIQO_API_KEY=your-api-key npx -y @cliqo/mcp
Environment variables
| Variable | Required | Description |
|---|---|---|
CLIQO_API_KEY |
yes | Your cliqo API key, sent as a Bearer token. |
Development
npm install
npm run build # compile TypeScript to dist/
npm run watch # recompile on change
npm start # run the built server
The source lives in src/:
client.ts— thin HTTP client for the cliqo REST API.index.ts— MCP server wiring and tool definitions.
License
MIT
Установка @Cliqo/
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/cliqo-link/cliqo-mcpFAQ
@Cliqo/ MCP бесплатный?
Да, @Cliqo/ MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Cliqo/?
Нет, @Cliqo/ работает без API-ключей и переменных окружения.
@Cliqo/ — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить @Cliqo/ в Claude Desktop, Claude Code или Cursor?
Открой @Cliqo/ на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare @Cliqo/ with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
