← Registry

Marketing

flyn.to

A URL shortener and QR code generator with real-time click analytics designed for marketing teams.

1 endpoint8 known toolsFirst detected August 7, 2026Last detected August 21, 2026

ENDPOINT 1

https://www.flyn.to/mcp

No auth detected

MCP server metadata

Name
flyn
Version
1.0.0
Capabilities
tools
Server instructions

Flyn creates and manages short links (flyn.to) with click analytics. Use create_short_link to shorten a destination URL, update_link to re-point an existing short link without changing the printed URL, and get_link_analytics for click data. Click totals are available on every plan; country/device/referrer breakdowns, password protection, and click limits require Flyn Pro (https://www.flyn.to/pricing). Free accounts can create 25 links per month. For QR codes, prefer get_link_qr_code: it encodes a short link, so the destination can be re-pointed after the code is printed and every scan counts as a click. Use create_qr_code only for content that is not a link, such as WiFi credentials or a contact card, because that code is static and cannot be changed once it exists. Link, text and WiFi codes work on every plan; v-card, email, call and SMS codes, custom colours and SVG output require Flyn Pro.

Known tools 8

create_short_link

Create a new Flyn short link that redirects to a destination URL.

Potential side effects
list_links

List the account's short links with pagination, search, and filtering.

Inferred read-only
get_link

Fetch one short link by its id, including destination, settings, total click count, and its conversion counters (conversionTracking, conversions, conversionValueCents).

Inferred read-only
update_link

Update an existing short link.

Potential side effects
delete_link

Permanently delete a short link.

Potential side effects
get_link_analytics

Fetch click events for a short link, newest first.

Inferred read-only
get_link_qr_code

Render a scannable QR code for an existing Flyn short link.

Inferred read-only
create_qr_code

Render a QR code for any of seven content types: a link, plain text, WiFi credentials, a v-card contact, a pre-filled email, a phone number, or a pre-filled SMS.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flyn]
url = "https://www.flyn.to/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flyn": {
      "type": "http",
      "url": "https://www.flyn.to/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flyn
Remote MCP URL: https://www.flyn.to/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flyn": {
      "url": "https://www.flyn.to/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flyn": {
      "type": "http",
      "url": "https://www.flyn.to/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flyn",
  "transport": "streamable-http",
  "url": "https://www.flyn.to/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.