Cliqo Mcp

Created By
9 hours ago
Create and manage short links - shorten URLs, list / inspect links, track credits. No subscriptions.
Overview

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:readlist_links, get_link
    • links:writeshorten_url
    • links:deletedelete_link
    • billing:readget_credits

Tools

ToolDescriptionScope
shorten_urlCreate a short link for a URL. Consumes one credit.links:write
list_linksList your links (newest first). Optionally include revoked links or filter by tag.links:read
get_linkFetch a single link by its numeric id.links:read
delete_linkRevoke (delete) a link by id. Cannot be undone.links:delete
get_creditsCheck 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"
      }
    }
  }
}
{
  "mcpServers": {
    "cliqo": {
      "type": "http",
      "url": "https://mcp.cliqo.link/mcp"
    }
  }
}

Server Config

{
  "mcpServers": {
    "cliqo": {
      "type": "http",
      "url": "https://mcp.cliqo.link/mcp"
    }
  }
}
Project Info
Created At
9 hours ago
Updated At
9 hours ago
Author Name
-
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
Mnemom

10 hours ago