Skip to main content
Glama
kelvin6365

sinkto-mcp

by kelvin6365

Sinkto.Link MCP 服务器

面向 Sinkto.Link(提供无限链接的免费 URL 缩短器)的托管式 Model Context Protocol 服务器。可直接从 Claude、Cursor 或任何 MCP 客户端管理短链接、生成二维码并读取点击分析。

已收录于官方 MCP 注册表: link.sinkto/sinkto

连接

通过 https://www.sinkto.link/api/mcp 提供 Streamable HTTP,使用 API 密钥进行身份验证(可在 sinkto.linkTeams → API keys 免费创建一个):

claude mcp add --transport http sinkto https://www.sinkto.link/api/mcp \
  --header "Authorization: Bearer sk_live_..."

或在任意 MCP 客户端配置中:

{
  "mcpServers": {
    "sinkto": {
      "type": "http",
      "url": "https://www.sinkto.link/api/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_..."
      }
    }
  }
}

无需安装或自行托管。设置指南:sinkto.link/docs/mcp

Related MCP server: opn-mcp

工具

工具

权限范围

功能说明

whoami

该密钥所对应的团队、套餐、权限范围与限额

list_links

links:read

搜索/筛选链接(别名、状态、分页)

get_link

links:read

单个链接的完整详情

create_link

links:write

缩短 URL,支持可选的自定义别名、密码、过期时间、OG 预览、UTM 参数

update_link

links:write

编辑目标地址、别名或设置

delete_link

links:write

删除链接

bulk_create_links

links:write

一次调用最多创建 50 个链接

generate_qr

links:read

为任意链接生成 PNG 二维码

get_link_analytics

analytics:read

单个链接的点击量、国家/地区、城市、设备、浏览器、来源、UTM 细分

get_overview_stats

analytics:read

账户级总计与趋势

get_recent_clicks

analytics:read

包含完整属性的最新点击事件

权限范围按密钥单独选择——只读密钥可以查看链接数据,但无法更改任何内容。每个请求都会显示在按密钥统计的使用分析中。

套餐

Free

Pro($9/月 或 $79/年)

短链接

无限

无限

API 密钥

1

10

速率限制

60 次/分钟

600 次/分钟

分析窗口

30 天

90 天

MCP 服务器本身在所有套餐中均免费。Sinkto.Link 的免费版支持无限链接、无限点击与无限团队成员。

为什么

每个 URL 缩短器都会给免费套餐设置上限——Bitly 每月 5 个链接,TinyURL 每月 30 个,Short.io 终身 1,000 个。Sinkto.Link 没有上限。MCP 服务器的存在,是为了让 AI 助手能够像其人类所有者那样管理这些链接基础设施。

相关链接


主产品仓库为私有仓库。本仓库是 MCP 服务器的对外窗口——如有问题或疑问,请访问 sinkto.link/contact 或联系 @tszhim_tech

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    An 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.
    4
    1
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    MCP 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.
    24
    48
    2
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server that enables AI agents to manage Lnkify links, domains, API keys, and analytics. Allows creation and resolution of short links through natural language.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to shorten URLs, manage links, and track click analytics through 8 first-class tools, designed for use with Claude Desktop, Cursor, and other MCP clients.
    9
    49
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for URL shortening and management

  • Official in.bio MCP server: shorten URLs, styled QR codes, and click analytics. No API key needed.

  • Short links you can re-point after printing the QR, with click analytics. Free QR, no key.

View all MCP Connectors

Latest Blog Posts

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/kelvin6365/sinkto-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server