Skip to main content
Glama
kelvin6365

sinkto-mcp

by kelvin6365

Sinkto.Link MCP Server

Sinkto.Link 向けのホステッド Model Context Protocol サーバー — 無制限のリンクを備えた無料のURL短縮サービスです。短縮リンクの管理、QRコードの生成、クリック分析を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

1つのリンクの詳細を表示

create_link

links:write

オプションでカスタムエイリアス、パスワード、有効期限、OGプレビュー、UTMを指定してURLを短縮

update_link

links:write

遷移先URL、エイリアス、または設定を編集

delete_link

links:write

リンクを削除

bulk_create_links

links:write

1回の呼び出しで最大50件のリンクを作成

generate_qr

links:read

任意のリンクのPNG QRコードを生成

get_link_analytics

analytics:read

1つのリンクのクリック数、国、都市、デバイス、ブラウザ、参照元、UTM内訳を表示

get_overview_stats

analytics:read

アカウント全体の合計とトレンド

get_recent_clicks

analytics:read

すべての属性を含む最新のクリックイベント

スコープはキーごとに選択されます — 読み取り専用キーは、何も変更せずにリンクのレポートを取得できます。すべてのリクエストはキーごとの利用状況分析で確認できます。

プラン

無料

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

短縮リンク

無制限

無制限

APIキー

1

10

レート制限

60 req/min

600 req/min

分析ウィンドウ

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