Flyn is a URL shortener with a hosted MCP server, so an AI assistant can
create and manage short links directly. The endpoint is
https://www.flyn.to/mcp, spoken over the Model Context Protocol using
streamable HTTP.
create_short_link - shorten a URL, optionally with a custom slug or domainlist_links - list the account's linksget_link - fetch one linkupdate_link - change a link's destination after it is publisheddelete_link - remove a linkget_link_analytics - click analytics, with bots filtered outget_link_qr_code - the QR code for an existing linkcreate_qr_code - generate a branded QR codeTwo ways in. OAuth needs no API key and works on the free plan: add
https://www.flyn.to/mcp in a client that supports OAuth and it opens a Flyn
sign-in page. Or send an API key as a bearer token, which requires a paid plan.
claude mcp add --transport http flyn https://www.flyn.to/mcp
Works with Claude Code, Claude Desktop, ChatGPT developer mode, Perplexity custom connectors, Cursor, and any client that can run the OAuth handshake or send an Authorization header.
Using Flyn from your AI assistant has the step-by-step setup for each client. Flyn is a link shortener with branded domains, bot-filtered analytics, deep links and QR codes.