Skip to main content
Glama
kelvin6365

sinkto-mcp

by kelvin6365

Sinkto.Link MCP Server

Gehosteter Model-Context-Protocol-Server für Sinkto.Link — der kostenlose URL-Shortener mit unbegrenzten Links. Verwalte Shortlinks, generiere QR-Codes und lies Klick-Analysen direkt aus Claude, Cursor oder einem beliebigen MCP-Client.

Im offiziellen MCP-Registry gelistet: link.sinkto/sinkto

Verbinden

Streamable HTTP unter https://www.sinkto.link/api/mcp, authentifiziert mit einem API-Schlüssel (kostenlos erstellen unter Teams → API keys auf sinkto.link):

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

Oder in einer beliebigen MCP-Client-Konfiguration:

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

Nichts zu installieren oder selbst zu hosten. Einrichtungsanleitung: sinkto.link/docs/mcp

Related MCP server: opn-mcp

Tools

Tool

Scope

Was es tut

whoami

Welches Team, welchen Plan, welche Scopes und Limits dieser Schlüssel enthält

list_links

links:read

Links suchen/filtern (Alias, Status, Paginierung)

get_link

links:read

Alle Details für einen Link

create_link

links:write

Eine URL kürzen mit optionalem benutzerdefiniertem Alias, Passwort, Ablauf, OG-Vorschau, UTM

update_link

links:write

Ziel, Alias oder Einstellungen bearbeiten

delete_link

links:write

Einen Link entfernen

bulk_create_links

links:write

Bis zu 50 Links in einem Aufruf erstellen

generate_qr

links:read

PNG-QR-Code für jeden Link

get_link_analytics

analytics:read

Klicks, Länder, Städte, Geräte, Browser, Referrer, UTM-Aufschlüsselung für einen Link

get_overview_stats

analytics:read

Kontoweite Summen und Trends

get_recent_clicks

analytics:read

Neueste Klick-Ereignisse mit vollständigen Attributen

Scopes werden pro Schlüssel gewählt — ein Nur-Lese-Schlüssel kann Links auswerten, ohne etwas ändern zu können. Jede Anfrage ist in der Nutzungsanalyse pro Schlüssel sichtbar.

Pläne

Free

Pro ($9/Monat oder $79/Jahr)

Shortlinks

Unbegrenzt

Unbegrenzt

API-Schlüssel

1

10

Ratenlimit

60 req/min

600 req/min

Analysezeitraum

30 Tage

90 Tage

Der MCP-Server selbst ist in jedem Plan kostenlos. Sinkto.Links kostenloser Tarif: unbegrenzte Links, unbegrenzte Klicks, unbegrenzte Teammitglieder.

Warum

Jeder URL-Shortener begrenzt seinen kostenlosen Plan — Bitly auf 5 Links/Monat, TinyURL auf 30, Short.io auf 1.000 insgesamt. Sinkto.Link nicht. Der MCP-Server existiert, damit KI-Assistenten diese Link-Infrastruktur genauso verwalten können wie ihre menschlichen Besitzer.


Das Haupt-Repository des Produkts ist privat. Dieses Repo ist das öffentliche Gesicht des MCP-Servers — Probleme und Fragen: sinkto.link/contact oder @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