INDIVIDUAL MCP TOOL
create_short_link
Create a new Flyn short link that redirects to a destination URL.
LIVE ENDPOINT
https://www.flyn.to/mcp
Connect to this endpoint to inspect the live schema for create_short_link and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
list_links— List the account's short links with pagination, search, and filtering.get_link— Fetch one short link by its id, including destination, settings, total click count, and its conversion counters (conversionTracking, conversions, conversionValueCents).update_link— Update an existing short link.delete_link— Permanently delete a short link.get_link_analytics— Fetch click events for a short link, newest first.get_link_qr_code— Render a scannable QR code for an existing Flyn short link.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.