Token导航 LogoToken导航TokenDH.com
UR
安全风控HTTP官方级别未说明来源级核验

URL Shortener

MCP Server

### URL Shortener & Link Safety Scanner - MCP Server

工具数

公开资料未说明
JavaScriptAPI密钥HTTP安全

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:48

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add clipi/url-shortener

详细介绍

URL Shortener, Link Safety Scanner, QR Code Generator & Link Preview Metadata

URL Shortener & Link Safety Scanner - MCP Server

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add clipi/url-shortener

# Browse available tools
npx -y smithery tool list clipi/url-shortener

# Get full schema for a tool
npx -y smithery tool get clipi/url-shortener shorten_url

# Call a tool
npx -y smithery tool call clipi/url-shortener shorten_url '{}'

Direct MCP Connection

Endpoint: https://url-shortener--clipi.run.tools

Optional config:

  • apikey (query) — Your Clipi.cc API key. Get a free key by visiting https://clipi.cc/contact or emailing support@clipi.cc

Tools (8)

  • shorten_url — Shorten a long URL into a clean, short link. Supports optional custom slugs, password protection, expiry dates, click l…
  • get_link_details — Get full details of a previously shortened link by its short code (urlKey). Returns the destination URL, creation date,…
  • list_all_links — List all short links created with your API key. Returns an array of links with their details.
  • update_link — Update a short link's destination URL, active status, or device routing (Android/iOS URLs). You can only update links y…
  • delete_link — Permanently delete a short link. This action cannot be undone. You can only delete links you created.
  • preview_and_verify_url — Scan a URL for safety threats, extract page metadata (title, description, image, favicon), check SSL certificate, follo…
  • get_link_analytics — Get click analytics for a short link. Returns total clicks, unique visitors, country breakdown, device breakdown, brows…
  • generate_qr_code_url — Get the URL to download a QR code image (PNG) for a short link. The returned URL can be embedded in documents, emails, …
# Get full input/output schema for a tool
npx -y smithery tool get clipi/url-shortener 

Prompts (2)

  • scan_url_before_clicking (url) — Scan any URL for safety threats, phishing, malware, and SSL issues before clicking or sharing it. Returns a full safety…
  • create_branded_campaign_link (url, slug) — Create a branded short link with a custom slug, then generate a QR code for it. Perfect for marketing campaigns.

目录标签

目录标签

JavaScriptAPI密钥HTTP安全

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP