# Cutt.ly — MCP server on mcp.ai > Connect your Cutt.ly account and use 2 tools for URL shortener straight from your AI agent. Connect with your own API key. Cutt.ly is a URL shortening service that allows users to shorten, manage, and analyze URLs. By: mcp.ai · official Page: https://mcp.ai/cutt_ly ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_cutt_ly?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/cutt_ly/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/cutt_ly/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/cutt_ly/skill.md Postman collection (v2.1): https://mcp.ai/cutt_ly/postman.json ## Tools - cutt_ly_shorten_url(name?: string, short: string, public?: integer, noTitle?: integer, userDomain?: integer) — Tool to shorten a URL using Cutt.ly Regular API. Creates a shortened link that redirects to the original URL. Use when you need to create a short link for sharing. Supports custom aliases and addition - cutt_ly_view_last_shortened_urls(limit?: integer) — This action retrieves a list of recently shortened URLs from your Cutt.ly account. It allows users to view their latest shortened links and their details. Note: Due to API limitations, this action may ## Example prompts - "What can I do in Cutt.ly?" - "Show me a summary of my Cutt.ly account" ## Links Docs: https://mcp.ai/docs/mcps/cutt_ly Website: https://mcp.ai/mcps/cutt_ly