Skip to main content
Glama
kelvin6365

sinkto-mcp

by kelvin6365

Sinkto.Link MCP Server

Hosted Model Context Protocol server for Sinkto.Link — the free URL shortener with unlimited links. Manage short links, generate QR codes, and read click analytics straight from Claude, Cursor, or any MCP client.

Listed in the official MCP Registry: link.sinkto/sinkto

Connect

Streamable HTTP at https://www.sinkto.link/api/mcp, authenticated with an API key (create one free at Teams → API keys on sinkto.link):

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

Or in any MCP client config:

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

Nothing to install or self-host. Setup guide: sinkto.link/docs/mcp

Related MCP server: opn-mcp

Tools

Tool

Scope

What it does

whoami

Which team, plan, scopes and limits this key carries

list_links

links:read

Search/filter links (alias, status, pagination)

get_link

links:read

Full detail for one link

create_link

links:write

Shorten a URL with optional custom alias, password, expiry, OG preview, UTM

update_link

links:write

Edit destination, alias, or settings

delete_link

links:write

Remove a link

bulk_create_links

links:write

Create up to 50 links in one call

generate_qr

links:read

PNG QR code for any link

get_link_analytics

analytics:read

Clicks, countries, cities, devices, browsers, referrers, UTM breakdown for one link

get_overview_stats

analytics:read

Account-wide totals and trends

get_recent_clicks

analytics:read

Latest click events with full attributes

Scopes are chosen per key — a read-only key can report on links without being able to change anything. Every request is visible in per-key usage analytics.

Plans

Free

Pro ($9/mo or $79/yr)

Short links

Unlimited

Unlimited

API keys

1

10

Rate limit

60 req/min

600 req/min

Analytics window

30 days

90 days

The MCP server itself is free on every plan. Sinkto.Link's free tier: unlimited links, unlimited clicks, unlimited team members.

Why

Every URL shortener caps its free plan — Bitly at 5 links/month, TinyURL at 30, Short.io at 1,000 lifetime. Sinkto.Link doesn't. The MCP server exists so AI assistants can manage that link infrastructure the same way their human owners do.


The main product repository is private. This repo is the public face of the MCP server — issues and questions: sinkto.link/contact or @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